Releases: conjure-cp/uniplate
Releases · conjure-cp/uniplate
v0.1.5
This minor release adds the Uniplate::holes
, Uniplate::contexts
, Biplate::holes_bi
and Biplate::contexts_bi
functions.
What's Changed
- refactor: remove unused file uniplate.rs by @niklasdewally in #34
- feat: add
Uniplate::holes
andUniplate::contexts
by @niklasdewally in #32 - feat: add
Biplate::holes_bi
andBiplate::contexts_bi
by @niklasdewally in #37
Full Changelog: v0.1.4...v0.1.5
v0.1.4
This is a minor release, adding Biplate::with_children_bi
and fixing clippy warnings.
What's Changed
- feat: add Biplate::with_children_bi by @niklasdewally in #26
- ci: add warnings check and fix warnings by @niklasdewally in #29
- prepare release v0.1.4 by @niklasdewally in #28
Full Changelog: v0.1.3...v0.1.4
v0.1.3
This release contains a bugfix for <Expr as Biplate<Vec<Expr>>
and some dependency updates.
What's Changed
- build(deps): bump the all group with 2 updates by @dependabot in #15
- build(deps): bump the all group with 4 updates by @dependabot in #17
- fix: Biplate<Vec> for Expr by @niklasdewally in #23
Full Changelog: v0.1.2...v0.1.3
v0.1.2
This release pushes crates.io metadata changes and fixes.
What's Changed
- Fix Ozgur's name to use umlauts, reformat toml by @ozgurakgun in #11
- Keywords and categories by @ozgurakgun in #12
- Clean up warnings in cargo test by @ozgurakgun in #10
- release: v0.1.2 by @niklasdewally in #14
New Contributors
- @ozgurakgun made their first contribution in #11
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Add crates.io and docs.rs links to README by @niklasdewally in #8
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- import uniplate code from conjure-cp/conjure-oxide by @niklasdewally in #1
- add metadata to Cargo.toml files by @niklasdewally in #3
- derive: re-export im by @niklasdewally in #5
- README: add example by @niklasdewally in #6
- Doc and UX cleanups by @niklasdewally in #7
Full Changelog: https://github.com/conjure-cp/uniplate/commits/v0.1.0