Skip to content

Releases: mikesol/purescript-hyrule

Delightful delay

07 Aug 04:04
Compare
Choose a tag to compare

Adds a new withDelay' function that accepts a function of the input instead of a const Int, and rewrites withDelay as a specialized case.

Pernicious pnpm

22 Jul 17:05
Compare
Choose a tag to compare

One would like to think that a stable release is a stable release, n'est-ce pas ? Mais non. Sometimes, GH actions fail even though you've done nothing wrong. And when that happens, the only thing one can reasonably do is a minor release. Ergo this one.

Copious combinators

21 Apr 14:38
a2a32e0
Compare
Choose a tag to compare

A new minor version for a brave new world! Pushes effects farrrr to the boundary and adds an API-equivalent optimized version of poll for speedy execution 🏃 .

Potent polls

24 Aug 11:39
f388528
Compare
Choose a tag to compare

Changes events to hot-only and rebrands behaviors as Polls, revving them up with all sorts of nice instances that make them work more or less just like event. They can still behave like behaviors if you so choose, but they can now do oh so much more! Filterable? ✅ Alt? ✅ IsEvent? ✅ Oh the places you'll go!

Banished backdoor

29 May 08:30
Compare
Choose a tag to compare

Gets rid of the backdoor, which made Pursuit documentation illegible.

Bye-bye bower

19 Apr 01:18
Compare
Choose a tag to compare

Gets rid of the unnecessary bower.json file.

Mighty merge

25 Feb 10:11
aaff88c
Compare
Choose a tag to compare

Adds a merge function as a faster alternative to oneOf.

Merry mailboxing

12 Jan 05:20
188d869
Compare
Choose a tag to compare

Adds a mailbox function to complement mailboxed.

Outsized optimizations

04 Dec 14:57
Compare
Choose a tag to compare

Adds createPureO, cuz you never know when you'll need the extra juice!

Stunning ST

04 Dec 12:30
aee7b30
Compare
Choose a tag to compare

Uses ST r instead of ST Global.