Sourced from decode-uri-component's releases.
v0.2.2
- Prevent overwriting previously decoded tokens 980e0bf
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
v0.2.1
- Switch to GitHub workflows 76abc93
- Fix issue where decode throws - fixes #6 746ca5d
- Update license (#1) 486d7e2
- Tidelift tasks a650457
- Meta tweaks 66e1c28
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1
Sourced from dessant/lock-threads's releases.
v4.0.0
Learn more about this release from the changelog.
Sourced from dessant/lock-threads's changelog.
4.0.0 (2022-12-04)
⚠ BREAKING CHANGES
- the action now requires Node.js 16
Bug Fixes
3.0.0 (2021-09-27)
⚠ BREAKING CHANGES
input parameter names have changed
Rename the following input parameters when upgrading from v2 to v3:
issue-lock-inactive-days-->issue-inactive-daysissue-exclude-created-before-->exclude-issue-created-beforeissue-exclude-labels-->exclude-any-issue-labelsissue-lock-labels-->add-issue-labelsissue-lock-comment-->issue-commentpr-lock-inactive-days-->pr-inactive-dayspr-exclude-created-before-->exclude-pr-created-beforepr-exclude-labels-->exclude-any-pr-labelspr-lock-labels-->add-pr-labelspr-lock-comment-->pr-commentFeatures
- add new filtering and labeling options, update input parameter names (26fd836)
- allow manual triggering (a0c7da3)
2.1.2 (2021-08-17)
Bug Fixes
2.1.1 (2021-07-09)
Bug Fixes
- update GitHub API calls (a3ccc71)
... (truncated)
Sourced from qs's changelog.
6.5.3
- [Fix]
parse: ignore__proto__keys (#428)- [Fix]
utils.merge`: avoid a crash with a null target and a truthy non-array source- [Fix] correctly parse nested arrays
- [Fix]
stringify: fix a crash withstrictNullHandlingand a customfilter/serializeDate(#279)- [Fix]
utils:merge: fix crash whensourceis a truthy primitive & no options are provided- [Fix] when
parseArraysis false, properly handle keys ending in[]- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
- [Fix]
utils.merge: avoid a crash with a null target and an array source- [Refactor]
utils: reduce observable [[Get]]s- [Refactor] use cached
Array.isArray- [Refactor]
stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)- [Refactor]
parse: only need to reassign the var once- [Robustness]
stringify: avoid relying on a globalundefined(#427)- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
- [Docs] Clarify the need for "arrayLimit" option
- [meta] fix README.md (#399)
- [meta] add FUNDING.yml
- [actions] backport actions from main
- [Tests] always use
String(x)overx.toString()- [Tests] remove nonexistent tape option
- [Dev Deps] backport from main
298bfa5
v6.5.3ed0f5dc
[Fix] parse: ignore __proto__ keys (#428)691e739
[Robustness] stringify: avoid relying on a global
undefined (#427)1072d57
[readme] remove travis badge; add github actions/codecov badges; update
URLs12ac1c4
[meta] fix README.md (#399)0338716
[actions] backport actions from main5639c20
Clean up license text so it’s properly detected as BSD-3-Clause51b8a0b
add FUNDING.yml45f6759
[Fix] fix for an impossible situation: when the formatter is called with
a no...f814a7f
[Dev Deps] backport from mainSourced from mheap/github-action-required-labels's releases.
v3
Tag that always points to the latest commit in the v3.x.x series of releases
v3.0.0
What's Changed
- Switch to using
@actions/coreby@mheapin mheap/github-action-required-labels#44- Custom messages by
@mheapin mheap/github-action-required-labels#46- Bump json5 from 2.2.1 to 2.2.2 by
@dependabotin mheap/github-action-required-labels#45Full Changelog: https://github.com/mheap/github-action-required-labels/compare/v2.2.3...v3.0.0
v2.2.3
What's Changed
- Fix add_comment input by
@mheapin mheap/github-action-required-labels#40Full Changelog: https://github.com/mheap/github-action-required-labels/compare/v2.2.2...v2.2.3
v2.2.2
What's Changed
- Update action.yml by
@jeff-miller-cfain mheap/github-action-required-labels#37- Bump
@actions/corefrom 1.2.6 to 1.9.1 by@dependabotin mheap/github-action-required-labels#34Full Changelog: https://github.com/mheap/github-action-required-labels/compare/v2.2.1...v2.2.2
v2.2.1
- Adding
node16supportv2.2.0
What's Changed
- Add comment on failure by
@mheapin mheap/github-action-required-labels#36Full Changelog: https://github.com/mheap/github-action-required-labels/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add support for output status by
@mheapin mheap/github-action-required-labels#32Full Changelog: https://github.com/mheap/github-action-required-labels/compare/v2.0.1...v2.1.0
v2.0.1
What's Changed
- Update action.yml by
@yannickm95in mheap/github-action-required-labels#30New Contributors
@yannickm95made their first contribution in mheap/github-action-required-labels#30Full Changelog: https://github.com/mheap/github-action-required-labels/compare/v2.0.0...v2.0.1
Sourced from json5's releases.
v2.2.3
- Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
Sourced from json5's changelog.
v2.2.3 [code, diff]
- Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
c3a7524
2.2.394fd06d
docs: update CHANGELOG for v2.2.33b8cebf
docs(security): use GitHub security advisoriesf0fd9e1
docs: publish a security policy6a91a05
docs(template): bug -> bug report14f8cb1
2.2.210cc7ca
docs: update CHANGELOG for v2.2.27774c10
fix: add proto to objects and arraysedde30a
Readme: slight tweak to intro97286f8
Improve example in readme