@storeon/svelte
Version:
A tiny (187 bytes) connector for Storeon and Svelte
61 lines (39 loc) • 2.04 kB
Markdown
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.0.0
- Support for node.js < v10 and storeon < v3 is dropped ([07552](https://github.com/storeon/svelte/commit/07552faead6ef118b29c579a27b668c537a33321))
## 0.6.3
- Fix reactivity for boolean state (by [Mayke](https://github.com/maykefreitas)) ([e6a290](https://github.com/storeon/svelte/commit/e6a290580dc1d2d350c611d0e3f6dac30a49625e))
## 0.6.2
- Fix publishing ([deeb73](https://github.com/storeon/svelte/commit/deeb73ab87e7c8498a74e874e5032fa03024deac))
## 0.6.1
- Add ESModules support ([3b4988](https://github.com/storeon/svelte/commit/3b4988d6342b4310827b55239911f4fd984eeace))
## 0.6.0
- Make API more convinient ([e01d03](https://github.com/storeon/svelte/commit/e01d0312f63be29eb23e1228be4712ed7212d293))
## 0.5.2
- Better typings ([8f8225](https://github.com/storeon/svelte/commit/8f82254e59a0f5dcf3e537c8368f02eece679c48))
## 0.5.1
- Fix error typo ([38a47b](https://github.com/storeon/svelte/commit/38a47b1b03b2c758f9bc7d15e81b6f597f02e9d4))
- Reduce lib size ([8af38d](https://github.com/storeon/svelte/commit/8af38d4a9d1204278c42af36d8fba108597ed458))
- Reduce rerender using subscribers map instead of array ([7e77af](https://github.com/storeon/svelte/commit/43e58291d91b40ee105aa51ebc4e5a9d216f71df))
## 0.5.0
- change API: smaller, better DX ([7e77af](https://github.com/storeon/svelte/commit/7e77afd3288d684c341fcbe6453e8ff2dd3985fd))
## 0.4.1
- update dependencies ([0c71ea](https://github.com/storeon/svelte/commit/0c71ea83ce0c1f4a5f206ee5af62b0fc0aff170e))
## 0.4.0
- add support for storeon 0.9 ([eeed35](https://github.com/storeon/svelte/commit/eeed35e8f7cad204356d9044ff595535732081ab))
## 0.3.0
- simplify API ([57d4ba](https://github.com/storeon/svelte/commit/57d4ba1f1d50ef48313ce23cebe2671f49ac813d))
## 0.2.1
- fix type definition
## 0.2.0
- simplify API
- update readme
## 0.1.0
- Add `README.md`.
- Add `CHANGELOG.md`.
- Add `LICENSE`.
- Add `.npmignore`.
- Add `eslint`.
## 0.0.1
- Initial release.