This repository was archived by the owner on Dec 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-24
lines changed Expand file tree Collapse file tree 2 files changed +6
-24
lines changed Original file line number Diff line number Diff line change @@ -7,33 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ unreleased]
9
9
10
- ## [ 0.10.17-dev.10] - 2018-06-15
11
-
12
- - fix handle tsx files when detectiveOption is empty
13
-
14
- ## [ 0.10.17-dev.9] - 2018-06-05
10
+ ## [ 1.0.0] - 2018-06-18
15
11
12
+ - support custom module resolution
16
13
- support mixed mode of common-js and ES6 ("require" and "import" together)
17
-
18
- ## [ 0.10.17-dev.7] - 2018-05-30
19
-
14
+ - support "export X from Y" syntax of ES6 without importing X first
15
+ - fix handle tsx files when detectiveOption is empty
20
16
- bug fix - packages on d.ts files were not recognized
21
-
22
- ## [ 0.10.17-dev.5] - 2018-05-27
23
-
24
17
- lock stylable version since the new version no longer support node 6
25
-
26
- ## [ 0.10.17-dev.4] - 2018-05-17
27
-
28
- - support custom module resolution
29
-
30
- ## [ 0.10.17-dev.2] - 2018-05-15
31
-
32
- - fix issue with load package deps when main file not in the root of the package
33
-
34
- ## [ 0.10.17-dev.1] - 2018-05-14
35
-
36
- - support "export X from Y" syntax of ES6 without importing X first
18
+ - fix issue with load package dependencies when main file not in the root of the package
37
19
38
20
## [ 0.10.16] - 2018-05-09
39
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bit-javascript" ,
3
- "version" : " 0.10.17-dev.10 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"scripts" : {
5
5
"flow" : " flow; test $? -eq 0 -o $? -eq 2" ,
6
6
"lint" : " eslint src && flow check || true" ,
You can’t perform that action at this time.
0 commit comments