Skip to content

Releases: bold-minds/id

Release v1.0.0

09 Aug 15:44

Choose a tag to compare

✨ Added

  • 🆔 Complete ULID generation and manipulation library for Go
  • ⚡ High-performance batch generation and time-based operations
  • 🔍 Advanced validation, comparison, and format conversion utilities
  • 🧩 Composable interface design: Generator, Batcher, Validator, Timestamper, Provider, etc.
  • 📚 Comprehensive documentation and examples
  • 🧪 Multi-platform CI/CD with extensive test coverage

🚀 Performance

  • 🔒 Per-generator entropy sources eliminate mutex contention
  • 📦 Optimized batch operations reduce allocation overhead
  • ⚖️ Efficient comparison leveraging ULID's natural ordering

Release v0.1.0

01 Mar 17:03

Choose a tag to compare

Generates a unique id which can be used publicly.