Skip to content

Releases: assemble/assemble-middleware-rss

August 1, 2014

01 Aug 05:01
Compare
Choose a tag to compare
  • Implemented better handling of the destination of the XML file: 8b28ecb
  • Fixed feed vs rss error in README: 43f7562

July 31, 2014

01 Aug 04:36
Compare
Choose a tag to compare
  • Implemented support for rss: false in YFM of a page: b8e4ca2
  • Removed all dependencies on Grunt utils: 10da67e & 199678f
  • Changed API from feed to rss to be consistent with plugin name: fa89917
  • Other minor improvements and changes

July 19, 2014

20 Jul 03:45
Compare
Choose a tag to compare
July 19, 2014 Pre-release
Pre-release

Warning: This middleware is not 100 percent ready for production yet. It works, but is not completely debugged.

Changelog

v0.1.0 is the first working version you have been waiting for! 😄 It will successfuly generate one RSS feed based of the data passed into it. Data can be come from three locations:

  1. The plugin configuration in Grunt
  2. The Yaml Front Matter
  3. package.json

In the initial commit made by @jonschlinkert in 2013, some depreciated grunt utils were used to loop through page data. In 0.1.0, these utils are replaced are lodah and async. In addition, as many dependencies on Grunt as possible are removed

What's Next

  • Change the destination path
  • Better handling of data
  • More testing
  • Once assemble@0.5.0 is released, gulp.js support