-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(oss): prep stdlib package to be open sourced #2
Merged
Conversation
This file contains 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
implements commonly re-used functions around specific language short-comings. Free of business logic
update lint config to most recent to pick up new style standards
Add support for a custom separator in array.toArray for less-common scenarios.
Callers may want to return something other than `undefined`. This change allows for an optional second parameter to `json.parse` where the caller can specify an empty object or whatever they'd like to return in the event of a parse failure.
This adds a `chunk` function for splitting arrays into smaller arrays with a defined `size`. It does not modify the input array.
In case the first parameter to `get-property` is null or undefined, the program crashes. This case should be handled more gracefully.
Dev dependency for doing benchmarks
esatterwhite
requested review from
mdeltito,
darinspivey and
smusali
and removed request for
mdeltito,
darinspivey and
smusali
May 3, 2021 16:23
esatterwhite
force-pushed
the
esatterwhite/LOG-9617
branch
from
May 3, 2021 16:26
a4d49e0
to
4c540a1
Compare
Function similar to array.filter that retains the input key if the test function passes
updates the ci setup to use the current semantic release setup
Pulls in the latest eslint config, along with tap@15 and applies fixes per the latest lint rules
@esatterwhite for consistency can we also add all-contributors, either here or in a separate PR |
@mdeltito ya, I'll add that in minute |
esatterwhite
force-pushed
the
esatterwhite/LOG-9617
branch
from
May 3, 2021 17:31
4c540a1
to
775046f
Compare
Adds an `object.typecast` method for recursively typecasting string values of an object. One place this is useful when working with Redis hashes where all values are returned as a string.
esatterwhite
force-pushed
the
esatterwhite/LOG-9617
branch
2 times, most recently
from
May 3, 2021 17:41
19e056f
to
4be08f6
Compare
evanlucas
reviewed
May 3, 2021
esatterwhite
force-pushed
the
esatterwhite/LOG-9617
branch
from
May 3, 2021 17:57
4be08f6
to
3c49ee4
Compare
Prep the package to be moved from the internal organization to the public facing logdna organzation
esatterwhite
force-pushed
the
esatterwhite/LOG-9617
branch
from
May 3, 2021 18:08
3c49ee4
to
0d968be
Compare
mdeltito
approved these changes
May 3, 2021
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Prep the package to be moved from the internal organization to the
public facing logdna organization