Skip to content

Releases: jackw/sass-fire

v2.2.0

03 Sep 13:10
Compare
Choose a tag to compare

2.2.0 (2020-09-03)

Features

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

v2.1.1

27 Aug 15:47
Compare
Choose a tag to compare

2.1.1 (2020-08-27)

Bug Fixes

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

v2.1.0

27 Aug 15:17
Compare
Choose a tag to compare

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)

v2.0.0

25 Aug 12:15
Compare
Choose a tag to compare

2.0.0 (2020-08-25)

Build System

BREAKING CHANGES

  • dropping support for node-sass

v1.2.1

25 Aug 10:19
Compare
Choose a tag to compare

1.2.1 (2020-08-25)

Bug Fixes

  • entry: add missing functions (9db6970)

v1.2.0

25 Aug 09:45
Compare
Choose a tag to compare

1.2.0 (2020-08-25)

Features

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

v1.1.1

12 Jul 13:10
Compare
Choose a tag to compare

1.1.1 (2020-07-12)

Bug Fixes

  • entypoint: add missing functions (56fd9d2)

v1.1.0

04 Jul 16:04
Compare
Choose a tag to compare

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)

v1.0.1

22 Jun 15:43
Compare
Choose a tag to compare

1.0.1 (2020-06-22)

Bug Fixes

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

v1.0.0

15 Sep 13:35
Compare
Choose a tag to compare

1.0.0 (2019-09-15)

Bug Fixes

  • package: correct main entry (7692b6d)

Features

  • add subtract and dec to entryfile (18df0a6)
  • initial commit of functions (1bd7e85)
  • introduce assoc dissoc pick and props (3b80011)
  • introduce has and hasPath (c57f7bb)
  • introduce median multiply and product (8cadf84)
  • introduce negate (32a8a0b)
  • entryfile: import inc and omit (4dd3544)
  • inc: initial commit (f4eb1c7)
  • list: initial commit of filter, partition and reject (b68e148)
  • list: introduce concat (c91f72c)
  • list: introduce without (9191872)
  • map: given a map run a function on each value and return a map (3ca6b38)
  • math: introduce divide, mean and sum functions (2319d8e)
  • mean: use arglist over single arg (8e7bd54)
  • object: introduce map-deep-left, map-deep-right, map-deep-with (197af13)
  • object: introduce merge-deep-with-key (b27d5c7)
  • object: introduce merge-right (eae9fa6)
  • object: introduce merge-with (c41ea89)
  • object: introduce merge-with-key (9df3acd)
  • omit: initial commit (2f213fa)
  • introduce split and trim (359cfad)
  • package: correct import paths (c7d24ba)
  • package: rename sass entry point file (2290d5f)
  • introduce subtract and dec (dea02bf)