UNPKG

12.3 kBMarkdownView Raw
1# Change Log
2
3## [4.2.2](https://github.com/jpmonette/feed/tree/4.2.2) (2021-01-22)
4[Full Changelog](https://github.com/jpmonette/feed/compare/4.2.1...4.2.2)
5
6**Implemented enhancements:**
7
8- Export types in feed [\#128](https://github.com/jpmonette/feed/issues/128)
9
10**Merged pull requests:**
11
12- Bump node-notifier from 8.0.0 to 8.0.1 [\#137](https://github.com/jpmonette/feed/pull/137) ([dependabot[bot]](https://github.com/apps/dependabot))
13- fix: export types from feed [\#136](https://github.com/jpmonette/feed/pull/136) ([gustavkj](https://github.com/gustavkj))
14- Bump deps [\#129](https://github.com/jpmonette/feed/pull/129) ([jpmonette](https://github.com/jpmonette))
15- Bump lodash from 4.17.15 to 4.17.19 [\#127](https://github.com/jpmonette/feed/pull/127) ([dependabot[bot]](https://github.com/apps/dependabot))
16
17## [4.2.1](https://github.com/jpmonette/feed/tree/4.2.1) (2020-07-05)
18[Full Changelog](https://github.com/jpmonette/feed/compare/4.2.0...4.2.1)
19
20**Closed issues:**
21
22- RSS pubDate set to "date" rather than "published", unlike Atom [\#117](https://github.com/jpmonette/feed/issues/117)
23
24**Merged pull requests:**
25
26- Sanitizing XML feeds [\#125](https://github.com/jpmonette/feed/pull/125) ([decebal](https://github.com/decebal))
27- author.uri and author.email should be optional in atom \#115 [\#124](https://github.com/jpmonette/feed/pull/124) ([decebal](https://github.com/decebal))
28- fix: ๐Ÿ› overwrite pubDate on rss when published is specified [\#121](https://github.com/jpmonette/feed/pull/121) ([decebal](https://github.com/decebal))
29
30## [4.2.0](https://github.com/jpmonette/feed/tree/4.2.0) (2020-05-25)
31[Full Changelog](https://github.com/jpmonette/feed/compare/4.1.0...4.2.0)
32
33**Closed issues:**
34
35- Getting an error during Netlify deploy \(and npm run build\) [\#118](https://github.com/jpmonette/feed/issues/118)
36- atom:link in RSS feed should point to self, not atom [\#113](https://github.com/jpmonette/feed/issues/113)
37
38**Merged pull requests:**
39
40- Update dependencies + Formatting + Add Comments [\#123](https://github.com/jpmonette/feed/pull/123) ([jpmonette](https://github.com/jpmonette))
41- fix: ๐Ÿ› atom link needs to point to self [\#122](https://github.com/jpmonette/feed/pull/122) ([decebal](https://github.com/decebal))
42- feat: ๐ŸŽธ add mandatory rss2 attributes on enclosure [\#120](https://github.com/jpmonette/feed/pull/120) ([decebal](https://github.com/decebal))
43- Bump acorn from 5.7.3 to 5.7.4 [\#116](https://github.com/jpmonette/feed/pull/116) ([dependabot[bot]](https://github.com/apps/dependabot))
44
45## [4.1.0](https://github.com/jpmonette/feed/tree/4.1.0) (2019-12-29)
46[Full Changelog](https://github.com/jpmonette/feed/compare/4.0.0...4.1.0)
47
48**Closed issues:**
49
50- Update the default of date on atom to be published [\#108](https://github.com/jpmonette/feed/issues/108)
51- export base xml-js object [\#102](https://github.com/jpmonette/feed/issues/102)
52- Add extra attributes on \<rss\> tag [\#98](https://github.com/jpmonette/feed/issues/98)
53- item.id is ignored in rss output [\#96](https://github.com/jpmonette/feed/issues/96)
54- How to generate \<dc:creator\> [\#90](https://github.com/jpmonette/feed/issues/90)
55- Specify namespace and custom attributes [\#88](https://github.com/jpmonette/feed/issues/88)
56
57**Merged pull requests:**
58
59- Bump handlebars from 4.1.2 to 4.5.3 [\#110](https://github.com/jpmonette/feed/pull/110) ([dependabot[bot]](https://github.com/apps/dependabot))
60- Item category for all feed types [\#109](https://github.com/jpmonette/feed/pull/109) ([mattimbrain](https://github.com/mattimbrain))
61- Bump lodash from 4.17.11 to 4.17.15 [\#106](https://github.com/jpmonette/feed/pull/106) ([dependabot[bot]](https://github.com/apps/dependabot))
62- Fix RSS ignoring item.id [\#105](https://github.com/jpmonette/feed/pull/105) ([ArtskydJ](https://github.com/ArtskydJ))
63- Change default RSS docs url + Allow docs override [\#97](https://github.com/jpmonette/feed/pull/97) ([sonniesedge](https://github.com/sonniesedge))
64
65## [4.0.0](https://github.com/jpmonette/feed/tree/4.0.0) (2019-07-06)
66[Full Changelog](https://github.com/jpmonette/feed/compare/3.0.0...4.0.0)
67
68**Merged pull requests:**
69
70- Push to 4.0.0 [\#95](https://github.com/jpmonette/feed/pull/95) ([jpmonette](https://github.com/jpmonette))
71- Update homepage to github repo [\#92](https://github.com/jpmonette/feed/pull/92) ([kevinsimper](https://github.com/kevinsimper))
72
73## [3.0.0](https://github.com/jpmonette/feed/tree/3.0.0) (2019-05-28)
74[Full Changelog](https://github.com/jpmonette/feed/compare/2.0.4...3.0.0)
75
76**Merged pull requests:**
77
78- Migrate from xml to xml-js [\#93](https://github.com/jpmonette/feed/pull/93) ([jpmonette](https://github.com/jpmonette))
79- Migrate from xml to xml-js [\#91](https://github.com/jpmonette/feed/pull/91) ([jpmonette](https://github.com/jpmonette))
80
81## [2.0.4](https://github.com/jpmonette/feed/tree/2.0.4) (2019-03-02)
82[Full Changelog](https://github.com/jpmonette/feed/compare/2.0.0...2.0.4)
83
84**Implemented enhancements:**
85
86- Feed support for Category on Items [\#71](https://github.com/jpmonette/feed/issues/71)
87
88**Closed issues:**
89
90- TypeError: Feed is not a constructor [\#80](https://github.com/jpmonette/feed/issues/80)
91- Example Code, `posts` Undefined [\#78](https://github.com/jpmonette/feed/issues/78)
92- npm package broken [\#77](https://github.com/jpmonette/feed/issues/77)
93- Cannot display the publish time of essay correctly. [\#67](https://github.com/jpmonette/feed/issues/67)
94- Feedly.com not accepting it [\#62](https://github.com/jpmonette/feed/issues/62)
95- TypeError: d.getUTCFullYear is not a function [\#59](https://github.com/jpmonette/feed/issues/59)
96- Extra properties [\#57](https://github.com/jpmonette/feed/issues/57)
97- Support paged feeds [\#52](https://github.com/jpmonette/feed/issues/52)
98- RSS author is still \(again\) broken [\#50](https://github.com/jpmonette/feed/issues/50)
99- writing feed as a stream of articles \[feature request\] [\#44](https://github.com/jpmonette/feed/issues/44)
100- New line is not transformed to \<BR\> [\#42](https://github.com/jpmonette/feed/issues/42)
101- I would like to provide some custom namespace for my item nodes [\#38](https://github.com/jpmonette/feed/issues/38)
102- Missing 'type="image/\*"' attribute for image enclosures [\#37](https://github.com/jpmonette/feed/issues/37)
103- How to append items to an existing RSS-2.0 Feed [\#33](https://github.com/jpmonette/feed/issues/33)
104- Namespace prefix content on encoded is not defined [\#32](https://github.com/jpmonette/feed/issues/32)
105- support for multiple enclosures in one item? [\#31](https://github.com/jpmonette/feed/issues/31)
106
107**Merged pull requests:**
108
109- add optional language field [\#86](https://github.com/jpmonette/feed/pull/86) ([zsolt-dev](https://github.com/zsolt-dev))
110- Make `feed` option optional [\#85](https://github.com/jpmonette/feed/pull/85) ([Vinnl](https://github.com/Vinnl))
111- Change html\_content to content\_html [\#81](https://github.com/jpmonette/feed/pull/81) ([leereamsnyder](https://github.com/leereamsnyder))
112- Fix TypeScript declarations [\#73](https://github.com/jpmonette/feed/pull/73) ([lenovouser](https://github.com/lenovouser))
113
114## [2.0.0](https://github.com/jpmonette/feed/tree/2.0.0) (2018-08-04)
115[Full Changelog](https://github.com/jpmonette/feed/compare/1.1.0...2.0.0)
116
117**Closed issues:**
118
119- Items in feed not added image property [\#63](https://github.com/jpmonette/feed/issues/63)
120
121**Merged pull requests:**
122
123- We are moving to TypeScript! [\#72](https://github.com/jpmonette/feed/pull/72) ([jpmonette](https://github.com/jpmonette))
124- Remove octal number from example [\#70](https://github.com/jpmonette/feed/pull/70) ([manniL](https://github.com/manniL))
125- Push to version 1.1.1 [\#66](https://github.com/jpmonette/feed/pull/66) ([jpmonette](https://github.com/jpmonette))
126- fix\(images\): Fixes image enclosures for items [\#65](https://github.com/jpmonette/feed/pull/65) ([zfoster](https://github.com/zfoster))
127- add support for extensions in json1 [\#60](https://github.com/jpmonette/feed/pull/60) ([alx](https://github.com/alx))
128
129## [1.1.0](https://github.com/jpmonette/feed/tree/1.1.0) (2017-06-03)
130[Full Changelog](https://github.com/jpmonette/feed/compare/1.0.1...1.1.0)
131
132**Closed issues:**
133
134- \</link\> stripped out [\#53](https://github.com/jpmonette/feed/issues/53)
135- "updated" broken [\#51](https://github.com/jpmonette/feed/issues/51)
136- validateURL is not nice function [\#23](https://github.com/jpmonette/feed/issues/23)
137
138**Merged pull requests:**
139
140- Version 1.1.0 [\#58](https://github.com/jpmonette/feed/pull/58) ([jpmonette](https://github.com/jpmonette))
141- Add Support for JSON Feed v1 [\#56](https://github.com/jpmonette/feed/pull/56) ([benmccormick](https://github.com/benmccormick))
142- Add custom generator string options.generator [\#55](https://github.com/jpmonette/feed/pull/55) ([VarunBatraIT](https://github.com/VarunBatraIT))
143
144## [1.0.1](https://github.com/jpmonette/feed/tree/1.0.1) (2017-04-02)
145**Implemented enhancements:**
146
147- Allow for manual setting of the feed updated date [\#14](https://github.com/jpmonette/feed/issues/14)
148- Readme should mention missing stuff [\#3](https://github.com/jpmonette/feed/issues/3)
149- Tests [\#2](https://github.com/jpmonette/feed/issues/2)
150- Author fields in feed items? [\#1](https://github.com/jpmonette/feed/issues/1)
151
152**Fixed bugs:**
153
154- Forgot a "console.log" [\#5](https://github.com/jpmonette/feed/issues/5)
155
156**Closed issues:**
157
158- Cut a new release [\#47](https://github.com/jpmonette/feed/issues/47)
159- RSS author tag for each post should contain only email [\#41](https://github.com/jpmonette/feed/issues/41)
160- URL in repo description is a dead link [\#36](https://github.com/jpmonette/feed/issues/36)
161- Lots of commits missing in npm [\#35](https://github.com/jpmonette/feed/issues/35)
162- AppFog 404 Not Found [\#20](https://github.com/jpmonette/feed/issues/20)
163- Generated Atom feed has a few problems according to validator [\#19](https://github.com/jpmonette/feed/issues/19)
164- content encoding [\#17](https://github.com/jpmonette/feed/issues/17)
165- TypeError: Object July 21, 1983 01:15:00 has no method 'toUTCString' [\#11](https://github.com/jpmonette/feed/issues/11)
166- The code breaks when atom feed is requested [\#8](https://github.com/jpmonette/feed/issues/8)
167- Author email and link should be optional [\#6](https://github.com/jpmonette/feed/issues/6)
168
169**Merged pull requests:**
170
171- Initial Babel migration commit [\#49](https://github.com/jpmonette/feed/pull/49) ([jpmonette](https://github.com/jpmonette))
172- Resolves \#41 - Fix โ€œauthorโ€ tag based on W3 Validator [\#48](https://github.com/jpmonette/feed/pull/48) ([jpmonette](https://github.com/jpmonette))
173- fixed the failing test due to date provided [\#45](https://github.com/jpmonette/feed/pull/45) ([parit](https://github.com/parit))
174- Update package.json [\#43](https://github.com/jpmonette/feed/pull/43) ([f0rr0](https://github.com/f0rr0))
175- Feed id is required. Demonstrate that in README [\#39](https://github.com/jpmonette/feed/pull/39) ([KyleAMathews](https://github.com/KyleAMathews))
176- Support for the entry\#published attribute [\#34](https://github.com/jpmonette/feed/pull/34) ([benilovj](https://github.com/benilovj))
177- Validation fixes [\#26](https://github.com/jpmonette/feed/pull/26) ([download13](https://github.com/download13))
178- disable url validation [\#24](https://github.com/jpmonette/feed/pull/24) ([bewest](https://github.com/bewest))
179- feed.item\(\) is deprecated [\#18](https://github.com/jpmonette/feed/pull/18) ([KyleAMathews](https://github.com/KyleAMathews))
180- adding contributors and copyright for atom [\#12](https://github.com/jpmonette/feed/pull/12) ([shafan](https://github.com/shafan))
181- Updates to better pass the W3C validator, and other improvements [\#10](https://github.com/jpmonette/feed/pull/10) ([smebberson](https://github.com/smebberson))
182- Fixed iterator bug [\#9](https://github.com/jpmonette/feed/pull/9) ([brickcap](https://github.com/brickcap))
183- here's my change to ensure array iteration works even if arrays have other properties [\#7](https://github.com/jpmonette/feed/pull/7) ([haszari](https://github.com/haszari))
184
185
186
187\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\No newline at end of file