Skip to content

Releases: nullobject/fkit

v3.1.2

Choose a tag to compare

@nullobject nullobject released this 22 Apr 05:44
  • Fix issue in union function when handling arguments with duplicate values

v3.1.1

Choose a tag to compare

@nullobject nullobject released this 22 Apr 05:44
  • Fix issue in set function when setting unknown properties

v3.1.0

Choose a tag to compare

@nullobject nullobject released this 22 Apr 05:43
  • 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

Choose a tag to compare

@nullobject nullobject released this 22 Apr 05:43
  • Fix issue with rollup config

v3.0.1

Choose a tag to compare

@nullobject nullobject released this 22 Apr 05:43
  • Add groupBy to exported functions

v3.0.0

Choose a tag to compare

@nullobject nullobject released this 02 Apr 04:35
  • Rename group -> chunk
  • Rename groupBy -> chunkBy

v2.0.0

Choose a tag to compare

@nullobject nullobject released this 12 Mar 10:03
  • Use Array.from to convert iterables to arrays
  • Add tuple function
  • Export curried and uncurried functions