Releases: thomashoneyman/purescript-halogen-formless
Releases · thomashoneyman/purescript-halogen-formless
v4.0.3
v4.0.2
- Adds a bower.json file to support Pursuit publishing
v4.0.0
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
What's Changed
- Rewrite internals to a single component @thomashoneyman in #82
- Minor problem in render function in README.md by @farzadbekran in #84
Full Changelog: v2.2.0...v3.0.0
v2.2.0
- Add
submitPreventDefault
helper for handling form submission events (#80 by @chiroptical)
v2.1.0
- 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
- Generated a bower.json file and published documentation to Pursuit