All Versions
10
Latest Version
Avg Release Cycle
77 days
Latest Release
2169 days ago

Changelog History

  • 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.

  • v0.2.7 Changes

    September 24, 2016

    ๐Ÿš€ The 7th public release of s2gen which doesn't add any new features but corrects several log messages.

  • v0.2.6 Changes

    September 17, 2016

    ๐Ÿš€ The 6th public release of s2gen which adds the following:

    • Starts Jetty in the embedded mode to serve static content on a specified port

    A new property needs to be added to the s2gen.json:

    { "server": { "port": 8080 } }
    

    You can also start the monitoring without starting the server by supplying the -noserver flag.

  • v0.2.5 Changes

    September 14, 2016

    The 5th public release of s2gen which adds the following:

    • ๐Ÿ‘ Allowing to run the generator with the -once flag without starting the monitor
  • v0.2.4 Changes

    September 13, 2016

    The fourth public release of s2gen , which is mainly a bug-fix release that contains mostly internal changes:

    • Switching from ScalaZ Task to Monix Task
    • Switching from Typesafe Config to JSON

    As a result, instead of s2gen.conf, the generator now expects s2gen.json. The old file can be easily converted into a JSON by hand.

  • v0.2.3 Changes

    June 27, 2016

    The third public release of s2gen which adds the following:

    • ๐Ÿ‘ Allowing to extract parts of the blog post as a preview