Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 3.31 KB

Changelog

1.1.1 (2022-09-18)

  • Add esm-related fixes that were supposed to be in v1.1.0 (#41) (f598f24)

1.1.0 (2022-09-18)

All docs have been updated for clarity and accuracy.

  • Improve bundle size and add size-limit checks to build (#40) (7ec596c)

1.0.0 (2022-09-12)

Typescript typings for Dynamic-Selectors have been rewritten from the ground up: the typings for a dynamic selector are now inferred from the typings of the internal function you pass to createDynamicSelector. This includes the return type, any key params, and any extra args.

Aside from these typing changes, there are no changes to the overall algorithm or functionality: everything should work the same now as before.

  • Selector parameter and return-type typings are now inferred based on the function you provide (#37) (c36ba19)
  • Update build system and supported Node versions (#35) (42dfbc2)
  • Clean up docs (#36) (1a1ffe4)

0.4.0 (2021-11-03)

0.3.1 (2021-05-29)

Features

  • Publish multiple typesVersions for different versions of Typescript (#19) (5eb08ab)

0.3.0 (2021-05-29)

  • This release included an invalid peerDependency: use 0.3.1 instead

0.2.2 (2021-02-20)

Update dependencies and peerDependencies. No functional changes.

0.2.1 (2020-10-30)

Features

  • Add @dynamic-selectors/with-reselect package (#7) (be26b0c)