Releases: assemble/assemble-middleware-rss
Releases · assemble/assemble-middleware-rss
August 1, 2014
July 31, 2014
July 19, 2014
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:
- The plugin configuration in Grunt
- The Yaml Front Matter
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