Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Commit f701db3

Browse files
committed
1.0.0-rc1
1 parent 79a8a7f commit f701db3

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

History.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11

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
515
* 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)
1327

1428
0.19.8 / 2014-03-29
1529
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "component",
3-
"version": "0.19.8",
3+
"version": "1.0.0-rc1",
44
"description": "Component package manager consuming git repositories",
55
"keywords": [
66
"component",

0 commit comments

Comments
 (0)