Releases: hawkw/mycelium
Releases · hawkw/mycelium
cordyceps v0.2.2
Added
- Add
Cursor::current
(#227) (9edf815, closes #224) - Add
Cursor::peek_next/peek_prev
(#227) (7ae435b, closes #224) - Add
Cursor::move_next/move_prev
(2c9e972) - Add
Cursor::remove_current
(#227) (ed587ee, closes #224) - Add
List::cursor_back_mut
(#227) (b555204, closes #224) - Add
Cursor::index
(#227) (f5652cd, closes #224) - Add
Cursor::insert_before/after
(#227) (5d97b41, closes #224) - Add
iter::Extend
forList
(#232) (1c59f93, closes #225) - Add
iter::FromIterator
forList
(#232) (d9bec37, closes #226) - Add
List::append
(#233) (0a0fd42) - Add
List::split_off
/try_split_off
(#233) (48167ce) - Add
Cursor::split_before
/after
(#233) (1093c36) - Add
Cursor::splice_before/after
(#234) (cd73585)
Deprecated
- Rename
cursor
tocursor_front_mut
(#227) (d41c0cd) - Include deprecations in changelog (#235) (95d0ade)
- Rename
list::Cursor
toCursorMut
(#236) (3035be4)
Documented
Fixed
cordyceps v0.2.1
cordyceps v0.2.0
cordyceps v0.1.1
Documentation
- point README links at docs.rs
Now that we're on crates.io... - add basic linked list examples
- docs(cordyceps): add basic linked list examples
- misc docs fixy-uppy
New Features
- added new push_back and pop_front methods to list
This PR adds some nice-to-have methods as detailed in this issue.
Commit Statistics
- 4 commits contributed to the release over the course of 1 calendar day.
- 2 days passed between releases.
- 3 commits where understood as conventional.
- 3 unique issues were worked on: #198, #200, #202
Commit Details
Cordyceps v0.1.0
- Initial release!