All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Remove all direct dependency on wasm-pack
- Use web-test-runner to run tests
0.3.0 - 2022-09-22
- Dependencies are partially audited and documented with cargo-vet
- Removed cog.toml and adopted Keep a Changelog format.
- Removed unmaintained dependency wee_alloc. Default allocator will be used.
- Added shadow-cljs example
0.2.2 - 2021-08-29
- 40888e add an example with parcel, htm, and preact - Kan-Ru Chen
- aae08f optimize new wasm-pack output - Kan-Ru Chen
- 781a44 fix cog pre-bump hook - Kan-Ru Chen
- 622881 update dependencies - Kan-Ru Chen
- f27933 update dependencies - Kan-Ru Chen
- a5c93e use correct return type in type declaration - Kan-Ru Chen
0.2.1 - 2021-02-10
- 2eb37c minimal CI with github action (#1) - Kan-Ru Chen
- 6ac451 enable panic_immedate_abort when using nightly to get smallest wasm - Kan-Ru Chen
- 21f888 build rlib so we can run tests - Kan-Ru Chen
0.2.0 - 2021-02-10
- d7489f use rollup to bundle generated files - Kan-Ru Chen
- 872ead remove unused keygen_from_random_bytes function - Kan-Ru Chen
- 014e68 add pre_bump_hooks to cog.toml - Kan-Ru Chen
- 5e7595 update wasm-bindgen - Kan-Ru Chen
0.1.4 - 2021-02-03
- 95874f switch to rage from git to enable faster passphrase encryption - Kan-Ru Chen
- e82b2f add initial cog.toml for cocogitto - Kan-Ru Chen