UNPKG

12.1 kBMarkdownView Raw
1# History
2
3## v1.19.1 2020 April 21
4
5- Fix crash when trying to generate install instructions for an edition that lacks an entry
6 - This can happen in the case of editioned websites, which only specify `directory: '.'`
7
8## v1.19.0 2019 December 18
9
10- Ignore contributors that are bots (identified by `[bot]` in their name)
11
12## v1.18.0 2019 December 18
13
14- Removed browser edition entry from unkpkg URL as it is not necessary
15- Added links for Node.js, the Editions Autoloader, and ECMAScript versions
16- Babel Polyfill section is removed as modern ecosystem doesn't need it
17
18## v1.17.1 2019 December 18
19
20- Fixed v1.17.0 busting edition names
21
22## v1.17.0 2019 December 18
23
24- Install instructions adjust accordingly depending on if there is a default export or not (detected by presence of the `export-default` keyword)
25- Add install instructions for pika and unpkg if the project is a module
26- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
27
28## v1.16.0 2019 December 10
29
30- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
31
32## v1.15.0 2019 December 6
33
34- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
35
36## v1.14.0 2019 December 1
37
38- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
39
40## v1.13.0 2019 December 1
41
42- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
43
44## v1.12.0 2019 November 18
45
46- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
47
48## v1.11.0 2019 November 18
49
50- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
51
52## v1.10.0 2019 November 13
53
54- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
55
56## v1.9.0 2019 November 11
57
58- Implemented support for `GITHUB_API` environment variable to access the GitHub API via a proxy
59
60## v1.8.0 2019 November 11
61
62- Updated [base files](https://github.com/bevry/base) and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
63
64## v1.7.5 2019 September 11
65
66- Show help if no arguments were supplied
67 - Thanks to [James George](https://github.com/jamesgeorge007) for [pull request #94](https://github.com/bevry/projectz/pull/94)
68- Updated dependencies
69 - Update SPDX dependency
70 - Thanks to [Peter Chanthamynavong](https://github.com/peterkc) for [pull request #95](https://github.com/bevry/projectz/pull/95)
71- Updated [base files](https://github.com/bevry/base) and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
72
73## v1.7.4 2018 December 22
74
75- Prevent `pacakge-lock.json` from being read
76- Switched from `CSON` to `season`, as CSON doesn't handle sync errors, and no one has maintained it
77
78## v1.7.3 2018 December 19
79
80- Internal documentation updates
81
82## v1.7.2 2018 December 19
83
84- Moved npm require instructions after the command instructions for consistency
85
86## v1.7.1 2018 December 19
87
88- Fixed an eyesore with the jspm installation instructions
89- Only output TypeScript blurb on modules
90
91## v1.7.0 2018 December 19
92
93- Updated installation instructions for latest ecosystem changes
94
95## v1.6.0 2018 December 19
96
97- Updated [base files](https://github.com/bevry/base) and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
98
99## v1.5.3 2018 November 15
100
101- Note that contributors may also fail to fetch if the internet is disconnected.
102
103## v1.5.2 2018 November 15
104
105- Update [githubauthquerystring](https://github.com/bevry/githubauthquerystring) to v1 and make use of its redaction abilities
106
107## v1.5.1 2018 November 15
108
109- Fixed failures in fetching contributors causing projectz to crash
110- Now uses [githubauthquerystring](https://github.com/bevry/githubauthquerystring) to generate the GitHub Auth Query Strings.
111
112## v1.5.0 2018 November 15
113
114- Removed compiled editions as they are no longer needed with modern node versions
115- Updated editions format for [editions](https://github.com/bevry/editions) v2.1.0
116- Updated [base files](https://github.com/bevry/base) using [boundation](https://github.com/bevry/boundation)
117- Updated for latest dependencies
118
119## v1.4.0 2017 April 10
120
121- Updated base files
122- Updated dependencies
123
124## v1.3.2 2016 October 24
125
126- Load the fellow edition that corresponds with the projectz edition
127
128## v1.3.1 2016 October 23
129
130- Update dependencies
131
132## v1.3.0 2016 October 19
133
134- Add new support for the newer editions standard while keeping support for the old standard
135
136## v1.2.0 2016 September 19
137
138- Add support for `repository` field being github repo shortname, and prefer it - Thanks to [Zlatan Vasović](https://github.com/zdroid) for [pull request #83](https://github.com/bevry/projectz/pull/83)
139
140## v1.1.6 2016 June 8
141
142- Updated dependencies
143- Updated internal conventions
144
145## v1.1.5 2016 May 4
146
147- Updated dependencies
148
149## v1.1.4 2016 May 2
150
151- Fix error if have a cached version of fellow
152- Updated base files
153
154## v1.1.3 2016 May 2
155
156- Use ES2015 edition of [fellow](https://github.com/bevry/fellow) - Fixes https://github.com/bevry/projectz/issues/81
157
158## v1.1.2 2016 March 20
159
160- Repackaged
161
162## v1.1.1 2016 March 20
163
164- Fix `projectz: line 1: //: is a directory`
165
166## v1.1.0 2016 March 20
167
168- Repackaged with [Editions](https://github.com/bevry/editions)
169- Added editions rendering
170
171## v1.0.9 2015 December 10
172
173- Updated esnextguardian script
174
175## v1.0.8 2015 December 7
176
177- Moved from ECMAScript Modules to CommonJS Modules due to lack of Node.js support
178- Updated base files
179
180## v1.0.7 2015 November 30
181
182- Updated dependencies
183
184## v1.0.6 2015 September 21
185
186- Browser install instructions will now correctly display is bower or component configuration exists, or `browser` or `jspm` fields exist
187
188## v1.0.5 2015 September 21
189
190- Updated dependencies
191
192## v1.0.4 2015 September 20
193
194- Fixed missing `esnextguardian` dependency (regression since v1.0.3)
195
196## v1.0.3 2015 September 20
197
198- Readme files will correctly finish with a newline character
199- Updated dependencies
200- Fixed second author losing their year
201
202## v1.0.2 2015 September 18
203
204- Continue if fetching github contributors fails
205
206## v1.0.1 2015 September 16
207
208- Fixed github API auth for user api requests
209
210## v1.0.0 2015 September 16
211
212- Initial stable release
213- Readme and Package files are now extension independent
214- Readme sections are now outputted in HTML instead of Markdown to be more universal
215- Support SPDX licenses - Implements [#72](https://github.com/bevry/projectz/issues/72), [#66](https://github.com/bevry/projectz/issues/66) - Fixes [#65](https://github.com/bevry/projectz/issues/65)
216- Uses new [bevry/badges](https://github.com/bevry/badges) package for badge rendering - Implements [#67](https://github.com/bevry/projectz/issues/67), [#55](https://github.com/bevry/projectz/issues/55), [#25](https://github.com/bevry/projectz/issues/25), [#10](https://github.com/bevry/projectz/issues/10)
217- Uses new [bevry/fellow](https://github.com/bevry/fellow) package for people handling - Implements [#37](https://github.com/bevry/projectz/issues/37), [#11](https://github.com/bevry/projectz/issues/11)
218- Newline no longer required at start of readme file - Fixes [#53](https://github.com/bevry/projectz/issues/53)
219- Moved from CoffeeScript to ES6+ - Fixes [#20](https://github.com/bevry/projectz/issues/20)
220
221## v0.5.0 2015 February 24
222
223- Support multiple licenses - Currently only MIT and CC-BY-4.0 are supported
224
225## v0.4.3 2015 February 13
226
227- Appends new line when saving packages
228
229## v0.4.2 2015 February 11
230
231- Fixes cmd line -d option
232- Fixes CRLF issue that occurred in the v0.4.1 npm package
233
234## v0.4.1 2015 February 09
235
236- Fixes incorrect handling of CSON.parseFile
237
238## v0.4.0 2015 February 09
239
240- Removed merging of dependencies between Package.json and Bower.json
241- Added Node v0.12.0 support
242
243## v0.3.17 2014 December 11
244
245- Fixed david badges (regression from v0.3.16)
246
247## v0.3.16 2014 December 11
248
249- Better badges
250- New npm downloads badge
251- Updated dependencies
252
253## v0.3.15 2014 June 23
254
255- Updated dependencies
256
257## v0.3.14 2014 May 31
258
259- Add support for global install instructions
260
261## v0.3.13 2014 May 17
262
263- Keep contributor cache valid for one day
264
265## v0.3.12 2014 May 17
266
267- Updated dependencies
268
269## v0.3.11 2014 February 19
270
271- Added [DocPad](http://docpad.org) plugin install instructions
272- Added support for the `browser` field, see readme
273
274## v0.3.10 2014 February 6
275
276- Added [Waffle.io](http://waffle.io) badge
277- Added Wishlist badge
278
279## v0.3.9 Unknown
280
281- Always show david dependency and dev dependency badges if they are enabled, rather than disabling them if there are no dependencies or dev dependencies
282
283## v0.3.8 Unknown
284
285- Cleaner badge determination
286
287## v0.3.7 2014 January 03
288
289- Updated [david-dm](https://david-dm.org/) to use the [Shields.io](http://shields.io/) theme - Thanks to [Rob Loach](https://github.com/RobLoach) for [pull request #26](https://github.com/bevry/projectz/pull/26)
290
291## v0.3.6 2014 January 03
292
293- Added bitcoin badge which accepts a URL via the `bitcoin` badge option
294- Donation badges are now on their own line
295
296## v0.3.5 2014 January 01
297
298- Only show david dm badges if there actually are dependencies for that badge
299
300## v0.3.4 2014 January 01
301
302- Added [david-dm](https://david-dm.org/) dev dependency badge support
303- Automatic badge detection for `daviddev`
304
305## v0.3.3 2014 January 01
306
307- Added [david-dm](https://david-dm.org/) badge support - Thanks to [Rob Loach](https://github.com/RobLoach) for [pull request #21](https://github.com/bevry/projectz/pull/21)
308- Automatic badge detection for `travis`, `npm`, and `david` badges
309- Travis file is now regarded as a readme file
310
311## v0.3.2 2013 December 16
312
313- Formatting changes to backers listing
314
315## v0.3.1 2013 December 16
316
317- Formatting changes to backers listing
318
319## v0.3.0 2013 December 12
320
321- Client-side install instructions will only show if `browser` property is truthy
322- Added new `browser` property that will default to true if `bower` or `component` packages are defined
323
324## v0.2.10 2013 December 12
325
326- Moved `docco` from `dependencies` into `devDependencies` where it belongs
327
328## v0.2.9 2013 December 12
329
330- Fixed CDN URL highlighting
331
332## v0.2.8 2013 December 12
333
334- Changed `HISTORY.md` and `CONTRIBUTING.md` URLs and names to always be uppercase
335- Added [wzrd.in](http://wzrd.in/) CDN URL to the Node/Browserify install section
336
337## v0.2.7 2013 November 25
338
339- Updated dependencies
340
341## v0.2.6 2013 November 6
342
343- Updated dependencies
344
345## v0.2.5 2013 October 31
346
347- Seems github doesn't like `//` urls
348
349## v0.2.4 2013 October 31
350
351- Updated badges to use `//` for their urls
352
353## v0.2.3 2013 October 23
354
355- Fixed error when encountering an unknown license
356
357## v0.2.2 2013 October 23
358
359- Fixed `license` and `licenses` duplicate in `package.json` file
360- Fixed some issues with contributors and `package.json` files
361
362## v0.2.1 2013 October 16
363
364- Fixed some issues. Now stable enough to use for your projects.
365
366## v0.2.0 2013 October 16
367
368- Added INSTALL, BACKER, and BACKERFILE tags
369
370## v0.1.0 2013 October 15
371
372- Mostly working except for BACKER tags
373
374## v0.0.2 2013 September 19
375
376- Renamed from `readme-utils` to `projectz`
377
378## v0.0.1 2013 June 19
379
380- Initial non-working commit