We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d6880 commit 56b44ebCopy full SHA for 56b44eb
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
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).
6
7
+## [0.7.0] 2019-12-11
8
+### Changed
9
+- Moved from BSD to MIT license
10
+
11
+### Fixed
12
+- No longer throw an error when calling jscodeshift on a non-existent path (#334, @threepointone)
13
+- Preserve the original file extension in remote files (#317, @samselikoff)
14
15
## [0.6.4] 2019-04-30
16
### Changed
17
- Allow writing tests in TypeScript ([PR #308](https://github.com/facebook/jscodeshift/pull/308))
0 commit comments