Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Releases: paf31/purescript-jquery

v5.0.0

Choose a tag to compare

@justinwoo justinwoo released this 07 Aug 07:28
cb46882

New release for PureScript 0.12 using Effect and Web-DOM

v4.3.0

Choose a tag to compare

@paf31 paf31 released this 14 Oct 22:43
  • Ensure that appendText only appends text, not HTML.
  • Add unsafeAppendHtml which uses the old behavior.

(@i-am-tom)

v4.2.1

Choose a tag to compare

@paf31 paf31 released this 27 Jun 16:17

Fix implementations of getPageX and getPageY (@dgendill)

v4.2.0

Choose a tag to compare

@paf31 paf31 released this 25 Jun 03:48

Add getAttr (@ricksanchez)

v4.1.0

Choose a tag to compare

@paf31 paf31 released this 15 Jun 02:46

Add off function (@rizary)

v4.0.0

Choose a tag to compare

@paf31 paf31 released this 05 Apr 15:44

Updates for 0.11 compiler

v1.0.0

Choose a tag to compare

@paf31 paf31 released this 11 Jun 22:22
  • Updates for 1.0 core libraries and 0.9.1 compiler. This library will not work with compiler versions < 0.9.1.
  • Don't return JQuery from actions any more, unless creating a new element.

v0.6.1

Choose a tag to compare

@paf31 paf31 released this 15 Apr 03:10

Fix on (@Filib)

v0.6.0

Choose a tag to compare

@paf31 paf31 released this 10 Sep 16:37

Update dependencies.

v0.5.0

Choose a tag to compare

@paf31 paf31 released this 30 Jun 05:32

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.