File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
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
+
7
15
## [ 0.6.4] 2019-04-30
8
16
### Changed
9
17
- Allow writing tests in TypeScript ([ PR #308 ] ( https://github.com/facebook/jscodeshift/pull/308 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jscodeshift" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"description" : " A toolkit for JavaScript codemods" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -1918,9 +1918,9 @@ flatted@^2.0.0:
1918
1918
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
1919
1919
1920
1920
flow-parser@0.* :
1921
- version "0.87 .0"
1922
- resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.87 .0.tgz#a6d0e0b70f2cebdc15febb4eaf149877edbf145d "
1923
- integrity sha512-Yal9dssXDtme83dHDN2Mc+5FmnrTgnG1OS7imCaSjUdMFZJ8ZmvBhdxeSIHSr2GPsSK07PrR3nBdZLRieVeK3Q ==
1921
+ version "0.113 .0"
1922
+ resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.113 .0.tgz#5b5913c54833918d0c3136ba69f6cf0cdd85fc20 "
1923
+ integrity sha512-+hRyEB1sVLNMTMniDdM1JIS8BJ3HUL7IFIJaxX+t/JUy0GNYdI0Tg1QLx8DJmOF8HeoCrUDcREpnDAc/pPta3w ==
1924
1924
1925
1925
for-in@^1.0.1, for-in@^1.0.2 :
1926
1926
version "1.0.2"
You can’t perform that action at this time.
0 commit comments