katana_model 2.26.0 katana_model: ^2.26.0 copied to clipboard
A package that models data into documents and collections and allows Firestore, local DB, and data mocks to be handled in the same interface.
2.24.2 #
- Update a dependency to the latest release.
2.24.1 #
- Update a dependency to the latest release.
2.24.0 #
2.20.0 #
2.18.1 #
- Update a dependency to the latest release.
2.16.1 #
2.15.7 #
- Update a dependency to the latest release.
2.15.6 #
- Update a dependency to the latest release.
2.15.5 #
- Update a dependency to the latest release.
2.15.4 #
- Update a dependency to the latest release.
2.15.3 #
- Update a dependency to the latest release.
2.15.2 #
- Update a dependency to the latest release.
2.15.1 #
- Update a dependency to the latest release.
2.13.15 #
- Update a dependency to the latest release.
2.13.14 #
- Update a dependency to the latest release.
2.13.13 #
- Update a dependency to the latest release.
2.13.9 #
- Update a dependency to the latest release.
2.13.4 #
2.13.1 #
- Update a dependency to the latest release.
2.11.11 #
- Update a dependency to the latest release.
2.11.10 #
- Update a dependency to the latest release.
2.11.9 #
- FIX: Fixed a bug that data was not updated properly when a transaction was saved. (41f9cff7)
2.11.4 #
- FIX: Fixed a bug that data was not being added properly when another collection was added. (eaa17f4f)
2.11.3 #
2.10.5 #
2.10.0 #
2.6.1 #
2.5.6 #
- FIX: Fixed by changing Listener and Entries in NoSQLDatabase to use query.origin as a key since notifications were not sent to other objects in the same path. (338194e5)
2.5.2 #
- Update a dependency to the latest release.
2.5.1 #
- Update a dependency to the latest release.
2.3.4 #
- Update a dependency to the latest release.
2.2.1 #
- Update a dependency to the latest release.
2.1.1 #
- Update a dependency to the latest release.
2.0.1 #
- Update a dependency to the latest release.
2.0.0 #
1.7.11 #
- Update a dependency to the latest release.
1.7.10 #
- Update a dependency to the latest release.
1.7.8 #
- Update a dependency to the latest release.
1.7.6 #
- Update a dependency to the latest release.
1.7.5 #
- Update a dependency to the latest release.
1.7.4 #
- Update a dependency to the latest release.
1.7.2 #
- Update a dependency to the latest release.
1.7.1 #
1.5.17 #
- Update a dependency to the latest release.
1.5.14 #
- FIX: Fixed a bug that prevented data from being taken when the search function was enabled. (4428aa1a)
1.5.6 #
- FIX: Fixed a bug that did not work well in combination with SearchableCollection and ModelRef on reload. (948c6ce5)
1.5.4 #
- 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)
1.3.26 #
- Update a dependency to the latest release.
1.3.22 #
1.3.21 #
1.3.20 #
- Update a dependency to the latest release.
1.3.18 #
- Update a dependency to the latest release.
1.3.11 #
1.3.7 #
- Update a dependency to the latest release.
1.3.6 #
- Update a dependency to the latest release.
1.3.5 #
- Update a dependency to the latest release.
1.1.0 #
- 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)