Skip to content

Releases: thomashoneyman/purescript-halogen-formless

v4.0.3

01 Jun 16:49
68e3bb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

23 Jun 17:25
2d195d2
Compare
Choose a tag to compare
  • Adds a bower.json file to support Pursuit publishing

v4.0.0

02 May 20:23
Compare
Choose a tag to compare

Breaking changes:

  • Updated for PureScript 0.15
    This release has no changes in the library internals and is solely a breaking release because of dependency upgrades for PureScript 0.15.

v3.0.0

03 Mar 23:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

v2.2.0

19 Nov 16:21
657225e
Compare
Choose a tag to compare
  • Add submitPreventDefault helper for handling form submission events (#80 by @chiroptical)

v2.1.0

07 Oct 08:56
3f6ffef
Compare
Choose a tag to compare
  • Formatted the project with purs-tidy and required all new PR submissions to be formatted (#76 by @thomashoneyman)
  • Added a warning to the mkSProxies function, which produces too much generated code to be useful in production settings (#77 by @thomashoneyman)

v2.0.1

29 Apr 15:10
Compare
Choose a tag to compare
  • Generated a bower.json file and published documentation to Pursuit

v2.0.0

01 Apr 18:07
485f7d4
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and Halogen 6 and dropped support for previous compiler & Halogen versions (#73).

v1.0.0

05 Aug 18:32
Compare
Choose a tag to compare

This release makes Formless officially compatible with Halogen 5, in keeping with the previous release candidates.

The summary of changes is included in #45.

v1.0.0-rc.2

04 May 17:04
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
  • Ensure async validation always uses last captured output (#63)
  • Add an Initial instance for sets (#56)