File tree 6 files changed +2614
-892
lines changed
6 files changed +2614
-892
lines changed Original file line number Diff line number Diff line change 1
1
name : Tests
2
+
2
3
on : [push, pull_request]
4
+
3
5
env :
4
- CI : true
6
+ FORCE_COLOR : 2
5
7
6
8
jobs :
7
9
run :
@@ -11,21 +13,18 @@ jobs:
11
13
strategy :
12
14
fail-fast : false
13
15
matrix :
14
- node : [10, 12, 14]
16
+ node : [12, 14, 16 ]
15
17
os : [ubuntu-latest, windows-latest]
16
18
17
19
steps :
18
20
- name : Clone repository
19
21
uses : actions/checkout@v2
20
22
21
- - name : Set Node.js version
22
- uses : actions/setup-node@v1
23
+ - name : Set up Node.js
24
+ uses : actions/setup-node@v2
23
25
with :
24
26
node-version : ${{ matrix.node }}
25
27
26
- - run : node --version
27
- - run : npm --version
28
-
29
28
- name : Install npm dependencies
30
29
run : npm ci
31
30
Original file line number Diff line number Diff line change
1
+ v5.1.0:
2
+ date: 2022-03-27
3
+ changes:
4
+ - Update dependencies. uglify-js ^3.15.2.
5
+ - Requires node 12+.
1
6
v5.0.0:
2
7
date: 2020-07-16
3
8
changes:
Original file line number Diff line number Diff line change 1
- # grunt-contrib-uglify v5.0 .0 [ ![ Build Status] ( https://github.com/gruntjs/grunt-contrib-uglify/workflows/Tests/badge.svg )] ( https://github.com/gruntjs/grunt-contrib-uglify/actions?workflow=Tests )
1
+ # grunt-contrib-uglify v5.1 .0 [ ![ Build Status] ( https://github.com/gruntjs/grunt-contrib-uglify/workflows/Tests/badge.svg )] ( https://github.com/gruntjs/grunt-contrib-uglify/actions?workflow=Tests )
2
2
3
3
> Minify JavaScript files with UglifyJS
4
4
@@ -442,7 +442,7 @@ grunt.initConfig({
442
442
});
443
443
```
444
444
445
- #### Compiling all files separately in each of their path
445
+ #### Compiling all files separately in the each their path
446
446
447
447
This configuration will compress and mangle all js files separately in each folder.
448
448
@@ -525,6 +525,7 @@ grunt.initConfig({
525
525
526
526
## Release History
527
527
528
+ * 2022-03-27 v5.1.0 Update dependencies. uglify-js ^3.15.2. Requires node 12+.
528
529
* 2020-07-16 v5.0.0 Requires node 10+. Update dependencies.
529
530
* 2019-03-21 v4.0.1 Update uglify-js to v3.5.0. Update dependencies.
530
531
* 2018-08-26 v4.0.0 Update dependencies. Requires Node.js >= 6.
@@ -577,4 +578,4 @@ grunt.initConfig({
577
578
578
579
Task submitted by [ "Cowboy" Ben Alman] ( http://benalman.com )
579
580
580
- * This file was generated on Thu Jul 16 2020 10:08:35 .*
581
+ * This file was generated on Sun Mar 27 2022 11:41:37 .*
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ grunt.initConfig({
236
236
});
237
237
```
238
238
239
- ## Compiling all files separately on the each their path
239
+ ## Compiling all files separately in the each their path
240
240
241
241
This configuration will compress and mangle all js files separately in each folder.
242
242
You can’t perform that action at this time.
0 commit comments