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
-
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:
Nebula
namespace - this package can be used in orgs where having a namespace is preferred. All metadata is the same, with the exception that the test suiteQueryAndSearch
is not included in the namespaced packageCode Cleanup & Changes
@SuppressWarnings
annotations 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
&Sosl
toSOQL
&SOSL
if (someBoolean) return;
now uses curly braces likeif (someBoolean) { return; }
prettier
on all files, including changing the tabWidth from 4 to 2 spacesQueryAndSearch
Installation 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 04t5Y000001TsMOQA0
sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y000001TsMOQA0
Core Unlocked Package -
Nebula
namespacesf package install --apex-compile package --wait 20 --security-type AdminsOnly --package 04t5Y000001TsMTQA0
sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y000001TsMTQA0
This discussion was created from the release New Unlocked Packages.
Beta Was this translation helpful? Give feedback.
All reactions