Releases: jpmonette/feed
Releases · jpmonette/feed
5.1.0
What's Changed
- Add Catogory and Enclosure types to Export by @marcofranssen in #214
- For rss2, do not mark guid as permalink, unless only link is given by @pavellishin in #213
- update for release
5.1.0
by @jpmonette in #215
New Contributors
- @marcofranssen made their first contribution in #214
- @pavellishin made their first contribution in #213
Full Changelog: 5.0.1...5.1.0
5.0.1
5.0.0
What's Changed
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #164
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #161
- Bump ws from 7.3.1 to 7.4.6 by @dependabot in #155
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #146
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #148
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #149
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #167
- Remove exec bit on common files by @jooola in #151
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #171
- Replace tslint with eslint + bump deps by @jpmonette in #173
- fix: fix yarn + bump to 4.9.1 by @jpmonette in #201
- fix: .rss2() not support Extension by @Yrobot in #198
- Bump tar from 6.1.11 to 6.2.1 by @dependabot in #205
- Adds avatar to author for Json Feed by @kochie in #186
- Add support for podcast feeds by @damieng in #163
- Fallback to description when content is not provided for JSON feed by @JosephDuffy in #160
- Sanitize url when formatting enclosure by @sushitommy in #193
- Add support for enclosures in Atom by @Vinnl in #159
- fix: fix double escaping of & in Atom feed "self" URL by @jpmonette in #206
New Contributors
- @jooola made their first contribution in #151
- @Yrobot made their first contribution in #198
- @kochie made their first contribution in #186
- @damieng made their first contribution in #163
- @JosephDuffy made their first contribution in #160
- @sushitommy made their first contribution in #193
Full Changelog: 4.2.2...5.0.0
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