Skip to content

Releases: jkomyno/uniku

uniku@0.4.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:55
92c72d8

Patch Changes

  • c9afba0: Refresh the npm package READMEs to foreground benchmark performance and the full ten-strategy API shared by the library and CLI.

uniku@0.4.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 11:04
a231580

Patch Changes

  • cc16323: Replace duplicated package README reference material with concise getting-started guidance and prominent links to the maintained documentation site.

uniku CLI v0.6.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:56
92c72d8

What's Changed

  • ci: test supported runtimes from Mise pins by @jkomyno in #89
  • docs: highlight performance and strategy breadth by @jkomyno in #90
  • docs: restore the homepage slogan by @jkomyno in #92
  • chore: update Effect source reference by @jkomyno in #93
  • chore(release): version packages by @github-actions[bot] in #91

Full Changelog: https://github.com/jkomyno/uniku/compare/@uniku/cli@0.6.2...uniku-cli-v0.6.3

uniku CLI v0.6.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 11:05
a231580

What's Changed

  • docs: make documentation the canonical reference by @jkomyno in #85
  • chore: simplify tooling and CI configuration by @jkomyno in #87
  • docs: add runnable integration examples by @jkomyno in #88
  • chore(release): version packages by @github-actions[bot] in #86

Full Changelog: https://github.com/jkomyno/uniku/compare/@uniku/cli@0.6.1...uniku-cli-v0.6.2

@uniku/cli@0.6.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:55
92c72d8

Patch Changes

  • c9afba0: Refresh the npm package READMEs to foreground benchmark performance and the full ten-strategy API shared by the library and CLI.
  • Updated dependencies [c9afba0]
    • uniku@0.4.3

@uniku/cli@0.6.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 11:04
a231580

Patch Changes

  • cc16323: Replace duplicated package README reference material with concise getting-started guidance and prominent links to the maintained documentation site.
  • Updated dependencies [cc16323]
    • uniku@0.4.2

uniku@0.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:40
aadd812

Patch Changes

  • d50c21d: Speed up default Nanoid and XID generation with bounded encoded-character caching.

uniku CLI v0.6.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:41
aadd812

What's Changed

  • fix(docs): preserve production Pages deploys by @jkomyno in #80
  • fix(bench): stabilize CI benchmark reporting by @jkomyno in #81
  • fix(ci): preserve setup action for cleanup by @jkomyno in #82
  • perf: isolate benchmarks and speed up NanoID and XID by @jkomyno in #83
  • chore(release): version packages by @github-actions[bot] in #84

Full Changelog: https://github.com/jkomyno/uniku/compare/@uniku/cli@0.6.0...uniku-cli-v0.6.1

@uniku/cli@0.6.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:40
aadd812

Patch Changes

  • Updated dependencies [d50c21d]
    • uniku@0.4.1

uniku@0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:59
f95cb5d

Minor Changes

  • 982d7a0: Add an rs/xid-compatible XID generator with CLI support, runtime coverage, and documentation.