Skip to content

Latest commit

 

History

History
88 lines (45 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

88 lines (45 loc) · 3.32 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.0 (2020-09-03)

Features

  • reduce: run-function-with-params for decorating function (d7666f2)
  • introduce assoc-path and pluck (644c56b)

2.1.1 (2020-08-27)

Bug Fixes

  • entry: add missing functions. again (56b2599)

2.1.0 (2020-08-27)

Bug Fixes

  • run-function-with-params should handle maps (e95071f)

Features

  • introduce prop and prop-eq functions (6b86ec4)
  • list: introduce aperture, find, includes, prepend, split-every (7d23f74)
  • pass: introduce all and any pass functions (df76ba8)
  • split: handle empty delimiter (8afec42)

2.0.0 (2020-08-25)

Build System

BREAKING CHANGES

  • dropping support for node-sass

1.2.1 (2020-08-25)

Bug Fixes

  • entry: add missing functions (9db6970)

1.2.0 (2020-08-25)

Features

  • logic: introduce path-satisfies (4691202)
  • path: add paths, path, path-or, path-eq (0c88c44)

1.1.1 (2020-07-12)

Bug Fixes

  • entypoint: add missing functions (56fd9d2)

1.1.0 (2020-07-04)

Features

  • eq-by: initial commit of eq-by function (514528c)
  • equals: initial commit of function (3406ef2)
  • identity: initial commit of function (c9ff78c)
  • inner-join: inital commit of function (b3c72f3)
  • intersection: initial commit of function (92be37c)
  • relation: add number comparison functions (84cb8c0)
  • uniq: initial commit of function (6de7e31)

1.0.1 (2020-06-22)

Bug Fixes

  • functions: pipe and compose can use functions without params (0181111)