Skip to content

Commit a634b2c

Browse files
committed
0.2.0
1 parent f8e9d8b commit a634b2c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.2.0
4+
5+
Breaking changes
6+
7+
* Replace underperformant throw/catch pattern with a classic fallback/middleware pattern.
8+
* Replace `createFilterResolver()` with `createFilterMiddleware()`.
9+
* Replace `createFilterArray()` with `createFilterList()`.
10+
* Add `createFilterCallable()` for a more versatile name; this filter is not recursive unlike its predecessor `filterFunction()`.
11+
* Add `filterFallback()` to resolve the fallback argument with support for the middleware pattern.
12+
* Remove obsolete `createFilterChain()`.
13+
* Fix TS/JSDoc reference.
14+
315
## 0.1.3
416

517
Note: With Node v16+, the V8 coverage is reporting false-negatives.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcaskill/html-build-attributes",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Generate a string of HTML attributes.",
55
"license": "MIT",
66
"homepage": "https://github.com/mcaskill/js-html-build-attributes",

0 commit comments

Comments
 (0)