Skip to content

Commit 4a3878f

Browse files
committed
v17.0.0
Signed-off-by: Daniel Lo Nigro <danlo@meta.com>
1 parent b41638b commit 4a3878f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
<!-- Add new changes here -->
99

10+
## [17.0.0] 2024-08-06
11+
12+
We needed to go [from v0.x to a major release](https://github.com/facebook/jscodeshift/issues/593), and it may as well happen now. jscodeshift has been around for nine years though, so going to v1.0.0 didn't feel quite right. I've instead promoted the minor version number to a major version number, similar to what React did when it went from 0.14 to 15.0.
13+
14+
### Fixed
15+
- Node.js 16 is now explicitly specified as the minimum required version. It was *already* (#607, @trivikr)
16+
17+
### Added
18+
- A new [jscodeshift website](https://jscodeshift.com/) has launched, thanks to the team at [Codemod](https://codemod.com/). (#592, @mohab-sameh with some tweaks by @morinokami)
19+
- Added collection functions for import declarations, including finding imports and inserting new imports (#617, @danieldelcore)
20+
21+
### Changed
22+
- Enabled TypeScript `importAttributes` (#585, @benasher44) and `decoratorAutoAccessors` (#594, @syi0808) plugins
23+
- Removed or replaced various outdated and unused dependencies (#601, #605, #609, #613, @trivikr)
24+
- Started using Corepack to manage Yarn version (#599, @trivikr)
25+
26+
1027
## [0.16.1] 2024-06-25
1128

1229
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscodeshift",
3-
"version": "0.16.1",
3+
"version": "17.0.0",
44
"description": "A toolkit for JavaScript codemods",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)