Releases: jaredramirez/bs-elm
Releases · jaredramirez/bs-elm
3.0.0
2.0.0.
- Drop support for elm 0.18
- Add support for elm 0.19
v1.0.2
- Compile reason modules in-source
v1.0.1
- Upgrade to
bs-platform@3.0.0
(No change in the generated code) - Generate files with the suffix
.bs.js
instead of.js
v1.0.0
- Rename project to
bs-elm
for consistency across other bucklescript/reason projects - Changed the exported module from
ReasonElm
toElm
*Changed export port types:elmOutPort
->portToElm
andelmInPort
->portFromElm
v0.0.4
Features:
- Support nested elm on
mount
function when definingmoduleName
v0.0.3
First official release.
Includes:
- Mounting an Elm app in fullscreen mode or by specifying a DOM node's
elementId
- Passing
flags
to an Elm app during instantiation - Subscribe & unsubscribe to
ports
- Send data to Elm via
ports