sass-fire
Version:
Sass functional programming exploration
89 lines (45 loc) • 3.4 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.2.0](https://github.com/jackw/sass-fire/compare/v2.1.1...v2.2.0) (2020-09-03)
### Features
* **reduce:** run-function-with-params for decorating function ([d7666f2](https://github.com/jackw/sass-fire/commit/d7666f2))
* introduce assoc-path and pluck ([644c56b](https://github.com/jackw/sass-fire/commit/644c56b))
## [2.1.1](https://github.com/jackw/sass-fire/compare/v2.1.0...v2.1.1) (2020-08-27)
### Bug Fixes
* **entry:** add missing functions. again ([56b2599](https://github.com/jackw/sass-fire/commit/56b2599))
# [2.1.0](https://github.com/jackw/sass-fire/compare/v2.0.0...v2.1.0) (2020-08-27)
### Bug Fixes
* run-function-with-params should handle maps ([e95071f](https://github.com/jackw/sass-fire/commit/e95071f))
### Features
* introduce prop and prop-eq functions ([6b86ec4](https://github.com/jackw/sass-fire/commit/6b86ec4))
* **list:** introduce aperture, find, includes, prepend, split-every ([7d23f74](https://github.com/jackw/sass-fire/commit/7d23f74))
* **pass:** introduce all and any pass functions ([df76ba8](https://github.com/jackw/sass-fire/commit/df76ba8))
* **split:** handle empty delimiter ([8afec42](https://github.com/jackw/sass-fire/commit/8afec42))
# [2.0.0](https://github.com/jackw/sass-fire/compare/v1.2.1...v2.0.0) (2020-08-25)
### Build System
* move to dart-sass ([01524d8](https://github.com/jackw/sass-fire/commit/01524d8))
### BREAKING CHANGES
* dropping support for node-sass
## [1.2.1](https://github.com/jackw/sass-fire/compare/v1.2.0...v1.2.1) (2020-08-25)
### Bug Fixes
* **entry:** add missing functions ([9db6970](https://github.com/jackw/sass-fire/commit/9db6970))
# [1.2.0](https://github.com/jackw/sass-fire/compare/v1.1.1...v1.2.0) (2020-08-25)
### Features
* **logic:** introduce path-satisfies ([4691202](https://github.com/jackw/sass-fire/commit/4691202))
* **path:** add paths, path, path-or, path-eq ([0c88c44](https://github.com/jackw/sass-fire/commit/0c88c44))
## [1.1.1](https://github.com/jackw/sass-fire/compare/v1.1.0...v1.1.1) (2020-07-12)
### Bug Fixes
* **entypoint:** add missing functions ([56fd9d2](https://github.com/jackw/sass-fire/commit/56fd9d2))
# [1.1.0](https://github.com/jackw/sass-fire/compare/v1.0.1...v1.1.0) (2020-07-04)
### Features
* **eq-by:** initial commit of eq-by function ([514528c](https://github.com/jackw/sass-fire/commit/514528c))
* **equals:** initial commit of function ([3406ef2](https://github.com/jackw/sass-fire/commit/3406ef2))
* **identity:** initial commit of function ([c9ff78c](https://github.com/jackw/sass-fire/commit/c9ff78c))
* **inner-join:** inital commit of function ([b3c72f3](https://github.com/jackw/sass-fire/commit/b3c72f3))
* **intersection:** initial commit of function ([92be37c](https://github.com/jackw/sass-fire/commit/92be37c))
* **relation:** add number comparison functions ([84cb8c0](https://github.com/jackw/sass-fire/commit/84cb8c0))
* **uniq:** initial commit of function ([6de7e31](https://github.com/jackw/sass-fire/commit/6de7e31))
## [1.0.1](https://github.com/jackw/sass-fire/compare/v1.0.0...v1.0.1) (2020-06-22)
### Bug Fixes
* **functions:** pipe and compose can use functions without params ([0181111](https://github.com/jackw/sass-fire/commit/0181111))