Skip to content

Releases: purescript-halogen/purescript-halogen

v0.5.0

16 Oct 18:06
Compare
Choose a tag to compare
  • New component-based design (see the README for a guide on how things work in the new Halogen)
  • Updated dependencies
  • Compatible with the latest PureScript compiler (0.7.3+)

v0.4.1

23 Apr 04:37
Compare
Choose a tag to compare

Add colSpan and rowSpan.

v0.4.0

07 Apr 17:39
Compare
Choose a tag to compare
  • Added Component abstraction to unify HTML components and widgets
  • Added Event monad for asynchronous tasks with multiple results
  • New combinators for combining signal functions
  • Added ace example
  • Better Bootstrap support

v0.3.0

09 Mar 00:55
Compare
Choose a tag to compare
  • Add EventHandler to support things like preventDefault.
  • Break out Unsafe and Internal modules.
  • Define a newtype for class names.

v0.2.0

08 Mar 21:39
Compare
Choose a tag to compare

Major API changes and new features:

  • Support thunk and widget
  • Events now use hooks
  • Attribute is now a Monoid
  • Smart constructors added for form elements
  • Basic Bootstrap 3 support

0.1.0

06 Mar 15:50
Compare
Choose a tag to compare
v0.1.0

Update docs