Releases: jpmonette/feed
Releases · jpmonette/feed
4.2.2
Implemented enhancements:
- Export types in feed #128
Merged pull requests:
- Bump node-notifier from 8.0.0 to 8.0.1 #137 (dependabot[bot])
- fix: export types from feed #136 (gustavkj)
- Bump deps #129 (jpmonette)
- Bump lodash from 4.17.15 to 4.17.19 #127 (dependabot[bot])
4.1.0
Closed issues:
- Update the default of date on atom to be published #108
- export base xml-js object #102
- Add extra attributes on <rss> tag #98
- item.id is ignored in rss output #96
- How to generate <dc:creator> #90
- Specify namespace and custom attributes #88
Merged pull requests:
- Bump handlebars from 4.1.2 to 4.5.3 #110 (dependabot[bot])
- Item category for all feed types #109 (mattimbrain)
- Bump lodash from 4.17.11 to 4.17.15 #106 (dependabot[bot])
- Fix RSS ignoring item.id #105 (ArtskydJ)
- Change default RSS docs url + Allow docs override #97 (sonniesedge)
4.0.0
Merged pull requests:
- Push to 4.0.0 #95 (jpmonette)
- Update homepage to github repo #92 (kevinsimper)
3.0.0
2.0.4
Implemented enhancements:
- Feed support for Category on Items #71
Closed issues:
- TypeError: Feed is not a constructor #80
- Example Code,
posts
Undefined #78 - npm package broken #77
- Cannot display the publish time of essay correctly. #67
- Feedly.com not accepting it #62
- TypeError: d.getUTCFullYear is not a function #59
- Extra properties #57
- Support paged feeds #52
- RSS author is still (again) broken #50
- writing feed as a stream of articles [feature request] #44
- New line is not transformed to <BR> #42
- I would like to provide some custom namespace for my item nodes #38
- Missing 'type="image/*"' attribute for image enclosures #37
- How to append items to an existing RSS-2.0 Feed #33
- Namespace prefix content on encoded is not defined #32
- support for multiple enclosures in one item? #31
Merged pull requests:
- add optional language field #86 (zsolt-dev)
- Make
feed
option optional #85 (Vinnl) - Change html_content to content_html #81 (leereamsnyder)
- Fix TypeScript declarations #73 (lenovouser)
Version 1.1.0
Changelog
- Support for JSON Feed 1.0
- Update dependencies
- Static analysis with CodeClimate
Version 1.0.1
Changelog
- Migrate to Babel
- Migrate to Jest
- Increased code coverage
- Deprecate
render()
function