Releases: andamira/espera
Releases · andamira/espera
v0.4.0
v0.3.0
Added
- new features:
safest
,unsafe
,unsafest
,nightly_docs
. - new modules:
time
,fmt
. - add
devela
dependency. - add
check.sh
script.
Removed
- remove the
sleep4
macro, move todevela
crate.
Changed
- bump MSRV to
1.72.0
. - require
unsafe
instead ofnot(safe)
. - deprecate and rename
no-std
feature tono_std
. - move the
unix
andtimecode
modules totime
and hide. - reexport
timecode_*
fns infmt
.
Fixed
- update dependencies:
time
,ahash
,libc
,libm
. - refactor manifest.
- update aliases.
- updat docs.
- update CI.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Added
- absorb
repite
crate:- add types:
Looper
,LoopStatus
,Rate
,RateStats
,EsperaError
,EsperaResult
.
- add types:
- add dependencies:
ahash
,arraydeque
,log
,sixbit
. - impl
From<UnixTime32> UnixTime
. - impl
TryFrom<UnixTime> for UnixTime32
. - impl
From
andTryFrom
for integer primitives. - add module
all
,unix
module public.
Removed
- remove for now feature
wasm
& dependencyinstant
.
Changed
- bump MSRV to
1.63.0
. - rename
Error
,Result
toEsperaError
,EsperaResult
, respectively.
Fixed
- manually impl
Debug
forUnixTime
&UnixTime32
. - misc. updates.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Added
- add optional dependency
libm
.
Removed
- remove
log
dependency.
Changed
- make
timecode_*
functions not depend onstd
. - rename
UnixTime64
toUnixTime
.
Full Changelog: v0.0.5...v0.1.0
v0.0.5
v0.0.4
Added
- new types:
UnixTime32
,UnixTime64
,Month
,Weekday
. - new features:
alloc
,no-std
.
Changed
- make
Sleeper
dependant onstd
.
Fixed
- misc. project updates.
- fix CI.
Full Changelog: v0.0.3...v0.0.4