Skip to content

Releases: ObsidiaHQ/cuid2

v4.1.0

06 Mar 13:17

Choose a tag to compare

Full Changelog: v4.0.0...v4.1.0

New Contributors

v4.0.0

24 Feb 21:30

Choose a tag to compare

Full Changelog: v3.1.0...v4.0.0

New Contributors

v3.1.0

18 May 18:25

Choose a tag to compare

  • fix fingerprinting on web
  • increase min SDK version from 2.12.0 to 2.14.0

v3.0.0

07 May 17:44

Choose a tag to compare

  • refactor code and bring it up to cuid2,js v2.2.0
  • add more tests
  • [POSSIBLE BREAKING CHANGE] counter parameter function is now of type int Function()? instead of Function?

v2.0.0

12 Jan 22:21

Choose a tag to compare

  • Add cuidConfig() for more customizability.
  • Example:
Function myCounter(int start) {
    return () => start += 5;
}

final cc = cuidConfig(counter: myCounter(0));
final id = cc.gen();
  • [BREAKING] remove entropyLength param from cuid() and cuidSecure()

v1.0.0

11 Jan 18:03
10652b4

Choose a tag to compare

Merge pull request #1 from obsidiaHQ/add-license-1