File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v0.5.0 (July 21st, 2024)
2+
3+ Bumping to 0.5.0 to align with the changes for grunt ts plugin to support inlining the tsconfig.
4+
5+ ## Changelog
6+
7+ - #44 [ Feature] Add support to inlining the tsconfig.json within the grunt config
8+ - #254 [ Feature] Add Support for multiple tsconfigs
9+ - #259 Bump @nevware21 gunt plugins to latest
10+
111# v0.2.5 (July 4th, 2024)
212
313## Changelog
Original file line number Diff line number Diff line change 11{
22 "name" : " @nevware21/grunt-eslint-ts" ,
33 "description" : " ESLint TypeScript Validation Plugin for GruntJS" ,
4- "version" : " 0.2.5 " ,
4+ "version" : " 0.5.0 " ,
55 "homepage" : " https://github.com/nevware21/grunt-plugins" ,
66 "author" : {
77 "name" : " NevWare21 Solutions LLC" ,
4747 "@types/eslint" : " ^8.56.10" ,
4848 "@types/estree" : " ^1.0.1" ,
4949 "@types/grunt" : " ^0.4.27" ,
50- "@nevware21/grunt-plugins-shared-utils" : " 0.3.3 " ,
50+ "@nevware21/grunt-plugins-shared-utils" : " 0.5.0 " ,
5151 "@nevware21/grunt-eslint-ts" : " ^0.2.5" ,
5252 "@nevware21/grunt-ts-plugin" : " ^0.4.6" ,
5353 "grunt" : " ^1.5.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-plugins" ,
33 "description" : " Plugin for GruntJS" ,
4- "version" : " 0.3.3 " ,
4+ "version" : " 0.5.0 " ,
55 "homepage" : " https://github.com/nevware21/grunt-plugins" ,
66 "keywords" : [
77 " grunt" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nevware21/grunt-plugins-shared-utils" ,
33 "description" : " Shared Utils GruntJS Plugins" ,
4- "version" : " 0.3.3 " ,
4+ "version" : " 0.5.0 " ,
55 "homepage" : " https://github.com/nevware21/grunt-plugins" ,
66 "license" : " MIT" ,
77 "keywords" : [
Original file line number Diff line number Diff line change 1+ # v0.5.0 (July 21st, 2024)
2+
3+ ## Changelog
4+
5+ - #44 [ Feature] Add support to inlining the tsconfig.json within the grunt config
6+ - #254 [ Feature] Add Support for multiple tsconfigs
7+ - #259 Bump @nevware21 gunt plugins to latest
8+
19# v0.4.6 (July 4th, 2024)
210
311## Changelog
Original file line number Diff line number Diff line change 11{
22 "name" : " @nevware21/grunt-ts-plugin" ,
33 "description" : " TypeScript Compilation Plugin for GruntJS" ,
4- "version" : " 0.4.6 " ,
4+ "version" : " 0.5.0 " ,
55 "homepage" : " https://github.com/nevware21/grunt-plugins" ,
66 "license" : " MIT" ,
77 "author" : {
4646 "node" : " >= 0.8.0"
4747 },
4848 "dependencies" : {
49- "@nevware21/grunt-plugins-shared-utils" : " 0.3.3" ,
5049 "@nevware21/ts-utils" : " >= 0.11.3 < 2.x" ,
5150 "@nevware21/ts-async" : " >= 0.5.2 < 2.x"
5251 },
5352 "devDependencies" : {
5453 "@istanbuljs/nyc-config-typescript" : " ^1.0.2" ,
5554 "@types/grunt" : " ^0.4.27" ,
56- "@nevware21/grunt-plugins-shared-utils" : " 0.3.3 " ,
55+ "@nevware21/grunt-plugins-shared-utils" : " 0.5.0 " ,
5756 "@nevware21/grunt-eslint-ts" : " ^0.2.5" ,
5857 "@nevware21/grunt-ts-plugin" : " ^0.4.6" ,
5958 "grunt" : " ^1.5.3" ,
You can’t perform that action at this time.
0 commit comments