File tree Expand file tree Collapse file tree 6 files changed +126
-662
lines changed
Expand file tree Collapse file tree 6 files changed +126
-662
lines changed Original file line number Diff line number Diff line change 2020
2121## Robotlegs-CreateJS 0.2.0
2222
23+ ### v0.2.1
24+
25+ - Update ` karma ` setup to generate code coverage report only for ` src ` folder (see #4 ).
26+
27+ - Update dev dependencies to latest version.
28+
2329### [ v0.2.0] ( https://github.com/RobotlegsJS/RobotlegsJS-CreateJS/releases/tag/0.2.0 ) - 2018-08-08
2430
2531- Added integration with [ createjs] ( https://createjs.com ) library (see #1 ).
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../tsconfig.example.json"
3+ }
Original file line number Diff line number Diff line change 7373 "imports-loader" : " ^0.8.0" ,
7474 "istanbul" : " ^0.4.5" ,
7575 "istanbul-instrumenter-loader" : " ^3.0.1" ,
76- "karma" : " ^2 .0.5 " ,
76+ "karma" : " ^3 .0.0 " ,
7777 "karma-chai" : " ^0.1.0" ,
7878 "karma-chrome-launcher" : " ^2.2.0" ,
7979 "karma-coverage-istanbul-reporter" : " ^2.0.1" ,
8888 "karma-sourcemap-writer" : " ^0.1.2" ,
8989 "karma-webpack" : " ^3.0.0" ,
9090 "mocha" : " ^5.2.0" ,
91- "prettier" : " ^1.14.1 " ,
91+ "prettier" : " ^1.14.2 " ,
9292 "publish-please" : " ^3.2.0" ,
9393 "reflect-metadata" : " ^0.1.12" ,
9494 "remap-istanbul" : " ^0.11.1" ,
9595 "rimraf" : " ^2.6.2" ,
9696 "sinon" : " ^5.1.1" ,
9797 "sinon-chai" : " ^3.2.0" ,
9898 "ts-loader" : " ^4.4.2" ,
99- "ts-node" : " ^7.0.0 " ,
99+ "ts-node" : " ^7.0.1 " ,
100100 "tslint" : " ^5.11.0" ,
101101 "tslint-config-prettier" : " ^1.14.0" ,
102102 "typescript" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../tsconfig.test.json"
3+ }
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ module.exports = env => {
3737 {
3838 test : ( ( env . production ) /* disable this loader for production builds */
3939 ? / ^ $ /
40- : / ^ ( . (? ! \. t e s t ) ) * \. t s $ / ) ,
40+ : / ^ . * ( s r c ) . * \. t s $ / ) ,
4141 loader : "istanbul-instrumenter-loader" ,
4242 query : {
4343 embedSource : true
You canβt perform that action at this time.
0 commit comments