We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db47f3d commit 382d35fCopy full SHA for 382d35f
2 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-# v0.16.0-dev
+# v0.15.1
2
+* Bug fixes
3
+ * Fixed View module so that an element can have multiple elements within
4
+ * Removed `catch` as a javascript keyword to filter
5
+ * Fixed struct implementation so that lists of atoms for fields are compiled correctly
6
+ * Fixed head-tail pattern match to allow for more complicated scenarios
7
+ * Fixed ModuleCollector to properly alias inner modules
8
+ * Fixed raise translation to properly translate when string messages are given
9
10
# v0.15.0
11
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
- version: "0.16.0-dev",
+ version: "0.15.1",
elixir: "~> 1.0",
escript: escript_config,
deps: deps,
0 commit comments