Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

54 lines (26 loc) · 2.44 KB

2.0.1 (2021-02-17)

Bug Fixes

  • ci#release: refactored the release step and bump for the version (94498cf)

2.0.0 (2021-02-17)

Bug Fixes

  • irepository: fixed the import statements + types refactor (5fb052d)
  • uselocalstoragerepository: fixed the useLocalStorageRepository hook (4bad12e)

Code Refactoring

  • userepository: removed the "Identifiable" interface and refactored hook (70e9eb8)

Features

  • usesyncedlocalstoragerepository: added the useSyncedLocalStorageRepository hook (ee5f71c)

BREAKING CHANGES

  • userepository: Removed the hard dependency to the "Identifiable" interface

1.1.0 (2021-02-17)

Features

  • userepository: added the idField parameter (1721d53)

1.0.1 (2021-02-17)

Bug Fixes

  • index: fixed the imports (ee31ec9)

1.0.0 (2020-09-13)

Features

  • hooks: added the useLocalStorageRepository hook (1eeda57)
  • identifiable: added the Identifiable interface (3488447)
  • irepository: added the "getAll" function (9a06c97)
  • irepository: extracted the type of the repository (00ba586)