Skip to content

Releases: jongpie/ApexUUID

New Unlocked Package

11 Jan 17:31
82077d6
Compare
Choose a tag to compare
  • Converted the repo to be an sfdx project, bumped metadata to API v56.0
  • Created a new unlocked package (no namespace) v2.1.0
    • The previous release number for the repo is 2.0.0 - I haven't changed any functionality in this release, but I'm bumping the repo version number to v2.1.0 since releasing an unlocked package is a somewhat notable feature.
    • I also like to keep unlocked package version numbers in sync with the repo version number, so the unlocked package is starting at v2.1.0, even though it's the first release

Orgs that have previously deployed the Uuid and Uuid_Tests can install this package on top of your existing metadata - the existing versions of the classes will be "absorbed" into the unlocked package, and you can then easily upgrade when new versions are released.

Rewrite for UUID v4 Support

26 Jul 13:33
894d06c
Compare
Choose a tag to compare
  1. Completely rewrote UUID generation to comply with UUID v4 standard
  2. Renamed project & class from Guid to Uuid (since UUID is the true standard)
  3. Added package.xml and Travis CI builds
  4. Rewrote README.md to include use cases & code samples

Initial release

27 Feb 19:46
Compare
Choose a tag to compare
v1.1.2

Updated LICENSE