Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.19 KB

File metadata and controls

63 lines (44 loc) · 2.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1.0 - 2026-04-01

Added

  • Added RFC5962_VERSION and RFC5962_VARIANT constants to IntToUuid
  • Added tests covering the Test Vectors from the IntToUuid specification

Changed

  • Widened ramsey/uuid constraint from ^4.9 to ^4.6, allowing older minor versions that support V8 UUIDs
  • Updated validation/error messages to reference RFC 9562 instead of RFC 4122
  • Updated README.md to adopt RFC 9562 terminology and reflect the new test vectors
  • Added keywords to composer.json for improved Packagist discoverability
  • Docs: Update PHP_CodeSniffer repository link in CONTRIBUTING.md

Deprecated

  • IntToUuid::RFC4122_VERSION — use IntToUuid::RFC5962_VERSION instead
  • IntToUuid::RFC4122_VARIANT — use IntToUuid::RFC5962_VARIANT instead

1.0.1 - 2026-03-20

Added

  • Added CONTRIBUTING.md with development setup and contribution guidelines
  • Added SECURITY.md with vulnerability disclosure policy
  • Added CODE_OF_CONDUCT.md (Contributor Covenant 3.0)
  • Added CHANGELOG.md
  • Dev: Added .prettierignore and .env.dist
  • Dev: Added homepage and prefer-stable to composer.json

Changed

  • Updated LICENSE.md copyright year to 2025-2026
  • Dev: Replaced Dockerfile, compose.yml, and Makefile with standardized WickedByte project infrastructure
  • Dev: Standardized composer.json scripts to match other WickedByte projects
  • Dev: Simplified phpstan.dist.neon to match standard configuration
  • Dev: Aligned rector.php, phpcs.xml, .gitignore, and .editorconfig with project conventions

1.0.0 - 2025-07-29

Added

  • Initial release