All Versions
15
Latest Version
Avg Release Cycle
160 days
Latest Release
1432 days ago

Changelog History
Page 1

  • v0.3.9 Changes

    August 11, 2022

    ๐Ÿš€ This release doesn't add new user-facing features but updates the version of ZIO to 2.0.

  • v0.3.8 Changes

    May 16, 2022

    ๐Ÿš€ This release includes the following improvements:

    • the code no longer uses Pegdown adapters from FlexMark
  • v0.3.7 Changes

    January 09, 2022

    ๐Ÿš€ This release includes the following improvements:

    • the monitor mode now watches for template changes
    • โšก๏ธ library dependencies have been updated
  • v0.3.5 Changes

    March 14, 2021

    ๐Ÿš€ This release includes a regression fix for version 0.3.4 as well as the following improvements:

    • distribution size has been significantly reduced
    • ๐ŸŒฒ log messages have been cleaned up
    • temporary and hidden files are now automatically excluded from monitoring
    • file changes are now debounced to avoid redundant regeneration
  • v0.3.3 Changes

    March 04, 2021

    ๐Ÿš€ This release doesn't add new user-facing features, but makes certain changes to the underlying libraries. In particular, it

    • replaces several abandoned libraries with actively maintained alternatives
    • โšก๏ธ updates minor third-party dependencies
  • v0.3.2 Changes

    May 19, 2018

    โž• Added ability to use Markdown content inside of custom pages.

  • v0.3.1 Changes

    April 27, 2018

    ๐Ÿ‘ Better handling of same-site URLs

  • v0.3.0 Changes

    October 02, 2017

    Another public release of s2gen which adds the initial support for I18N.

  • v0.2.9 Changes

    October 09, 2016

    ๐Ÿš€ Another public release of s2gen which adds the following:

    • ๐Ÿ‘ Allowing to build custom XML files (see customXml property in s2gen.json)
    • โž• Adding the post date as java.util.Date in addition to its string representation (see content.dateJ)
    • โž• Adding new date properties - site.lastPubDateJ (the date of the last publication) and site.lastBuildDateJ (the date the site was last build), both as java.util.Date
  • v0.2.8 Changes

    September 30, 2016

    Another public release of s2gen which adds the following:

    • Text versions of preview sections are available as post.previewText inside templates
    • Rereading all content files each time anything changes

    ๐Ÿš€ This release also contains one breaking change - the post.uri template variable is removed, so use post.link instead.