Skip to content

Releases: jaredramirez/bs-elm

3.0.0

27 May 03:44
Compare
Choose a tag to compare
  • Upgrade to bsb 7.3.2
  • Improve interop with new bsb records <-> js object compatability

2.0.0.

26 Dec 23:49
Compare
Choose a tag to compare
  • Drop support for elm 0.18
  • Add support for elm 0.19

v1.0.2

18 Apr 16:35
Compare
Choose a tag to compare
  • Compile reason modules in-source

v1.0.1

18 Apr 15:33
Compare
Choose a tag to compare
  • 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

17 Feb 22:24
Compare
Choose a tag to compare
  • Rename project to bs-elm for consistency across other bucklescript/reason projects
  • Changed the exported module from ReasonElm to Elm
    *Changed export port types: elmOutPort -> portToElm and elmInPort -> portFromElm

v0.0.4

16 Jan 20:57
e996770
Compare
Choose a tag to compare

Features:

  • Support nested elm on mount function when defining moduleName

v0.0.3

14 Jan 23:09
f083bee
Compare
Choose a tag to compare

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