This repository was archived by the owner on Jun 6, 2025. It is now read-only.
Releases: alpheusday/rowid.rs
Releases · alpheusday/rowid.rs
0.5.1
0.5.0
A rename from 0.4.2 as it requires Rust >=1.85.0
0.4.2 (yanked)
What's Changed
- Avoid
decodefunction to uppercase the input and lead to different result - Update to 2024 edition
0.4.1
What's Changed
- Upgrade
randdependency from version~0.8.5to~0.9.0
0.4.0
What's Changed
encodefunction accept more types of input nowdecodefunction accept more types of input nowgeneratefunction accept more types of input nowverifyfunction accept more types of input nowsystem_time_to_timestampfunction accept more types of input nowchar_listinRowIDWithConfigaccept more types of input now
0.3.0
Breaking Changes
- Add
basemodule, and move related functions into it - Add
with_configmodule, and move related functions into it - Add
timemodule, and move related functions into it
0.2.0
Breaking Changes
- Changes in accepted value type of
decode:String=>&str
- Changes in accepted value type of
verify:String=>&str
- Changes in accepted value type of
char_listinRowIDWithConfig:String=>&str
- Merge different error messages into
RowIDErrorenum
What's New
- Add different derives for different structs
What's Changed
- Updates in documentation
0.1.1
What's Changed
- Update description
- Update type declaration
0.1.0
First release