Skip to content

Releases: J3m3/lazy-thunk

v0.1.0

18 Jan 14:36

Choose a tag to compare

0.1.0 (2024-01-18)

Bug Fixes

  • apply type constraints to pushed & prepended functions (d79823d)
  • change IntoArray related things (55683a8)
  • change last function to return Thunk value (935de88)

Features

  • add $filter function (e9667e0)
  • add $fold function variants (17a07c7)
  • add $map function (371ef08)
  • add $pushed & $prepended functions (735c76b)
  • add a custom error for LinkedList (60beca0)
  • add a deep-equality test function for LinkedList (b66b6d6)
  • add basic partial functions ($head, $last, tail, init, $at) (c427a69)
  • add deepCopy utility function (a117d3a)
  • add isEmpty function for LinkedList (2f5c047)
  • add length function for LinkedList (7f199ad)
  • add take variants (a4de448)
  • force to specify a type parameter of fromArray (8795360)
  • remove a required type parameter of fromArray (34458d3)
  • remove: delete unnecessary Primitive type module (426a3d7)
  • revert: remove Primitive constraint on toThunk (9b52bc2)
  • support nested lazy lists (9f3041a)
  • use deepCopy in fromArray function (ad1354a)