Skip to content

Commit b7bb757

Browse files
committed
Updated version to 0.14.0-dev
1 parent 5cc80e2 commit b7bb757

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.14.0-dev
2+
* Enhancements
3+
* Structs are now translated into classes
4+
* Structs and Tuples now match on their types
5+
* Can now match on JavaScript classes
6+
* Can now implement protocols using JavaScript types
7+
18
# v0.13.0
29
* Enhancements
310
* Added `Base` module with function: encode64, decode64, and decode64!
@@ -84,7 +91,7 @@
8491
* Improved function chaining
8592
* added `from` clause to `import`, `alias`, and `require` so that the import path can be overridden
8693
* `alias` now acts like `require` in that it is translated into an import default statement
87-
* modules now export a default object with def functions added as properties on it.
94+
* modules now export a default object with def functions added as properties on it.
8895
* for function closures, now calling by using `.call(this)` so that `this` is available inside of it
8996

9097
# v0.4.0

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
44
def project do
55
[
66
app: :elixir_script,
7-
version: "0.13.0",
7+
version: "0.14.0-dev",
88
elixir: "~> 1.0",
99
escript: escript_config,
1010
deps: deps,

0 commit comments

Comments
 (0)