Skip to content

v2.7.1

Latest
Compare
Choose a tag to compare
@Ducasse Ducasse released this 03 Nov 16:03
2604363

What's Changed

This release is ready to build a new version of Pillar and Foliage.
It introduces new elements to support Foliage and web generation.
It improves the document checker. Now the following analyses are reported:

  • Duplicated anchors,
  • References to unexisting anchors,
  • Unreferenced figures,
  • Missing figure files, and
  • Missing input files.

It has been tested with the bod-book updated archetype.

Merged changes from Pharo 13 and many little cleans

  • Fix deprecated call by @jecisc in #741
  • Use isNotNil instead of notNil by @astares in #753
  • 754 configuration command line handler not existent anymore in p13 by @astares in #755
  • Port "Fix unreadable code in Pharo Light theme" to Pharo 13 by @jecisc in #872
  • Fixing duplicated methods by @Ducasse in #904 and #905
  • Improve postload to not break the Pharo bootstrap by @jecisc in #909
  • Merge Fix for Baseline in Pharo13 by @tesonep in #910

Enhanced checker

  • Issue 813 use fileReference in fromfile by @moufort in #885
  • Issue 810 Duplicated anchor by @moufort in #890
  • 884 the bookchecker does not report on figure with files that do not exist by @moufort in #902
  • 906 even if figures are referenced there are reported as not referenced by @Ducasse in #907

New features

Documentation

  • Full pass on the documentation
  • Added several chapters

Full Changelog: v2.7.0...v2.7.1