Skip to content

Releases: alpheustangs/rowid.rs

0.4.0

26 Oct 20:32
Compare
Choose a tag to compare

What's Changed

  • encode function accept more types of input now
  • decode function accept more types of input now
  • generate function accept more types of input now
  • verify function accept more types of input now
  • system_time_to_timestamp function accept more types of input now
  • char_list in RowIDWithConfig accept more types of input now

0.3.0

14 Oct 10:11
Compare
Choose a tag to compare

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

13 Oct 13:22
Compare
Choose a tag to compare

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 in RowIDWithConfig:
    • 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

04 Aug 15:57
Compare
Choose a tag to compare

What's Changed

  • Update description
  • Update type declaration

0.1.0

22 Jun 15:40
Compare
Choose a tag to compare

First release