UNPKG

14.9 kBMarkdownView Raw
11.1.0 / 2015-03-14
2======================
3
4 * provide shrinkwrapper support: [component-shrinkwrapper](https://github.com/componentjs/shrinkwrapper)
5
61.0.1 / 2014-11-22
7======================
8
9 * watch development fields [watcher.js#2](https://github.com/componentjs/watcher.js/issues/2)
10 * check latest tag for component.json at first [component#611](https://github.com/componentjs/component/issues/611)
11 * download archive if globs are used in component.json [downloader.js#7](https://github.com/componentjs/downloader.js/pull/7)
12
131.0.0 / 2014-10-30
14======================
15* use `debug` instead of consoler.js to warn about __requiring components below root__
16* add repository redirects for api.github.com requests (if a user rename a repo)
17* require2
18
19 * fix semver sorting for `require.latest`
20
21For a more in-depth changelog about v1, please read: https://github.com/component/guide/blob/master/changelogs/1.0.0.md.
22
231.0.0-rc7 / 2014-10-12
24======================
25
26* `component-build`
27
28 * update autoprefixer
29
30* require2
31
32 * provide `require.loader`
33 * provide `require.latest(moduleName)` to require a remote module without specify the version
34
35
361.0.0-rc6 / 2014-10-05
37======================
38
39 * `component-build --watch` deletes build files if errors occur and doesn't stop the process anymore
40 * allow to require locals below the root without throwing an error
41 * allow to require paths which cannot be resolved without throwing an error
42 * fix requiring files from a local (without file extension)
43 * feature: nested locals like `foo/bar`
44 * fix CSS parsing for url rewriting, 10x faster
45 * fix module name when exporting as AMD
46 * fix AMD export for `strict` mode
47 * fix remaining quotes when rewrite `require()` paths
48 * allow hashtag in CSS URLs
49
50
511.0.0-rc5 / 2014-04-07
52======================
53
54Primarily bug fixes.
55
56* bitbucket support
57* `component-link`
58
59 * add `--tag`
60 * remove the requirement of the component name matching the repository name
61
62* `component-build`
63
64 * fix `--out`
65 * fix `--copy`
66 * fix file path rewriting for local components
67
68* fix `component-ls --depth`
69
701.0.0-rc4 / 2014-04-04
71======================
72
73Component `1.0.0` is now feature complete. Please help debug and open an issues you may have with this release! `1.0.0` will not be released until http://component.io is updated.
74
75* doc updates
76* better debug/error messages
77* bug fixes
78* re-add `component install --proxy`
79
801.0.0-rc3 / 2014-04-03
81======================
82
83The primary goal of this release is to make 1.0.0 feature complete. Please try all the new commands and provide feedback!
84
85* add:
86
87 - `component build --watch`
88 - `component link`
89
90* update `component-search` to use crawled components
91
921.0.0-rc2 / 2014-04-03
93======================
94
95The primary goal of this release is to test the new commands.
96
97* add:
98
99 - `component-duplicates`
100 - `component-open`
101 - `component-outdated`
102 - `component-pin`
103 - `component-update`
104 - `component-validate`
105
106* reintroduce `--standalone` to `component-build`
107
1081.0.0-rc1 / 2014-04-01
109======================
110
111The primary goal of this release is to test `component install` and `component build` and remove features we've decided to remove.
112
113* add:
114
115 - `component-install` semver support
116 - `component-install` now handles redirects (not w/ semver resolution, however)
117 - `component-crawl`
118 - `component-build <styles|scripts|files>` for designating a specific build
119 - `component-build styles --browsers` - default autoprefixer support
120 - `component-build styles` - fix CSS dependency ordering
121 - `component-build scripts` - es6 module support
122 - `component-build scripts` - other generator improvements from [builder2](http://github.com/component/builder2.js)
123 - `component-build scripts` - now autorequires by default
124
125* remove:
126
127 - `component-create` - moved to [component-create](https://github.com/component/create.js)
128 - `component-convert`
129 - `component-wiki`
130 - `component-info`
131 - `component-changes`
132 - `component-install --force`
133 - `component-install` custom remotes (for now, need adapter APIs in [remotes](http://github.com/component/remotes.js))
134 - `component-install` proxy - temporarily removed/untested, will be added again later
135
136* changed:
137
138 - `component-build scripts --umd` from `--standalone`
139
140* updated to comply with the latest [specs](https://github.com/component/spec/blob/master/component.json/specifications.md)
141
1420.19.8 / 2014-03-29
143==================
144
145 * fix force install option #485
146 * fix dependencies installed via not being added to component.json #466
147 * bump deps
148
1490.19.7 / 2014-02-25
150==================
151
152 * update github URLs in package.js to https://raw.githubusercontent.com
153
1540.19.6 / 2014-02-06
155==================
156
157 * update component-installer to remove lowercasing
158 * update "superagent-proxy" to v0.3.0
159 * update "proxy-agent" to v1.1.0
160
1610.19.5 / 2014-01-16
162==================
163
164 * update installer for lookup casing fix
165 * fix casing in .lookup()
166
1670.19.4 / 2014-01-16
168==================
169
170 * update installer for casing fix
171 * update builder for casing fix
172
1730.19.3 / 2014-01-07
174==================
175
176 * update installer
177
1780.19.2 / 2014-01-06
179==================
180
181 * revert builder
182
1830.19.1 / 2013-12-30
184==================
185
186 * update builder for main alias fix
187
1880.19.0 / 2013-12-30
189==================
190
191 * add .netrc auth logic back
192 * add proxy support
193 * add full MIT license to component-create(1)
194 * update component-builder for alias removal
195 * change component-install to use installer.js
196 * remove component-install(1) --out flag. Closes #389
197 * change component-search(1) to only display "demo: ..." when present
198
1990.18.0 / 2013-10-17
200==================
201
202 * update builder for json support
203
2040.17.6 / 2013-09-17
205==================
206
207 * revert superagent enabling for now
208 * add use of "open" for component-wiki
209
2100.17.5 / 2013-09-13
211==================
212
213 * add superagent use back for netrc
214
2150.17.4 / 2013-09-12
216==================
217
218 * update builder
219
2200.17.3 / 2013-09-06
221==================
222
223 * update builder (require function change)
224
2250.17.2 / 2013-09-03
226==================
227
228 * add superagent-proxy
229 * add warning for missing bin
230 * fix: bump version of netrc
231 * fix: keep default gh remote from being added each install command.
232 * fix: wait for packages to install successfully before writing component.json -- Should solve #386
233
2340.17.0 / 2013-07-19
235==================
236
237 * update builder
238
2390.16.8 / 2013-07-17
240==================
241
242 * fix dups reported in install output. Closes #372
243 * fix corrupt downloads with quick superagent replacement. Closes #374
244
2450.16.7 / 2013-07-05
246==================
247
248 * update superagent for unzip fixes
249
2500.16.6 / 2013-07-02
251==================
252
253 * update superagent
254 * fix node 0.8 issues when installing partial files
255 * remove OAuth in .netrc instructions
256
2570.16.5 / 2013-06-26
258==================
259
260 * update superagent
261 * fixing resolve bug for node 0.10+
262
2630.16.4 / 2013-06-18
264==================
265
266 * fix build of empty js files when no js is present
267 * fix installation of local dependencies via lookup paths
268 * fix removal of semi-installed components
269
2700.16.3 / 2013-06-06
271==================
272
273 * update builder
274
2750.16.2 / 2013-05-31
276==================
277
278 * add dev url prefixing back
279
2800.16.1 / 2013-05-30
281==================
282
283 * add mtime update of output directory on install. Closes #344
284 * fix component-install(1) --dev, manip .development not .dependencies Closes #177
285
2860.16.0 / 2013-05-13
287==================
288
289 * add netrc support
290 * add `component-install(1)` --verbose
291 * add .demo, closes #254
292 * add -v, --verbose to component-search(1) with license / version. Closes #317
293 * add `--no-require` to `component-build(1)`
294 * remove component-docs(1)
295 * fix: inFlight components do not emit `end` events
296
2970.15.1 / 2013-04-26
298==================
299
300 * update builder for root-level main alias fix
301
3020.15.0 / 2013-04-24
303==================
304
305 * update builder
306
3070.14.0 / 2013-04-23
308==================
309
310 * add .main to component-create(1) generated component.json for clarity
311 * add component-info(1) tests
312 * add Package#url() default of first remote
313 * remove .addLookup() from component-build(1), now performed in Builder
314 * update builder
315 * fix a call to fn() that should be done()
316 * fix UMD: use "this" instead of window for global
317
3180.13.2 / 2013-03-26
319==================
320
321 * change error handling to treat non-404s as fatals
322 * fix exit status of component(1)
323 * fix current .remote usage in Package
324
3250.13.1 / 2013-03-19
326==================
327
328 * update builder
329 * fix component-info(1)
330 * fix: install: do not create component.json if it doesn't exist
331 * fix fatal detection
332 * add explicit remotes using `-r <url>`
333
3340.13.0 / 2013-02-24
335==================
336
337 * add: only one in-flight request per component (~50% perf increase). Closes #47
338 * add --use flag
339 * remove makefile and .gitignore from component-create local components
340
3410.12.0 / 2013-02-15
342==================
343
344 * add -c, --copy option to copy files instead of symlinking
345 * fix AMD support for modules exporting functions
346
3470.11.1 / 2013-02-01
348==================
349
350 * add component link to component-create(1) template
351 * add `make test-remotes`
352 * add correct version of dependency to component.json when installing
353 * update builder
354 * remove term-css dep
355 * fix ability to install dependencies from remote repos
356
3570.11.0 / 2012-12-30
358==================
359
360 * add AMD support to --standalone. Closes #139
361 * add component-ls(1) --depth support
362 * add in `<path>` to getLocalJSON error
363 * add in `<url>` message to JSON parsing errors
364 * add g+ community link
365 * change component-ls(1) to use tree view. Closes #204
366 * remove empty build.css output. Closes #80
367 * update builder
368 * fix component-info(1) example typo
369
3700.10.1 / 2012-12-07
371==================
372
373 * rename win-spawn to win-fork [fixes #170]
374
3750.10.0 / 2012-12-04
376==================
377
378 * add source url support when in --dev mode
379 * fix component-search(1) EPIPE with pagers. Closes #122
380 * remove component-open(1)
381
3820.9.1 / 2012-11-28
383==================
384
385 * add increase of installation performance 50% via gzip
386 * add increase of search performance 50% via gzip
387 * update builder
388
3890.9.0 / 2012-11-06
390==================
391
392 * add `-l, --local` to `component-create(1)`. Closes #119
393 * add module check to `component-build(1)` --standalone dance
394 * add `.paths` lookup path array support. Closes #137
395 * update builder for root main alias fix
396 * remove __COMPONENT_PATH__ support. Closes #137
397
3980.8.0 / 2012-11-04
399==================
400
401 * add `-p, --prefix <str>` support
402 * add asset copying and url rewriting. Closes #52
403 * add `.images` and `.fonts` support for installation
404
4050.7.1 / 2012-11-02
406==================
407
408 * add error-handling for getFiles(). Closes #121
409 * add error(res, url) helper
410
4110.7.0 / 2012-10-31
412==================
413
414 * add implicit `--save` to `component-install(1)`. Closes #103
415 * add recursive `.local` support to `component-install(1)`
416 * add better local dep failure message
417 * add `-l, --license` to `component-search(1)`. Closes #107
418 * add `component.lookup(pkg)` function
419 * add `component.dependenciesOf(pkg)` function
420 * add History.md to `component-create(1)`. Closes #101
421 * add default .license of "MIT" to `component-create(1)`
422 * update builder
423
4240.6.4 / 2012-10-26
425==================
426
427 * fix a component-install(1) bug where a 404 would not display an error [damian]
428
4290.6.3 / 2012-10-24
430==================
431
432 * update builder for main alias fix
433
4340.6.2 / 2012-10-22
435==================
436
437 * add component-create(1) support for existing dirs and files. Closes #58
438 * add local sub-command resolution
439 * improve some error handling
440 * fix annoying node warning for existsSync()
441 * fix utils.error() stderr
442
4430.6.1 / 2012-10-22
444==================
445
446 * change "bundled" to "local"
447
4480.6.0 / 2012-10-22
449==================
450
451 * add __COMPONENT_PATH__ support. Closes #30
452 * add `component.paths()` helper function
453 * update builder
454
4550.5.0 / 2012-10-19
456==================
457
458 * add "main" support
459 * fix `component-search(1)` when description is missing. Closes #83 [Tim Oxley]
460
4610.4.2 / 2012-10-17
462==================
463
464 * fix silly component-install(1) bug attempting to read ./component.json. Closes #81
465
4660.4.1 / 2012-10-16
467==================
468
469 * update builder
470
4710.4.0 / 2012-10-15
472==================
473
474 * add `.remotes` support. Closes #6
475 * add --name option to specify the base name of built files.
476 * change --standalone name to be required. Closes #71
477 * update builder dep, remove --dev cascading. Closes #69
478
4790.3.0 / 2012-10-10
480==================
481
482 * add readme template for `component-create(1)` with more boilerplate
483 * add default of `{}` for conf for direct installs
484 * add `auth` support for basic authentication [Dan Williams]
485
4860.2.0 / 2012-10-06
487==================
488
489 * add `component-search(1)` `--open` flag to view in browser. Closes #39
490 * add `component-wiki(1)`. Closes #55
491 * add "y" as "yes" support
492 * add `component-install(1)` `--save` support
493 * fix < 0.8.x support
494
4950.1.1 / 2012-09-19
496==================
497
498 * add new "stdio" child process inherit option. Closes #45
499 * update component(1) --help docs
500 * remove special-casing of 127 exit status
501 * remove component-register(1) from package.json
502 * fix subcommand execution on windows [ForbesLindesay]
503
5040.1.0 / 2012-09-18
505==================
506
507 * add remote search
508 * add ★ to search output
509 * add sorting by stars
510 * add --json to `component-search(1)`
511 * remove `component-register(1)`
512 * change `component-search(1)` to use only verbose output
513
5140.0.7 / 2012-09-14
515==================
516
517 * add `--standalone [name]` support to component-build(1). Closes #34
518 * add memoized mkdir
519 * add empty .development `{}` to component-create(1)
520 * update component-builder
521 * remove "which" dependency
522 * remove logging from component-convert(1)
523 * remove "component.json" dep of component target in component-create(1) makefile
524 * rename devDependencies to development
525
5260.0.6 / 2012-09-05
527==================
528
529 * add `--dev` to `component-create(1)` build command
530 * add `component-build(1)` --dev flag. Closes #25
531 * rename `devDependencies` to `development`
532 * fix `component-create(1)` undefined.css. Closes#24
533
5340.0.5 / 2012-09-04
535==================
536
537 * add `--standalone` to `component-build(1)`
538
5390.0.4 / 2012-09-01
540==================
541
542 * add `.repo` to `component-create(1)`
543 * add `.files` support. Closes #11
544 * fix installation of files nested in dirs
545 * change `component-register(1)` to use .repo prop
546 * change `component-search(1)` query to be optional
547 * change `component-search(1)` to join args
548
5490.0.3 / 2012-08-30
550==================
551
552 * add missing commands to package.json
553
5540.0.2 / 2012-08-30
555==================
556
557 * update commander.js for pull-request fail
558
\No newline at end of file