tag:github.com,2008:https://github.com/jongpie/ApexUUID/releasesRelease notes from ApexUUID2023-01-11T17:30:39Ztag:github.com,2008:Repository/81063353/v2.1.02023-01-11T17:31:25ZNew Unlocked Package<ul>
<li>Converted the repo to be an sfdx project, bumped metadata to API v56.0</li>
<li>Created a new unlocked package (no namespace) <code>v2.1.0</code>
<ul>
<li>The previous release number for the repo is <a href="https://github.com/jongpie/ApexUuid/releases/tag/v2.0.0">2.0.0</a> - I haven't changed any functionality in this release, but I'm bumping the repo version number to <code>v2.1.0</code> since releasing an unlocked package is a somewhat notable feature.</li>
<li>I also like to keep unlocked package version numbers in sync with the repo version number, so the unlocked package is starting at <code>v2.1.0</code>, even though it's the first release</li>
</ul>
</li>
</ul>
<p>Orgs that have previously deployed the <code>Uuid</code> and <code>Uuid_Tests</code> 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.</p>jongpietag:github.com,2008:Repository/81063353/v2.0.02018-07-26T13:33:23ZRewrite for UUID v4 Support<ol>
<li>Completely rewrote UUID generation to comply with UUID v4 standard</li>
<li>Renamed project & class from Guid to Uuid (since UUID is the true standard)</li>
<li>Added package.xml and Travis CI builds</li>
<li>Rewrote README.md to include use cases & code samples</li>
</ol>jongpietag:github.com,2008:Repository/81063353/v1.1.22017-02-27T19:46:59ZInitial releaseNo content.jongpie