Skip to content

Releases: asd-xiv/m

v0.24.0

01 Aug 20:25
Compare
Choose a tag to compare

0.24.0 (2019-08-01)

Features

  • Force minor version bump (8dbd577)

v0.23.0 - 10 July 2019

10 Jul 19:31
Compare
Choose a tag to compare

Change

  • Update packages

v0.22 - 8 June 2019

08 Jun 10:13
Compare
Choose a tag to compare

💥 Bracking change

  • Rename all *By -> *With. Functions relying on isMatch and required a subset object.

Add

  • Add any(With) - Test if at least one element of array satisfies function
  • Add curry - Partially apply a function

Change

  • Refactor to ES6 import/export

Remove

  • Remove findFiles. Use glob
  • Remove coinToss

v0.21 - 16 April 2019

08 Jun 09:23
Compare
Choose a tag to compare

Add

  • Add last - Return last element in array

v0.19 - 25 February 2019

22 Mar 04:07
Compare
Choose a tag to compare

Add

  • Add upsertBy - Update if exists, else update
  • Add equals - Tripple equals

v0.18.0 - 22 January 2019

22 Jan 15:34
Compare
Choose a tag to compare

Add

  • Add concat - Merge twp arrays into once
  • Add page - Subset array using offset and limit
  • Add groupBy - Group an array of objects by field. Returns an array of arrays.

Change

  • Change isMatch to accept predicate functions
  • Change indexBy to return object of objects

v0.17.1 - 6 January 2019

05 Jan 23:52
Compare
Choose a tag to compare

Change

  • Fix bugs in min and max functions

v0.17.0 - 5 January 2019

05 Jan 16:27
Compare
Choose a tag to compare

Add

  • findIndex - Find the position of first element that satisfies a function
  • findIndexBy - Find the position of first element that matches the filter criteria

v0.16.1 - 2 January 2019

02 Jan 21:19
Compare
Choose a tag to compare

Change

  • head returns undefined if source is empty or not array

v0.16.0 - 1 January 2019

01 Jan 16:35
Compare
Choose a tag to compare

Change

  • Allow replaceBy to accept an update function