Releases: alpheustangs/rowid.rs
Releases · alpheustangs/rowid.rs
0.4.0
What's Changed
encode
function accept more types of input nowdecode
function accept more types of input nowgenerate
function accept more types of input nowverify
function accept more types of input nowsystem_time_to_timestamp
function accept more types of input nowchar_list
inRowIDWithConfig
accept more types of input now
0.3.0
Breaking Changes
- Add
base
module, and move related functions into it - Add
with_config
module, and move related functions into it - Add
time
module, 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_list
inRowIDWithConfig
:String
=>&str
- Merge different error messages into
RowIDError
enum
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