Skip to content

Commit 382d35f

Browse files
committed
Updated Changelog. Updated version to 0.15.1
1 parent db47f3d commit 382d35f

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,4 +1,11 @@
1-
# v0.16.0-dev
1+
# 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
29

310
# v0.15.0
411
* Enhancements

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.16.0-dev",
7+
version: "0.15.1",
88
elixir: "~> 1.0",
99
escript: escript_config,
1010
deps: deps,

0 commit comments

Comments
 (0)