New Features
- add
impl Debug for State
to print all entries in a digestible form. - add
State::sort_entries_by(...)
to allow comparing by additional criteria.
This allows to orgranize entries based on flags, for example, which may help
in special occasions.
Commit Statistics
- 4 commits contributed to the release.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge branch 'various-improvements' (f191c1a)
- add
impl Debug for State
to print all entries in a digestible form. (6d8eb9f) - add
State::sort_entries_by(...)
to allow comparing by additional criteria. (7c8ba2c) - update documentation to make users of
State::dangerously_push_entry()
more aware. (b56de39)