Skip to content

Releases: nullobject/fkit

v3.1.2

22 Apr 05:44
Compare
Choose a tag to compare
  • Fix issue in union function when handling arguments with duplicate values

v3.1.1

22 Apr 05:44
Compare
Choose a tag to compare
  • Fix issue in set function when setting unknown properties

v3.1.0

22 Apr 05:43
Compare
Choose a tag to compare
  • Update get function to accept a key path
  • Remove getIn function
  • Update set function to accept a key path
  • Update update function to accept a key path

v3.0.2

22 Apr 05:43
Compare
Choose a tag to compare
  • Fix issue with rollup config

v3.0.1

22 Apr 05:43
Compare
Choose a tag to compare
  • Add groupBy to exported functions

v3.0.0

02 Apr 04:35
Compare
Choose a tag to compare
  • Rename group -> chunk
  • Rename groupBy -> chunkBy

v2.0.0

12 Mar 10:03
Compare
Choose a tag to compare
  • Use Array.from to convert iterables to arrays
  • Add tuple function
  • Export curried and uncurried functions