You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Version Packages
* Remove extra text from changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Daniel Lo Nigro <[email protected]>
All notable changes to this project will be documented in this file.
3
2
4
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3
+
## 17.1.2
6
4
7
-
## [Unreleased]
8
-
<!-- Add new changes here -->
5
+
### Patch Changes
6
+
7
+
- 8f60fbf: Enable async tranformers in test utils.
8
+
All notable changes to this project will be documented in this file.
9
9
10
10
## [17.1.1] 2024-10-31
11
11
12
12
### Fixed
13
+
13
14
- Republished with `temp` dependency properly removed (#638, thanks @trivikr for reporting)
14
15
15
16
## [17.1.0] 2024-10-30
16
17
17
18
### Added
19
+
18
20
-`pkg.pr.new` will now be used to build an npm pakage for each commit to the repo, allowing you to more easily test changes or use new features before an official release is cut. (#622, @Aslemammad)
19
21
20
22
### Changed
23
+
21
24
- Replaced `temp` library with `tmp` (#633, @r4zendev)
22
25
23
26
### Fixed
27
+
24
28
- Removed old `docs` command from `package.json` since the new docs are in the `website` folder, which has instructions in its README.
25
29
26
30
## [17.0.0] 2024-08-06
27
31
28
32
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.
29
33
30
34
### Fixed
31
-
- Node.js 16 is now explicitly specified as the minimum required version. It was *already* implicitly required due to some dependencies requiring it, but this wasn't explicitly specified until now. (#607, @trivikr)
35
+
36
+
- Node.js 16 is now explicitly specified as the minimum required version. It was _already_ implicitly required due to some dependencies requiring it, but this wasn't explicitly specified until now. (#607, @trivikr)
32
37
33
38
### Added
39
+
34
40
- 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)
35
41
- Added collection functions for import declarations, including finding imports and inserting new imports (#617, @danieldelcore)
0 commit comments