Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

38 lines (19 loc) · 1.79 KB

Changelog

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

1.4.0 (2021-03-13)

Features

  • query-param: simple array support (12b24d5)

Bug Fixes

  • dev: pre-commit script fix. not working with run-s (024155d)
  • dev: publish command (5a310ec)

1.3.0 (2021-01-29)

Features

  • dev: relase and publish npm scripts (4c117cd)

Bug Fixes

  • query-param: remove console log (f033d65)

1.2.0 (2021-01-24)

Features

  • build: updates build and adds unit test. Supports number params. (0c3fbb3)
  • dev: runs lint and test before commit (167178b)
  • local-storage-query-param: persist param to local storage (9101c30)
  • converts string booleans to actual booleans (a16fe3d)