com.fluid.database
Version:
A simple key value pair database for int, float, string, and bool. Easily extendable to custom database types via generics.
81 lines (37 loc) • 2.77 kB
Markdown
# [2.1.0](https://github.com/ashblue/fluid-database/compare/v2.0.0...v2.1.0) (2021-01-05)
### Bug Fixes
* **ci:** bumping node version number again ([2d5d91d](https://github.com/ashblue/fluid-database/commit/2d5d91d))
* **ci:** fix for broken CI deploys ([f829212](https://github.com/ashblue/fluid-database/commit/f829212))
* **ci:** fix for NPM node.js version ([3bd735c](https://github.com/ashblue/fluid-database/commit/3bd735c))
### Features
* **database:** all databases now support Has() checks ([f0847d6](https://github.com/ashblue/fluid-database/commit/f0847d6))
# [2.1.0](https://github.com/ashblue/fluid-database/compare/v2.0.0...v2.1.0) (2021-01-05)
### Bug Fixes
* **ci:** fix for broken CI deploys ([f829212](https://github.com/ashblue/fluid-database/commit/f829212))
* **ci:** fix for NPM node.js version ([3bd735c](https://github.com/ashblue/fluid-database/commit/3bd735c))
### Features
* **database:** all databases now support Has() checks ([f0847d6](https://github.com/ashblue/fluid-database/commit/f0847d6))
# [2.1.0](https://github.com/ashblue/fluid-database/compare/v2.0.0...v2.1.0) (2021-01-05)
### Bug Fixes
* **ci:** fix for broken CI deploys ([f829212](https://github.com/ashblue/fluid-database/commit/f829212))
### Features
* **database:** all databases now support Has() checks ([f0847d6](https://github.com/ashblue/fluid-database/commit/f0847d6))
# [2.1.0](https://github.com/ashblue/fluid-database/compare/v2.0.0...v2.1.0) (2021-01-05)
### Features
* **database:** all databases now support Has() checks ([f0847d6](https://github.com/ashblue/fluid-database/commit/f0847d6))
# [2.0.0](https://github.com/ashblue/fluid-database/compare/v1.0.2...v2.0.0) (2019-08-21)
### Features
* **events:** replaced with Unity Event Plus package ([7c25b5a](https://github.com/ashblue/fluid-database/commit/7c25b5a))
* **global-bool-monitor:** adds array support ([13c98a9](https://github.com/ashblue/fluid-database/commit/13c98a9))
### BREAKING CHANGES
* **global-bool-monitor:** You'll need to move any global bool monitor component values to the array value.
Make sure to note what the original value is before upgrading.
## [1.0.2](https://github.com/ashblue/fluid-database/compare/v1.0.1...v1.0.2) (2019-08-20)
### Bug Fixes
* asset creation menu now uses the fluid namespace ([4d58835](https://github.com/ashblue/fluid-database/commit/4d58835))
## [1.0.1](https://github.com/ashblue/fluid-database/compare/v1.0.0...v1.0.1) (2019-06-30)
### Bug Fixes
* **unity warnings:** assigned empty field values ([0cedde2](https://github.com/ashblue/fluid-database/commit/0cedde2))
# 1.0.0 (2019-06-30)
### Features
* commit to trigger first build ([b2b3b79](https://github.com/ashblue/fluid-database/commit/b2b3b79))