Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1 KB

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 1 KB

CHANGELOG

v0.2.1:

v0.2.0: ⚠️ BREAKING CHANGE

  • Breaking change: IDs change. Algorithm has been fine-tuned for better performance [Issue #11]
  • alphabet cannot contain multibyte characters
  • min_length upper limit has increased from alphabet length to 255
  • Max blocklist re-encoding attempts has been capped at the length of the alphabet - 1
  • Minimum alphabet length has changed from 5 to 3
  • min_value() and max_value() functions have been removed

v0.1.2:

  • Bug fix: spec update (PR #7): blocklist filtering in uppercase-only alphabet [PR #7]
  • Lower uniques test from 1_000_000 to 10_000

v0.1.1:

  • Lowering Ruby version requirement to 3.0

v0.1.0: