Skip to content

Releases: mlms13/bs-nonempty

Any, All, Eq, Ord

23 Oct 04:40

Choose a tag to compare

  • Add any, all, and find helpers built on fold_left
  • Add eq and elem functions when inner type is a member of EQ
  • Add min and max functions when inner type can be ordered

v1.2.3 -- add interface files

20 Oct 23:35
5790953

Choose a tag to compare

With the power of rei files, you'll now get useful editor completions and compiler errors. They'll talk about things like list('a) instead of BsAbstract.Interface.Semigroup.t('a) or whatever they were saying before.

What happened to releases 1.2.1 and 1.2.2, you ask? Various attempts at checking JS files in different forms, which didn't amount to very much value.

v1.2.0 -- Add typeclass implementations

12 Sep 18:03

Choose a tag to compare

This release improves the docs slightly and adds implementations for several of the appropriate typeclasses (Semigroup, Monad, etc) as well as infix functions defined in those typeclasses.

v1.1.0 -- First official release, now with docs

11 Sep 22:17

Choose a tag to compare

Most of the functionality you'd expect is now implemented, with example usage in the README.