Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed Jul 2, 2021
1 parent 8ad4945 commit 1334c52
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Changelog

[//]: # (>> The order of list items should be: Critical/Fixes, New, Update, Remove, Underpinnings <<)
[//]: # (>> ## [UNRELEASED]https://github.com/roydukkey/sass-module-list/compare/v1.3.0...master <<)
[//]: # (>> ## [UNRELEASED]https://github.com/roydukkey/sass-module-list/compare/v2.0.0...master <<)

## [2.0.0](https://github.com/roydukkey/sass-module-list/compare/v1.3.0...v2.0.0)

* Require configuring Sass compilation to include `'node_modules'`
* Abstract [`sass-exception`](https://www.npmjs.com/package/sass-exception) and [`sass-meta`](https://www.npmjs.com/package/sass-meta) packages
* Fix numeric sort behavior [#7](https://github.com/roydukkey/sass-module-list/issues/7)
* Add spec for when functions should accept `$separator` and `$bracketed` parameters
* Add spec for comparison logic
* Add spec for reference functions
* Add tests for error messages
* Extend `.set-nth()` to accept `$separator` parameter
* Update comparison function reference variable to readonly invocable functions that self-reference when they receive no parameter.
* Update `.empty()` to infer characteristics from an existing list [#6](https://github.com/roydukkey/sass-module-list/issues/6)
* Update the behavior of `.to-string()`
* Improves efficiency of `.replace()`
* Fix several docs

## [1.3.0](https://github.com/roydukkey/sass-module-list/compare/v1.2.0...v1.3.0)

Expand Down

0 comments on commit 1334c52

Please sign in to comment.