New unlocked packages (with and without namespace)#39
Merged
Conversation
…es (.forceignore, .gitignore, .prettierrc, etc)
…y be removed after refactoring) and added missing curly braces prior to running prettier
…ok & npm script & dependencies for generating docs markdown
…ed doc-generation to only include items marked as global
…h some sample queries
3842739 to
323b1cd
Compare
754bec5 to
dc54e36
Compare
dc54e36 to
81619c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Since it's been nearly 3 years since the last release, this PR 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 spacesQueryAndSearch