Releases: andamira/ladata
Releases · andamira/ladata
v0.0.29
Added
- new features:
nightly_docs
,unsafest
,unsafe_constructors
,unsafe_init
,unsafe_pop
,unsafe_unit
. - add changelog.
Changes
- update MSRV to
v1.72.0
- rename
RawData
toDataRaw
. - define
DataRaw
only whenunsafe_unit
is enabled. - deprecate and rename
no-std
feature tono_std
- remove
safe
from default features. - rename
Index*
toNonMaxIndex*
- improve
NonMaxIndex
fmt traits.
- improve
- improve
Counter
- delete
From
impl. - allow it to count max values.
- new const copy incrementers and decrementers.
- new const converters to
NonMaxIndex*
:as_current_index
,as_next_index
.
- delete
Fixes
- update categories, dependencies, documentation, CI.
- constify a few methods.
- separate lengthy module level docs into markdown files
Full Changelog: v0.0.28...v0.0.29
v0.0.28
Full Changelog: v0.0.27...v0.0.28
v0.0.27
Full Changelog: v0.0.26...v0.0.27
v0.0.26
Full Changelog: v0.0.25...v0.0.26
v0.0.25
- add
Grid2d
. - add
nightly
feature for better docs.rs documentation on features needed.
Full Changelog: v0.0.24...v0.0.25
v0.0.24
Full Changelog: v0.0.23...v0.0.24
v0.0.23
Full Changelog: v0.0.22...v0.0.23
v0.0.22
Full Changelog: v0.0.21...v0.0.22
v0.0.21
- refactor modules
- add stack type
- many fixes
Full Changelog: v0.0.20...v0.0.21
v0.0.20
Full Changelog: v0.0.19...v0.0.20