UNPKG

rxdb-hooks

Version:

React hooks for integrating with RxDB

229 lines (123 loc) 10.3 kB
# Changelog ## [5.0.2](https://github.com/cvara/rxdb-hooks/tree/5.0.2) (2023-02-27) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/5.0.1...5.0.2) **Fixed bugs:** - In-house `isRxQuery` implementation [\#73](https://github.com/cvara/rxdb-hooks/pull/73) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Add example web apps for testing [\#72](https://github.com/cvara/rxdb-hooks/pull/72) ([cvara](https://github.com/cvara)) - Basic Dev Mode tests [\#70](https://github.com/cvara/rxdb-hooks/pull/70) ([cvara](https://github.com/cvara)) ## [5.0.1](https://github.com/cvara/rxdb-hooks/tree/5.0.1) (2023-02-25) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/5.0.0...5.0.1) **Merged pull requests:** - Bump rxdb to 14.1.1 [\#69](https://github.com/cvara/rxdb-hooks/pull/69) ([cvara](https://github.com/cvara)) ## [5.0.0](https://github.com/cvara/rxdb-hooks/tree/5.0.0) (2023-02-24) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/4.1.0...5.0.0) **Breaking changes:** - Support for lazy collection creation made opt-in [\#68](https://github.com/cvara/rxdb-hooks/pull/68) ([cvara](https://github.com/cvara)) - Support RxDB 14 [\#66](https://github.com/cvara/rxdb-hooks/pull/66) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Bump minimatch from 3.0.4 to 3.1.2 [\#67](https://github.com/cvara/rxdb-hooks/pull/67) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [4.1.0](https://github.com/cvara/rxdb-hooks/tree/4.1.0) (2023-01-28) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/4.0.3...4.1.0) **Implemented enhancements:** - Support RxDB 13 [\#64](https://github.com/cvara/rxdb-hooks/pull/64) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Minor type improvements [\#63](https://github.com/cvara/rxdb-hooks/pull/63) ([cvara](https://github.com/cvara)) - Reformat tests with prettier [\#62](https://github.com/cvara/rxdb-hooks/pull/62) ([cvara](https://github.com/cvara)) - Bump json5 from 2.2.0 to 2.2.3 [\#59](https://github.com/cvara/rxdb-hooks/pull/59) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump decode-uri-component from 0.2.0 to 0.2.2 [\#57](https://github.com/cvara/rxdb-hooks/pull/57) ([dependabot[bot]](https://github.com/apps/dependabot)) - Add tests for multiple databases [\#56](https://github.com/cvara/rxdb-hooks/pull/56) ([cvara](https://github.com/cvara)) ## [4.0.3](https://github.com/cvara/rxdb-hooks/tree/4.0.3) (2022-06-11) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/4.0.2...4.0.3) **Implemented enhancements:** - Support RxDB 12 [\#54](https://github.com/cvara/rxdb-hooks/pull/54) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Bump Prettier & reformat source [\#53](https://github.com/cvara/rxdb-hooks/pull/53) ([cvara](https://github.com/cvara)) - Bump semver-regex from 3.1.3 to 3.1.4 [\#50](https://github.com/cvara/rxdb-hooks/pull/50) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump ajv from 6.12.0 to 6.12.6 [\#48](https://github.com/cvara/rxdb-hooks/pull/48) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [4.0.2](https://github.com/cvara/rxdb-hooks/tree/4.0.2) (2022-03-05) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/4.0.1...4.0.2) **Merged pull requests:** - Support findByIds\(\) query [\#47](https://github.com/cvara/rxdb-hooks/pull/47) ([cvara](https://github.com/cvara)) - Update dependencies [\#44](https://github.com/cvara/rxdb-hooks/pull/44) ([cvara](https://github.com/cvara)) - Verify RxDB 11 compatibility [\#43](https://github.com/cvara/rxdb-hooks/pull/43) ([cvara](https://github.com/cvara)) ## [4.0.1](https://github.com/cvara/rxdb-hooks/tree/4.0.1) (2022-01-09) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/4.0.0...4.0.1) **Fixed bugs:** - Improve Typings [\#41](https://github.com/cvara/rxdb-hooks/pull/41) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Switch to circle-ci [\#42](https://github.com/cvara/rxdb-hooks/pull/42) ([cvara](https://github.com/cvara)) ## [4.0.0](https://github.com/cvara/rxdb-hooks/tree/4.0.0) (2021-11-06) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/3.0.2...4.0.0) **Breaking changes:** - Support RxDB 10 [\#39](https://github.com/cvara/rxdb-hooks/pull/39) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Bump validator from 13.6.0 to 13.7.0 [\#38](https://github.com/cvara/rxdb-hooks/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [3.0.2](https://github.com/cvara/rxdb-hooks/tree/3.0.2) (2021-10-27) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/3.0.1...3.0.2) **Fixed bugs:** - Support collection deletion & recreation [\#36](https://github.com/cvara/rxdb-hooks/pull/36) ([plmercereau](https://github.com/plmercereau)) **Merged pull requests:** - Bump tmpl from 1.0.4 to 1.0.5 [\#37](https://github.com/cvara/rxdb-hooks/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump path-parse from 1.0.6 to 1.0.7 [\#35](https://github.com/cvara/rxdb-hooks/pull/35) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump glob-parent from 5.1.0 to 5.1.2 [\#34](https://github.com/cvara/rxdb-hooks/pull/34) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [3.0.1](https://github.com/cvara/rxdb-hooks/tree/3.0.1) (2021-06-03) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/3.0.0...3.0.1) **Fixed bugs:** - Fix broken package structure [\#33](https://github.com/cvara/rxdb-hooks/pull/33) ([cvara](https://github.com/cvara)) ## [3.0.0](https://github.com/cvara/rxdb-hooks/tree/3.0.0) (2021-06-01) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/2.1.3...3.0.0) **Breaking changes:** - Support lazy collection initialization [\#28](https://github.com/cvara/rxdb-hooks/pull/28) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Bump ws from 7.3.1 to 7.4.6 [\#31](https://github.com/cvara/rxdb-hooks/pull/31) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump rxdb to 9 & adapt test setup [\#30](https://github.com/cvara/rxdb-hooks/pull/30) ([cvara](https://github.com/cvara)) - Bump hosted-git-info from 2.8.8 to 2.8.9 [\#26](https://github.com/cvara/rxdb-hooks/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump lodash from 4.17.19 to 4.17.21 [\#25](https://github.com/cvara/rxdb-hooks/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot)) - Type improvements [\#24](https://github.com/cvara/rxdb-hooks/pull/24) ([cvara](https://github.com/cvara)) - Bump y18n from 4.0.0 to 4.0.1 [\#22](https://github.com/cvara/rxdb-hooks/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [2.1.3](https://github.com/cvara/rxdb-hooks/tree/2.1.3) (2021-03-02) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/2.1.2...2.1.3) **Fixed bugs:** - Properly handle empty findOne\(\) query results [\#21](https://github.com/cvara/rxdb-hooks/pull/21) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Bump node-notifier from 8.0.0 to 8.0.1 [\#20](https://github.com/cvara/rxdb-hooks/pull/20) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [2.1.2](https://github.com/cvara/rxdb-hooks/tree/2.1.2) (2020-12-04) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/2.1.1...2.1.2) **Merged pull requests:** - useRxDocument typings support numeric id [\#19](https://github.com/cvara/rxdb-hooks/pull/19) ([cvara](https://github.com/cvara)) ## [2.1.1](https://github.com/cvara/rxdb-hooks/tree/2.1.1) (2020-08-28) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/2.1.0...2.1.1) **Fixed bugs:** - Fix minor typing issue [\#12](https://github.com/cvara/rxdb-hooks/pull/12) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Bump dev dependencies [\#13](https://github.com/cvara/rxdb-hooks/pull/13) ([cvara](https://github.com/cvara)) - Bump lodash from 4.17.15 to 4.17.19 [\#10](https://github.com/cvara/rxdb-hooks/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [2.1.0](https://github.com/cvara/rxdb-hooks/tree/2.1.0) (2020-07-03) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/2.0.0...2.1.0) **Implemented enhancements:** - Export types from index [\#8](https://github.com/cvara/rxdb-hooks/pull/8) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Improve coverage [\#9](https://github.com/cvara/rxdb-hooks/pull/9) ([cvara](https://github.com/cvara)) ## [2.0.0](https://github.com/cvara/rxdb-hooks/tree/2.0.0) (2020-06-09) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/1.2.1...2.0.0) **Breaking changes:** - Drop startPage & introduce new pagination option [\#7](https://github.com/cvara/rxdb-hooks/pull/7) ([cvara](https://github.com/cvara)) - Drop sortBy & sortOrder from UseRxQueryOptions [\#6](https://github.com/cvara/rxdb-hooks/pull/6) ([cvara](https://github.com/cvara)) **Fixed bugs:** - Properly reject wrong pages [\#5](https://github.com/cvara/rxdb-hooks/pull/5) ([cvara](https://github.com/cvara)) **Merged pull requests:** - Switch to travis-ci & codecov [\#4](https://github.com/cvara/rxdb-hooks/pull/4) ([cvara](https://github.com/cvara)) ## [1.2.1](https://github.com/cvara/rxdb-hooks/tree/1.2.1) (2020-06-05) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/1.2.0...1.2.1) ## [1.2.0](https://github.com/cvara/rxdb-hooks/tree/1.2.0) (2020-06-04) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/1.1.0...1.2.0) **Implemented enhancements:** - useRxQuery & useRxData provide currentPage status [\#3](https://github.com/cvara/rxdb-hooks/pull/3) ([cvara](https://github.com/cvara)) ## [1.1.0](https://github.com/cvara/rxdb-hooks/tree/1.1.0) (2020-06-04) [Full Changelog](https://github.com/cvara/rxdb-hooks/compare/1.0.0...1.1.0) **Implemented enhancements:** - enter fetching state when query changes [\#1](https://github.com/cvara/rxdb-hooks/pull/1) ([cvara](https://github.com/cvara)) **Fixed bugs:** - Minor type fixes [\#2](https://github.com/cvara/rxdb-hooks/pull/2) ([cvara](https://github.com/cvara)) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*