Skip to content

Latest commit

History

History
85 lines (43 loc) 路 2.37 KB

CHANGELOG.md

File metadata and controls

85 lines (43 loc) 路 2.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2022-05-08)

Bug Fixes

  • engines: set min node to 12 (e61d87b)

2.0.0 (2022-03-17)

Breaking Changes

  • dropped support for all node versions below 12
    • currently supported versions: node 12, 14, 16

Misc

  • docs: update badges, rm tap-spec
  • ci: use gh actions
  • rm .travis.yml
  • lint: standard@16
  • deps(dev): standard@16, standard-version@9, tape@5, rm tap-spec
  • add .gitignore
  • chore(deps-dev): bump standard-version from 7.1.0 to 8.0.1 (#12)
  • Add innerHTML documentation and upgrade deps (#10)

1.3.0 (2018-10-05)

Features

  • split out and document factory functions (#8) (b477afe)

1.2.0 (2018-10-03)

Features

  • add getFactory method for cached factories (#5) (4d6ff78)

1.1.1 (2018-02-28)

1.1.0 (2018-02-27)

Features

  • export createFactory function (#2) (a7b237d)

1.0.2 (2018-02-23)

Bug Fixes

  • simplify kid slicing factory (b6c6b70)

1.0.1 (2018-02-21)

Bug Fixes

  • deps: remove is-plain-object (129ee34)

1.0.0 (2018-02-17)