- FEAT: Remove deprecated implementations. (915d9816)
- Update a dependency to the latest release.
- FIX: Fixed a bug that caused sorting to fail. (81ee609b)
- FIX: Fixed a bug that prevented data from being taken when the search function was enabled. (4428aa1a)
- FIX: Remove mustCallSuper annotation. (4b4db224)
- FIX: Fixed onInitialize being called twice. (eb671ff9)
- FIX: Fixed a bug that values were not reflected when reloading. (0a3a4d26)
- FIX: Fixed a bug when searching during Listen. (274ea7d3)
- FIX: Fixed a bug in Search & Delete. (be108f18)
- FIX: Fixed a bug that caused Firestore's Bigram to keep overwriting the old one. (42e0ef60)
- FIX: Fixed a bug that occurred when changing the value when searching. (c4c01bb6)
- FIX: Fixed a bug that did not work well in combination with SearchableCollection and ModelRef on reload. (948c6ce5)
- FIX: Modified to allow ModelTimestamp to be specified. (eeab90f7)
- FIX: Fixed a bug that prevented ModelCounter from working properly. (1f9bfa77)
- FIX: Fixed a bug that prevented local database values from being read properly. (c299682c)
- FIX: Fixed a bug that caused an error when using Searchable objects together. (cde8c95a)
- FIX: Fixed a bug that caused an error if there was no adapter when testing. (43c34c90)
- FIX: Fixed a bug that prevented ModelRef from working properly. (79bf202f)
- FIX: Fixed a bug when using multiple Adapters. (363f4048)
- FIX: Fixed a bug that prevented data from updating properly. (9c008f95)
- FIX: Separate into ListenableFirestoreModelAdapter and FirestoreModelAdapter. (a7a1c988)
- FEAT: Prefixes can now be assigned to paths. (c87cac82)
- FIX: Minor fixes to accommodate new collection queries. (5378525d)
- FEAT: Changed collection query specification. (399c9fbd)
- Update a dependency to the latest release.
- FIX: Fix to touch NoSQLDatabase data directly. (c4c56a8b)
- FIX: Fix to touch NoSQLDatabase data directly. (c4c56a8b)
- FIX: Fixed an outdated version of Katana. (47ff3566)
- FIX: Fixed a problem that was not being replaced properly. (aea5900c)
- DOCS: Fix ReadMe. (97288683)
- FIX: Fixed a problem that was not being replaced properly. (aea5900c)
- DOCS: Fix ReadMe. (97288683)
- Update a dependency to the latest release.
- FIX: Fixed a bug in the Test code. (ee3c80a0)
- Update a dependency to the latest release.
- FIX: Fixed compilation errors. (c24de79a)
- FIX: ModelFieldValue can now be registered externally. (609c2d8e)
- FIX: Fixed to put null in the value when there is no data. (4d2da037)
- FIX: Hides the Map portion of ModelCounter and ModelTimestamp. (d125bb0d)
- FIX: Testing of response to freezed. (3133e50c)
- FIX: Changed ModelRef to ModelRefBase and ModelRef to nullable. (ea3dd072)
- DOCS: Match the type name of the document. (30e9ed23)
- DOCS: Documentation revisions. (4b1f6401)
- FIX: Fixed a bug that prevented ModelRefBuilder from inferring types properly. (b05cc8c9)
- FIX: Change updateShouldNotify of ModelAdapterScope to false. (7ee492f6)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- DOCS: Fixed a typo in the README. (ee8feb5d)
- DOCS: Documentation modifications, etc. (65984840)
- FIX: Changed the Search mechanism. (1a1131b8)
- FEAT: Add SearchableCollectionQuery. (350c5b07)
- FEAT: Support for LocalDatabase. (e950d9e2)
- FIX: Value cannot be set. (b5824078)
- FIX: Maintenance of client join interface. (c86720da)
- FIX: Add unrestricted constructor to each model. (a277eb51)
- FIX: Changed the name of QUERY. (f83b5a99)
- FIX: Support for RestAPI. (3126bb9f)
- FIX: Introduce linter to add Key. (f9cf3c95)
- FEAT: Initial commit. (156473ba)
- FEAT: Implemented a client join mechanism. (f7c2b56b)
- FEAT: Add Transaction and ModelFieldValue. (d3f862f1)
- FEAT: The entire system is complete. (7b2dd669)
- DOCS: Maintenance of Comments. (4643b523)