v3.1.1 - New Unlocked Packages #42
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Since it's been nearly 3 years since the last release, this release is not focused on making any major enhancements or bugfixes to the existing code. Instead, this PR is primarily focused on improving 2 areas:
New Unlocked Packages
Fixes #34 by providing 2 new unlocked packages:
Nebulanamespace - this package can be used in orgs where having a namespace is preferred. All metadata is the same, with the exception that the test suiteQueryAndSearchis not included in the namespaced packageCode Cleanup & Changes
@SuppressWarningsannotations in Apex test classes. Several of these suppressions will eventually be removed in future releases, once I have time to address some of these issues - but for now, I've suppressed all known warningsSoql&SosltoSOQL&SOSLif (someBoolean) return;now uses curly braces likeif (someBoolean) { return; }prettieron all files, including changing the tabWidth from 4 to 2 spacesQueryAndSearchInstallation Info
Full Changelog: jongpie/NebulaLogger@v3.1.0...v3.1.1
Core Unlocked Package - no namespace
sf package install --apex-compile package --wait 20 --security-type AdminsOnly --package 04t5Y000001TsMOQA0sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y000001TsMOQA0Core Unlocked Package -
Nebulanamespacesf package install --apex-compile package --wait 20 --security-type AdminsOnly --package 04t5Y000001TsMTQA0sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y000001TsMTQA0This discussion was created from the release New Unlocked Packages.
Beta Was this translation helpful? Give feedback.
All reactions