0.23.0
New Features
- Supports
time
in addition tochrono
#267
Enhancements
- Allow for trailing commas in any and all macros #270
Bug fixes
- Fix UNIQUE table index expression syntax for sqlite #227
Breaking changes
In order to co-exist with the time
crate, Date
, Time
, DateTime
etc are renamed to ChronoDate
, ChronoTime
, ChronoDateTime
. In addition, new variants TimeDate
, TimeTime
, TimeDateTime
and so on are introduced to Value
.