Skip to content

Commit

Permalink
Updated to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Apr 29, 2016
1 parent 4969005 commit 66bfb17
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.19.0
* Enhancements
* Added elixir_script mix compiler

* Breaking
* `Html`, `View`, and `VDom` modules have been removed

# v0.18.0
* Enhancements
* Better support for macros. Macros should be defined in .ex or .exs files. ElixirScript code should be in .exjs files
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
version: "0.18.0",
version: "0.19.0",
elixir: "~> 1.0",
escript: escript_config,
deps: deps,
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"dependencies": {},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-core": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^2.2.0",
"eslint": "^2.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"mocha": "^2.4.5",
"rollup": "^0.25.4"
"rollup": "^0.26.1"
}
}

0 comments on commit 66bfb17

Please sign in to comment.