## [1.0.1](https://github.com/createdreamtech/cirrus/compare/1.0.0...1.0.1) (2020-11-24)


### Bug Fixes

* package.json entry point ([00c8bb7](https://github.com/createdreamtech/cirrus/commit/00c8bb763956a0676b842be6842c4cdb81529aaa))

# 1.0.0 (2020-11-23)


### Bug Fixes

* add foreign key to support caching for refreshing remote data ([e5e8dac](https://github.com/createdreamtech/cirrus/commit/e5e8dacddd2286e490aa88866d1f68da3cba98fb))
* add package.json and lock file ([fc74668](https://github.com/createdreamtech/cirrus/commit/fc74668778eb056b6cac77cffd4e22974851778c))
* async types for cirrus ([2c45230](https://github.com/createdreamtech/cirrus/commit/2c452308e1293a61f88efe4da5771617536389b8))
* clean up package.json and link to proper packages ([1bed377](https://github.com/createdreamtech/cirrus/commit/1bed3773d0b38faeb2ab0d3dac2e789a50b9ea8e))
* correct binds for iterating over storage ([cbe43bc](https://github.com/createdreamtech/cirrus/commit/cbe43bca17eab72968ea5c03d5913130d5fa8619))
* correct exports ([c43c601](https://github.com/createdreamtech/cirrus/commit/c43c60179a94e8670d789d84a3f323a4502d5c8c))
* export skydb storage ([a2c1e87](https://github.com/createdreamtech/cirrus/commit/a2c1e877f9b082a4f56ff9d269fdbe1fd80d1b5e))
* fix tests to not timeout ([fa0fc83](https://github.com/createdreamtech/cirrus/commit/fa0fc83465ffd5dcd04f7b2cb81a2130e2d78f38))
* refresh to properly cache actions before cleanining db ([1e41ad1](https://github.com/createdreamtech/cirrus/commit/1e41ad19df979074246934309d6fff6856fb57b7))
* release rc for circle ci ([feefaf8](https://github.com/createdreamtech/cirrus/commit/feefaf8c0b13c443d9795dbece4540eaa4f0221b))
* remove extra key value pair for raw storage format ([8cd8fa9](https://github.com/createdreamtech/cirrus/commit/8cd8fa96bdba00aa6510ec15283c688be0875793))


### Features

* add action and schema serialization methods ([d8bb855](https://github.com/createdreamtech/cirrus/commit/d8bb8550fbdf3a07a7b9f00aa606bf8f1663e8c5))
* add actions to describe db actions you can take ([353f32b](https://github.com/createdreamtech/cirrus/commit/353f32bb37cb2cab61268672eafb3cb1ef7bc3dc))
* add initial cirrus db interface and db management mechanisms ([5b4f0cd](https://github.com/createdreamtech/cirrus/commit/5b4f0cd74903e4f65c68a312c2a0c50a23e7beea))
* add initial storage mechanism sketch ([9228732](https://github.com/createdreamtech/cirrus/commit/92287327c507abaa12b549bab70098445d8d0895))
* add integration tests ([20ddc02](https://github.com/createdreamtech/cirrus/commit/20ddc02acf45f12153e46f93afe21a2e1b690a3b))
* add origin support for storage to have knowledge of the default origin ([fd93230](https://github.com/createdreamtech/cirrus/commit/fd932307c234a279bcd97ff9b039235a3046879f))
* add serialization of table schemas to and from json to datalog schema ([dc86996](https://github.com/createdreamtech/cirrus/commit/dc869960192ca05cac6dbb8339a1995ff4ced074))
* add support for filtered saving ([957e900](https://github.com/createdreamtech/cirrus/commit/957e900dd871b4d1726cf65a7762cc704e805b79))
