Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farism committed Sep 5, 2017
1 parent e66bb3b commit e8932ee
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test/
guides/
elm-stuff/
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#### 0.7.0
#### Elm Factory has an official domain now! http://elm-factory.io/
###### changes
- removed `--main` option from `dev` command. Files are now watched when you browse to them
- added `--proxy` option to `dev` command
- added `--proxy-rewrite` option to `dev` command
- added `--minify` option to `build` command
- added `--asset-tag` option to `build` command
- `build` now generates an index.html file
- better output overall
- added ora for pretty spinners!!
- spinners!
- spinners!!!

###### bug fixes
- `init` and `build` commands now work with absolute paths
- fixed messaging when tasks break

#### 0.6.0
- better elm-reactor process management
- express > browser-sync
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-factory",
"version": "0.6.0",
"version": "0.7.0",
"description": "dev server and build system wrapping elm-reactor",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit e8932ee

Please sign in to comment.