3.0.2 (2023-04-14)
- update michie-macro version in lockfile (3ca4ced)
- cargo update (e45cb47)
- cargo update (d6c94c1)
- rm unused cardo-edit (408fee3)
- update conventional_commits_linter (7304101)
3.0.1 (2023-02-19)
- fix readme ci badge (5f122f8), closes #240
- rm "made by mobus operandi" (6948ba2)
- rm erroneous clone call from "how it works" (a67994e), closes #239
- rm unused import in store_init example (176c1ad), closes #227
- rm workaround for rust-lang/cargo#9507 (25d6fec)
- semantic-release-cargo (4ad8615)
- upgrade deps (08ca121)
3.0.0 (2022-10-24)
- no default store type
Co-authored-by: José Manuel Peña [email protected]
- no default store type (6707a4b)
2.0.0 (2022-10-24)
- The
key_type
parameter is removed.
Co-authored-by: Vimal Patel [email protected] Co-authored-by: José Manuel Peña [email protected]
- remove key_type parameter (56dbf31)
- underscore some intentionally unused fns (3f84c81)
- update expected error messages (c73608a)
- update stderr files (d0c7437)
- do not set RUSTFLAGS in Makefile (bbae378)
- update sub-dep libc (131f12f)
- upgrade cargo_toml (3c99a7f)
- upgrade cargo-edit and cargo-make (5d2ea79)
- upgrade jql (528caae)
1.1.0 (2022-06-26)
- rename trait parameters (b7f42dd)
1.0.0 (2022-06-18)
- Signatures of
MemoizationStore::insert
andMemoizationStore::get
altered.
Co-authored-by: Roland Fredenhagen [email protected]
- return type does not have to be Clone (044862d)
0.3.0 (2022-06-15)
- better error when fn with default return type (4ddeb42)
0.2.13 (2022-06-09)
- sounds like mickey (4a85462)
0.2.12 (2022-06-08)
0.2.11 (2022-06-07)
- shields.io build badge (4c0f356)
0.2.10 (2022-06-07)
0.2.9 (2022-06-07)
- increase michie-macro available attempts to 90 (d32756a)
0.2.8 (2022-06-06)
0.2.7 (2022-06-06)
0.2.6 (2022-06-05)
- obtain michie_macro version with cargo-show (8b66492)
0.2.5 (2022-06-05)
- rename publish task to publish_crates (b76ef6b)
0.2.4 (2022-06-05)
- wait for macro crate available on crates.io (eb62de2)
0.2.3 (2022-06-03)
- pin macro dep (35d6fce)
0.2.2 (2022-06-02)
- all dev_deps are single constraint caret (0cd4e76)
- begin bash scripts with
set -euxo pipefail
(e96cd1e) - check-in Cargo.lock (aaced5f)
- commit message linting (81107a2), closes #152
- rm infiltrating .envrc (35c97f7)
- shebangs in script tasks (84875be), closes #187
- explicit guard drop in "how it works" (e83bff9), closes #131
- fix ci badge (2d3d0cc), closes #179
- fix ci badge in readme (e56afdf), closes #173
- key type is not Clone and related improvements (652c638), closes #147
- rewrite section on store bounds (a40c3b3), closes #132
- table of contents (b3487ef), closes #140
- extract store_trait_object (136f9aa)
- add restore-keys (25f82b7), closes #177
- bypass semantic-release-rust in publishing (34a9432), closes #117
- cache .bin (48f779f), closes #186
- correct commit linting condition (fb6a8c6), closes #175
- rewrite untracked files check (02e1104)
- run on push to any branch (a7c276a)
- semantic-release (aa5e764), closes #117
- 83d4bf5 gitignore /.bin and check in ci
- 53381e2 cargo-run-bin
- d4fb751 add cargo-make to CI cache key
- 6cd753f rm ~/.cargo/.crates2.json from CI cache key
- 6a886c9 actions/cache@v3
- c17c7ed cargo install cargo-make
- ae6fb14 parallel cargo-make tasks
- 2d38992 Revert "modular github actions jobs"
- 678ff56 modular github actions jobs
- e2fa381 rename workflow
- d8f2f00 run workflow on PRs against any branch
- dc76069 rename workflow file
- 118dde1 remove name for step "rustup update"
- bd2c9cf rename ci job-id
- 25e6592 rename ci workflow
- a913d37 install cargo-make in github action via binary
- b33e66d ci cache rust on failure
- c51b3eb pre-commit hook
- 1f75206 reorder bounds in generic example
- 91ec53a improve doc regarding 'static
- ed0acbb rename cache to store in code
- 3338de7 no explicit links for types from std/core
- 442fe8a remove trybuild bug workaround
- 8ceee5d rewrite "no default key_expr" section
- ce8ddcf store type inference
- 438df06 rewrite type requirements section
- cedaba8 consistently name <K, R> everywhere
- 3597812 rephrase
store_init
section - be7f0fd rewrite
store_type
section - adfd853 rm extra blank line
- d25bd49 move the basic example into the
key_expr
section - 905c03b rewrite
key_expr
section - c1ff2bb move "why no default
key_expr
to later - d62694a move "How it works" to later
- 62346fc remove redundant parsing of
ItemFn
- 2e0352b remove fake attribute workaround