Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit 4fb8738

Browse files
authored
changelog updates for v2 (#87)
1 parent 966436e commit 4fb8738

File tree

1 file changed

+6
-59
lines changed

1 file changed

+6
-59
lines changed

CHANGELOG.md

Lines changed: 6 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -7,77 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10-
## [1.0.6-dev.18] - 2019-02-03
11-
12-
- fix parsing css imports with urls
13-
14-
## [1.0.6-dev.17] - 2019-02-01
10+
## [[2.0.0] - 2019-00-00](https://github.com/teambit/bit-javascript/releases/tag/v2.0.0)
1511

12+
- update node-source-walk package to support `<>` jsx syntax by Babel
13+
- support mix syntax of typescript and javascript inside .ts file
14+
- fix ampersand and minus sings causing parse error in css files
1615
- fix dependency resolver cache to not be accidentally overridden
17-
18-
## [1.0.6-dev.16] - 2019-02-01
19-
2016
- fix a warning about mismatch typescript versions
21-
22-
## [1.0.6-dev.15] - 2019-01-28
23-
2417
- replace the deprecated typescript-eslint-parser with @typescript-eslint/typescript-estree
25-
26-
## [1.0.6-dev.14] - 2019-01-27
27-
2818
- replace css parser (gonzales-pe -> css-tree) for better import syntax support
29-
30-
## [1.0.6-dev.13] - 2019-01-20
31-
3219
- expose precinct lib as getDependenciesFromSource
33-
- replace caporal package with commander to parse cli input
34-
35-
## [1.0.6-dev.12] - 2019-01-20
36-
37-
- temp rollback caporal version (to support node 6)
38-
39-
## [1.0.6-dev.11] - 2019-01-06
40-
41-
- fix ampersand and minus sings causing parse error in css files
42-
43-
## [1.0.6-dev.10] - 2018-12-16
44-
45-
- update caporal and mocha-appveyor-reporter for security reasons
46-
47-
## [1.0.6-dev.9] - 2018-11-08
48-
49-
- support mix syntax of typescript and javascript inside .ts file
50-
51-
## [1.0.6-dev.8] - 2018-10-19
52-
20+
- replace Caporal package with Commander to parse cli input
21+
- update mocha-appveyor-reporter for security reasons
5322
- support other script languages (such as typescript) inside Vue files
54-
55-
## [1.0.6-dev.7] - 2018-10-09
56-
5723
- utilize the cache mechanism of dependency-tree to cache resolved dependencies
58-
59-
## [1.0.6-dev.6] - 2018-10-04
60-
6124
- fix resolving npm paths to be linked to the correct file
62-
63-
## [1.0.6-dev.5] - 2018-10-03
64-
65-
- update node-source-walk package to support `<>` jsx syntax by Babel
66-
67-
## [1.0.6-dev.4] - 2018-09-20
68-
6925
- fix symlinks to node_modules to be recognized as modules instead of files
70-
71-
## [1.0.6-dev.3] - 2018-09-03
72-
7326
- fix get-dependency command to cache processed files
74-
75-
## [1.0.6-dev.2] - 2018-09-03
76-
7727
- improve the scalability of the dependency resolution
78-
79-
## [1.0.6-dev.1] - 2018-08-31
80-
8128
- add detective-css (before it was using detective-sass for css files)
8229
- avoid suppressing parsing errors for css, sass, scss and less
8330

0 commit comments

Comments
 (0)