Skip to content

Releases: purescript-halogen/purescript-halogen

v4.0.0

03 Jun 14:33
2322559
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • A bug was fixed from the RC, where onValueInput and similar functions were not working correctly

v4.0.0-rc.1

27 May 22:43
99d4e96
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release
  • Updated for PureScript 0.12

This is exactly the code that will be released as v4.0.0, but the documentation needs combing through to update for any changes that resulted from the various changes in the PS 0.12 ecosystem.

v3.1.3

08 Apr 16:26
923c5a4
Compare
Choose a tag to compare
  • Fixed awaitLoad canceller to unsubscribe from the right event type (@acple #523)

v3.1.2

12 Feb 22:58
63ec624
Compare
Choose a tag to compare
  • Fixed shadowed import warnings

v3.1.1

20 Jan 17:53
ab50772
Compare
Choose a tag to compare

v3.1.0

15 Jan 00:22
b14421c
Compare
Choose a tag to compare
  • Update load helper to trigger at DOMContentLoaded rather than full window load (@spicydonuts)
  • Added Functor instance for IProp (@MonoidMusician)
  • Halogen's fork is now re-exported in various places for convenience
  • Added PlainHTML type and coercion

v3.0.1

28 Oct 18:16
77a98e5
Compare
Choose a tag to compare
  • Fix for auto-Pursuit-publishing (hopefully)

v3.0.0

26 Oct 21:24
Compare
Choose a tag to compare
  • Updated for Aff v4
  • Added onWheel event (@kwohlfahrt)
  • Added list prop (@AidanDelaney)
  • The awaitLoad utility function will no longer block forever if the document is already ready

v2.3.0

12 Sep 15:03
Compare
Choose a tag to compare
  • Added Semigroup instance for ClassName (@rightfold)

v2.2.0

23 Aug 11:16
Compare
Choose a tag to compare
  • Added functions for mapping any aspect of the HalogenM type (@rightfold)