Collect changes going into the next release

This commit is contained in:
Evan Czaplicki 2014-02-10 17:07:41 +01:00
parent f727bf9eda
commit 9c531c65d5

View file

@ -1,10 +1,25 @@
## next
* Support Trampolining (thanks to Max New and Tim Hobbs)
* Drastically improved performance on markdown parsing (thanks to @Dandandan)
* Improved JSON format for types generated by elm-doc
* Revise the semantics of keepWhen and dropWhen to only update when
* the filtered signal changes (thanks Max New and Janis Voigtländer)
* Add Date.fromTime function
* Remove problematic Mouse.isClicked signal
* Fix serious bugs in Bitwise library
* Fix bug in exporting Maybe values through ports
## 0.11
* Lazy and Lazy.Stream (thanks to Max New)
* sortBy, sortWith (thanks to Max Goldstein)
* Ports, a new FFI that is more general and much nicer to use
* Basic compiler tests (thanks to Max New)
## 0.10.1
* sort, sortBy, sortWith (thanks to Max Goldstein)
* elm-repl
* Markdown interpolation
* Bitwise library
* Regex library
* Improve Transform2D library (thanks to Michael Søndergaard)