Skip to content

Releases: sixach/wp-block-utils

v1.2.0

06 Jan 17:01
309bb2b
Compare
Choose a tag to compare

Feature:

  • filterCollectionByValues #112
    Iterates over elements of values and returns all entries from collection for which predicate returns truthy.

v1.1.0

13 Dec 18:31
6afbc93
Compare
Choose a tag to compare

Fix:

  • Fixed Jest Setup #102

Feature:

v1.0.4

04 Oct 17:00
3d76820
Compare
Choose a tag to compare

Due to missing releases on GitHub, the changelog outlined below includes the changes for this and all skipped versions.

Added

  • Babel configuration
  • Babel ES Module setup to transpile build assets with import / export structure (enables tree shaking in WebPack)
  • Husky 7 Setup

Changed

  • Added additional files in .npmignore
  • Renamed package scope from @sixach to @sixa
  • Removed npm run format and npm run docs from prepublishOnly
  • Updated NPM packages

Removed

  • Unused node packages

v1.0.1

20 Jul 16:39
bc69650
Compare
Choose a tag to compare

Fix: Sanitize and slugify given url string #46
Fix: Return false when given falsey arguments #48
New: Introduced unit testing for all available methods using Jest.