Commit graph

5 commits

Author SHA1 Message Date
Netajam
0e2c21fed7 1.3.0 2026-04-27 22:11:13 +02:00
Netajam
70d82e700b Update README with NanoID, ULID, and duplicate detection docs (v1.2.1)
Document the three generator algorithms (UUID, NanoID, ULID),
NanoID configuration options, and the duplicate detection feature.
Update plugin descriptions in manifest.json and package.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 21:02:23 +01:00
Netajam
94046153b6 Add ULID generator support (v1.2.0)
Add ULID as a third generator option alongside UUID and NanoID.
ULIDs are 26-character, lexicographically sortable identifiers
that encode creation time — useful for chronological ordering.

Update plugin description to reflect all three generator types.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 20:39:01 +01:00
Netajam
b931ccab9b Bump version to 1.1.0 — NanoID support
Fix package.json version field (was description string) and move
description to the correct field.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 20:30:08 +01:00
Netajam
44056d29a0
Initial commit 2025-04-09 10:24:15 +02:00