Skip to content

Releases: MikuroXina/mini-fn

v3.0.0

08 Mar 17:17
69c9f36
Compare
Choose a tag to compare

3.0.0 (2023-03-08)

⚠ BREAKING CHANGES

  • Add more docs and Fix incomplete typings (#56)

Features

Bug Fixes

  • Add more docs and Fix incomplete typings (#56) (b451909)
  • Add writer for MonadWriter (#58) (4e5f1a0)

v2.0.0

29 Jan 13:07
5a5b574
Compare
Choose a tag to compare

2.0.0 (2023-01-29)

⚠ BREAKING CHANGES

  • Add Adjunction and Remove Semigroupal from Apply (#49)
  • Add natural transformations and profunctors (#48)
  • New higher kinded types system (#46)

Features

  • Add Adjunction and Remove Semigroupal from Apply (#49) (368ed8f)
  • Add adjunction for Free (#51) (a8be37d)
  • Add natural transformations and profunctors (#48) (cfc1652)
  • Add Seq and FingerTree (#50) (2908578)
  • New higher kinded types system (#46) (524b5c3)

v1.0.0

25 Dec 16:38
9c7f24f
Compare
Choose a tag to compare

1.0.0 (2022-12-25)

⚠ BREAKING CHANGES

  • Remove oneShot and Enforce test for func (#40)
  • Tidy up about Ord and Eq (#34)
  • Make types readonly (#24)
  • Improve to be tree-shakable (#14)

Features

  • Add cartesianProduct and related stuffs (#27) (82dd09d)
  • Add Comonad, Zipper, Store (#23) (7e70132)
  • Add partialEq and eq for Option and List (#20) (e823418)
  • Add some partial-applied and Enforce test (#37) (c76c35e)
  • Add test and features and Fix bugs for List (#19) (292555f)
  • Impl Eq and Ord for some data (#28) (c6985b9)
  • Improve Writer and Add test (#22) (86023ce)

Bug Fixes

v0.3.0

28 Nov 03:19
329b179
Compare
Choose a tag to compare

0.3.0 (2022-11-28)

⚠ BREAKING CHANGES

  • Improve Free implementation (#8)

Features

Miscellaneous Chores

v0.2.0

26 Aug 12:04
5057958
Compare
Choose a tag to compare

0.2.0 (2022-08-26)

Bug Fixes

  • Make importsNotUsedAsValues error (9073eee)

Features

v0.1.0

14 Aug 11:30
Compare
Choose a tag to compare

First release.