Skip to content

Releases: mlms13/bs-nonempty

Any, All, Eq, Ord

Choose a tag to compare

@mlms13 mlms13 released this 23 Oct 04:40
  • 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

Choose a tag to compare

@mlms13 mlms13 released this 20 Oct 23:35
5790953

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

Choose a tag to compare

@mlms13 mlms13 released this 12 Sep 18:03

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

Choose a tag to compare

@mlms13 mlms13 released this 11 Sep 22:17

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