Skip to content

Releases: denisftw/s2gen

Version 0.3.9

11 Aug 15:59
Compare
Choose a tag to compare

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

Version 0.3.8

16 May 15:03
Compare
Choose a tag to compare

This release includes the following improvements:

  • the code no longer uses Pegdown adapters from FlexMark

Version 0.3.7

09 Jan 08:27
Compare
Choose a tag to compare

This release includes the following improvements:

  • the monitor mode now watches for template changes
  • library dependencies have been updated

Version 0.3.5

14 Mar 04:29
Compare
Choose a tag to compare

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

Version 0.3.3

04 Mar 22:40
a8f63c9
Compare
Choose a tag to compare

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

Version 0.3.2

19 May 08:48
Compare
Choose a tag to compare

Added ability to use Markdown content inside of custom pages.

Version 0.3.1

27 Apr 11:37
Compare
Choose a tag to compare

Better handling of same-site URLs

Version 0.3.0

02 Oct 12:48
Compare
Choose a tag to compare

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

Version 0.2.9

09 Oct 11:11
Compare
Choose a tag to compare

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

Version 0.2.8

30 Sep 13:19
Compare
Choose a tag to compare

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.