UNPKG

2.08 kBMarkdownView Raw
1See: https://github.com/seifertd/site-mapper/releases for latest release notes
2
3
41.2.1 / 2015-08-26
5* Allow configuration to ignore source errors
6
71.2.0 / 2015-08-17
8* Use finish events to determine when file output is done
9* Change generator function to allow err and result objects on completion callback
10
111.1.9 / 2015-08-03
12* Change sitemap generation to be serial to avoid killing cpu with large sitemaps
13
141.1.8 / 2015-04-03
15* BUGFIX: Escape urls in sitemaps
16
171.1.7 / 2015-03-19
18* HTML source passes on all url attributes
19* Add ability to configure a url filter on a source
20
211.1.6 / 2015-03-19
22* Add xmlns:xhtml namespace declaration
23
241.1.5 / 2015-03-13
25* Encode link tag using xml attribute escape function
26
271.1.4 / 2015-03-13
28* Encode link tag attributes
29
301.1.3 / 2015-03-13
31* Remove use of link reserved word.
32
331.1.2 / 2015-02-26
34* Make sure to add </url> close tag. Add test to make sure
35 this doesn not happen again
36
371.1.1 / 2015-02-26
38* Support xhtml:link elements in urls
39
401.1.0 / 2015-02-13
41* Add ability to output to stream instead of stdout
42
431.0.2 / 2015-01-21
44* Do not blow up if http request returns empty body
45
461.0.0 / 2014-05-29
47* Allow multiple sitemap definitions per environment
48
490.1.0 / 2014-05-20
50------------------
51* Export the Source base class
52
530.0.13 / 2014-05-20
54------------------
55* Fix csv dependency to 0.3.x
56
570.0.12 / 2014-02-24
58------------------
59* Fix problem with dependency references in package.json
60
610.0.11 / 2014-01-13
62------------------
63* If a http source generates no urls, return error
64
650.0.10 / 2013-12-16
66------------------
67* Make sure sitemap files are flushed and closed
68
690.0.9 / 2013-11-18
70------------------
71* Shore up CSV and HTTP source error handling
72
730.0.8 / 2013-11-15
74------------------
75* Documentation update
76
770.0.7 / 2013-11-13
78------------------
79* Handle sitemap image urls in HTTP source
80
810.0.6 / 2013-11-13
82------------------
83* Fix missing fixture
84
850.0.4 / 2013-11-12
86------------------
87* Add CSV source
88
890.0.2 / 2013-11-11
90------------------
91* New release task
92
930.0.1 / 2013-11-07
94------------------
95* Intial release.