l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

CHANGELOG.md (655B)


      1 # Release history
      2 
      3 ## 4.0.0 - 2018-04-01
      4 
      5 ### Breaking changes
      6 
      7 - Now requires node v4 or higher. 
      8 
      9 
     10 ## 3.0.0 - 2017-06-30
     11 
     12 ### Breaking changes
     13 
     14 - `toml`, `coffee` and `cson` are no longer supported by default. Please see [`options.engines`](README.md#optionsengines) and the [examples](./examples) to learn how to add engines.
     15 
     16 ### Added
     17 
     18 - Support for [excerpts](README.md#optionsexcerpt).
     19 - The returned object now has non-enumerable `matter` and `stringify` properties.
     20 
     21 ### Changed
     22 
     23 - Refactored engines (parsers), so that it's easier to add parsers and stringifiers.
     24 - `options.parsers` was renamed to [`options.engines`](README.md#optionsengines)