This repository was archived by the owner on Mar 27, 2019. It is now read-only.
File tree 2 files changed +25
-11
lines changed
2 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 1
1
2
- 1.0.0 /
3
- ==================
4
-
2
+ 1.0.0-rc1 / 2014-04-01
3
+ ======================
4
+
5
+ * add:
6
+ - ` component-install ` semver support
7
+ - ` component-install ` now handles redirects (not w/ semver resolution, however)
8
+ - ` component-crawl `
9
+ - ` component-build <styles|scripts|files> ` for designating a specific build
10
+ - ` component-build styles --browsers ` - default autoprefixer support
11
+ - ` component-build styles ` - fix CSS dependency ordering
12
+ - ` component-build scripts ` - es6 module support
13
+ - ` component-build scripts ` - other generator improvements from [ builder2] ( http://github.com/component/builder2.js )
14
+ - ` component-build scripts ` - now autorequires by default
5
15
* remove:
6
- - ` component-create ` - https://github.com/component/create.js
7
- - ` component-convert `
8
- - ` component-wiki `
9
- - ` component-info `
10
- - ` component-changes `
11
- * add:
12
- - ` component-crawl `
16
+ - ` component-create ` - moved to [ component-create] ( https://github.com/component/create.js )
17
+ - ` component-convert `
18
+ - ` component-wiki `
19
+ - ` component-info `
20
+ - ` component-changes `
21
+ - ` component-install --force `
22
+ - ` component-install ` custom remotes (for now, need adapter APIs in [ remotes] ( http://github.com/component/remotes.js ) )
23
+ - ` component-install ` proxy - temporarily removed/untested, will be added again later
24
+ * changed:
25
+ - ` component-build scripts --umd ` from ` --standalone `
26
+ * updated to comply with the latest [ specs] ( https://github.com/component/spec/blob/master/component.json/specifications.md )
13
27
14
28
0.19.8 / 2014-03-29
15
29
==================
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " component" ,
3
- "version" : " 0.19.8 " ,
3
+ "version" : " 1.0.0-rc1 " ,
4
4
"description" : " Component package manager consuming git repositories" ,
5
5
"keywords" : [
6
6
" component" ,
You can’t perform that action at this time.
0 commit comments