[Release] Increase version to 0.14.0#567
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #567 +/- ##
=======================================
Coverage 99.39% 99.39%
=======================================
Files 154 154
Lines 4659 4659
Branches 995 995
=======================================
Hits 4631 4631
Misses 28 28 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Release prep for v0.14.0: bumps package versions and updates user-facing docs (README + CHANGELOG) to reflect the new release.
Changes:
- Bump version to 0.14.0 in root and
lib/package manifests. - Update README recommended dependency range to >= 0.14.0 < 2.x.
- Add a v0.14.0 entry to the changelog summarizing notable PRs since v0.13.0.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates recommended version specification to 0.14.0. |
| package.json | Bumps root package version to 0.14.0. |
| lib/package.json | Bumps published package manifest version to 0.14.0. |
| CHANGELOG.md | Adds v0.14.0 release notes and compare link. |
- Bump version to 0.14.0 in package.json and lib/package.json - Update recommended version in README.md to >= 0.14.0 < 2.x - Add v0.14.0 CHANGELOG entry covering: - New array helpers - New string helpers - New object helpers - New type helpers - Security fix CVE-2026-46681: prototype pollution guards - Bug fixes for thisArg binding and ES2015 lib reference directive
nevware21-bot
approved these changes
May 19, 2026
Contributor
nevware21-bot
left a comment
There was a problem hiding this comment.
Approved by nevware21-bot
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.
Release v0.14.0
This PR increases the version to
0.14.0and updates the changelog with all significant changes since v0.13.0.Summary of Changes
Features
strReplaceandstrReplaceAllstring helpers (feat(string): add strReplace + strReplaceAll, refactor internal replacements, and expand coverage #527)strCapitalizeWordshelper (feat(string): add strCapitalizeWords with docs and tests #528)strTruncate,strCount,strAt,strMatchAllhelpers (feat(string): add strTruncate, and strCount utilities #529, feat(string): add strTruncate,strCount strAt and strMatchAll helpers, shared literal regex helper, and coverage #530)arrFlatMapwith ES5 polyfill (feat(array): add arrFlatMap with ES5 polyfill #533)isAsyncIterableandisIntegerInRangehelpers (feat: add isAsyncIterable and isIntegerInRange type/value inspection helpers #536)strStartsWithAny,strEndsWithAny,strWrap,strUnwrap,strNormalizeNewlines(feat(string): add strStartsWithAny, strEndsWithAny, strWrap, strUnwrap, strNormalizeNewlines #543)Bug Fixes
thisArgbinding inpolyArrFindIndex/polyArrFindLastIndexpolyfills (FixthisArgbinding inpolyArrFindIndex/polyArrFindLastIndexpolyfills #562)thisArg(0,'',false) being overridden inarrForEach,iterForOf,objForEachKey(Bug: Falsy thisArg (0, '', false) overridden in arrForEach/iterForOf/objForEachKey #561 #566)Repository Improvements
Files Updated
CHANGELOG.md— Added v0.14.0 entrypackage.json— Version bumped to 0.14.0lib/package.json— Version bumped to 0.14.0README.md— Updated recommended version specification