Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Latest commit

 

History

History
95 lines (42 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

95 lines (42 loc) · 3.4 KB

Changelog

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

1.1.2 (2020-04-08)

Bug Fixes

  • shallowEqual failing when object contains falsy value (2c4e7b0), closes #5

1.1.1 (2019-10-18)

Bug Fixes

  • update types to allow passing a string to useSelector (f81f0b3)

1.1.0 (2019-10-18)

Bug Fixes

  • incorrect build and types for shallowEqual (9a91905)

Features

  • selector can be a string or a function (5bb754f)

1.0.9 (2019-10-13)

Bug Fixes

  • types: export context and provider as values instead of type (338dc13), closes #1
  • types: incorrect namespace (1e034c1)

1.0.8 (2019-10-02)

Bug Fixes

  • build: upgrade microbundle (eb612b5)

1.0.7 (2019-10-02)

Bug Fixes

  • build: switch from mjs to esm extension and add browserslist (20b14de)

1.0.6 (2019-10-02)

Bug Fixes

1.0.5 (2019-10-02)

Bug Fixes

  • typo in umd bundle name (63cf73c)

1.0.4 (2019-10-02)

Bug Fixes

  • resolve umd bundle issues (f7893c4)

1.0.3 (2019-09-30)

Bug Fixes

  • npmrc: avoid locking package (ca97d74)

1.0.2 (2019-09-27)

Bug Fixes

  • add name to umd exports and clean up typings (9357cbd)

1.0.1 (2019-09-27)

Bug Fixes

  • types: add context and provider types (e22511f)

1.0.0 (2019-09-26)