All user-visible changes to this library will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105
- Extend test coverage.
sqlx
support forPostgreSQL
.
- Minor documentation fixes.
- Remove
const_str
dependency.
- Added
signals!
macro. - Extend test coverage.
- Deprecated
with_scale!
in favor ofquantum!
. - Documentation improvements.
- Minor fixes.
- Internal decimal representation for signed and unsigned decimal types.
- Reduce exponent from
64
bit to16
bit. - Remove
DecimalResult
and unwrap methods. - Replace
ArithmeticPolicy
,OverflowPolicy
,RoundingPolicy
withContext
.
- Add
NaN
and±Infinity
special values. - Add
Flags
andSignal
. - Add
Context
andSignalingTraps
. - Add
with_context!
macro.
- Fix panic shift with overflow.
- Stabilize API.
- Re-implement most methods.
- Documentation improvements.
- Fix rounding subtraction.
- Extend test coverage for
numtraits
feature. - Documentation improvements.
- Stabilize API
- Stabilize API
- Bump
utoipa
to 5.0.x version
- Stabilize API
- Improve docs
- Stabilize API
- Technical releases
- Initial commit