Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Jun 10, 2016
1 parent ced8aeb commit 9c4542b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# lively.modules changelog

## 0.5.1

* don't re-execute modules once a dependant changes, just update the module bindings(!)
* instrument System.register setters to capture (and update) module bindings
* don't freeze modules by default to allow adding new exports without reloading dependent modules
* export fixes for async transformation. babel async transformer is
surprisingly fragile as to where async functions are placed, in lively.ast and
lively.modules we have some manual "hoisting" now to work around these issues
* support systemjs 0.19.30 + systemjs-babel-plugin for using babel@6
* fix wrapping nodejs modules as es6 modules
* replacing System["__lively.modules__"] with System.get("@lively-env")
* - dont rewrite "fetch" as it is a function that apparently cannot be called as a method from a dereived global

## 0.4.1

* removing runEval (!) – es6 aware eval resides now in lively.vm also removing
Expand Down

0 comments on commit 9c4542b

Please sign in to comment.