Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Releases: alpheusday/rowid.rs

0.5.1

28 May 11:43

Choose a tag to compare

What's Changed

  • Update Cargo.toml

0.5.0

11 Apr 16:49

Choose a tag to compare

A rename from 0.4.2 as it requires Rust >=1.85.0

0.4.2 (yanked)

10 Apr 20:32

Choose a tag to compare

What's Changed

  • Avoid decode function to uppercase the input and lead to different result
  • Update to 2024 edition

0.4.1

18 Feb 17:12

Choose a tag to compare

What's Changed

  • Upgrade rand dependency from version ~0.8.5 to ~0.9.0

0.4.0

26 Oct 20:32

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

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

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

Choose a tag to compare

What's Changed

  • Update description
  • Update type declaration

0.1.0

22 Jun 15:40

Choose a tag to compare

First release