Skip to content

Releases: mikesol/purescript-bolson

Potent polls

24 Aug 11:40
d87900c
Compare
Choose a tag to compare

Changes events to hot-only and uses Polls as the main type on which the framework is based.

Bye-bye bower

19 Apr 01:30
Compare
Choose a tag to compare

Gets rid of unnecessary bower.json file.

Mighty merge

28 Feb 02:26
Compare
Choose a tag to compare

Uses merge instead of oneOf.

Outstanding optimizations

30 Oct 09:12
5401c25
Compare
Choose a tag to compare

Uses the new Event optimizations to speed up internal subscriptions.

Powerful polymorphism

22 Sep 16:53
Compare
Choose a tag to compare

Uses row polymorphism in more places for greater flexibility.

Simplified signatures

05 Sep 07:04
Compare
Choose a tag to compare

Uses a simplified signature for Event.

Sneaky ST

22 Aug 05:58
Compare
Choose a tag to compare

Updates several unsafe code paths to use ST instead of a random monad.

Venerable vbus

21 Aug 15:57
17f6f03
Compare
Choose a tag to compare

Changes the type signature of vbus to something nicer.

Pursuing purity

10 Aug 08:28
Compare
Choose a tag to compare

No more bang. What's bang? I don't know. It never existed. Right? Right. Nor did this commit message that refers to it. Just pure. Pure. Pure. Pure. Pure. Pure. Pure. Pure. Pure.

Sensational scope

13 Jul 12:31
afee78f
Compare
Choose a tag to compare

Simplifies the bolson API by making fixed and envy aliases for dyn. We can bring them back as separate ADT types at a certain point if optimizations are needed. The main reason for this was to work off of dyn while making subtle changes instead of having to copy/paste them to several branches.