File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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!
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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments