Skip to content

Latest commit

 

History

History
150 lines (65 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

150 lines (65 loc) · 5.41 KB

Changelog

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

1.2.4 (2022-05-30)

Others

1.2.3 (2022-05-30)

Others

  • change transaction type to rw? (f434b8e)

1.2.2 (2021-03-05)

Bug Fixes

  • dont'close DB on unmount (cleanup fails) + docs review (5be79ca)

1.2.1 (2021-02-15)

Bug Fixes

  • useDexieMonotir clear interval ref to clear on freq = null (6f8880a)

1.2.0 (2020-12-17)

Features

  • implemented useDexieMonitor hook to live monitor db stats and performance (3cf44d1)

1.1.0 (2020-12-05)

Features

1.0.16 (2020-12-03)

Styling

1.0.15 (2020-12-02)

Docs

1.0.14 (2020-12-02)

Docs

1.0.13 (2020-12-02)

Others

  • updated Docs + Added useDexiePutItems hoow, Fix: reverse order for orderBy and filter (ffb5789)

1.0.12 (2020-12-01)

Docs

1.0.11 (2020-12-01)

Docs

1.0.10 (2020-12-01)

Docs

1.0.9 (2020-11-28)

Others

1.0.8 (2020-11-28)

Others

1.0.7 (2020-11-27)

Docs

1.0.6 (2020-11-26)

Bug Fixes

  • check if db.isOpen() before transaction, if close -> db.open() (4e548b9)

1.0.5 (2020-11-17)

Performance Improvements

  • simplified Transaction and Query without internal hooks + get rid of tx wait (3a3b0df)

1.0.4 (2020-11-17)

Bug Fixes

  • param value in or operator for composeWhere (1f4dbeb)

1.0.3 (2020-11-16)

Bug Fixes

  • dBDispatcher subscribtion + get rid of eval (fc2e3aa)

1.0.2 (2020-11-16)

Others

  • fix bugs + updated docs (ff72ed3)