Skip to content

Releases: mcaskill/js-html-build-attributes

0.2.4

09 Oct 01:33
v0.2.4
5d9c4ea
Compare
Choose a tag to compare

Breaking changes:

  • Replace underperformant throw/catch pattern with a classic fallback/middleware pattern.
  • Replace createFilterResolver() with createFilterMiddleware().
  • Replace createFilterArray() with createFilterList().
  • Add createFilterCallable() for a more versatile name; this filter is not recursive unlike its predecessor filterFunction().
  • Add filterFallback() to resolve the fallback argument with support for the middleware pattern.
  • Remove obsolete createFilterChain().
  • Fix TS/JSDoc reference.
  • Clean-up published package.
  • Remove source maps from distribution files since we do not include source.

0.1.0

08 Jan 20:28
9272d13
Compare
Choose a tag to compare

Initial public release.