Skip to content

Commit

Permalink
Fix compact with latest jasmine
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jan 13, 2023
1 parent d004b8b commit 2a41a23
Show file tree
Hide file tree
Showing 15 changed files with 451 additions and 238 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v4.0.0:
date: 2023-01-12
changes:
- Dependency Updates
- requires node 14+
- requires jasmine 3.9.0+
- bump puppeteer to version 19
v3.0.0:
date: 2021-05-13
changes:
Expand Down
14 changes: 4 additions & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function(grunt) {
junit: {
path: 'junit'
},
display: 'full'
display: 'full',
}
},
consoleDisplayOptions: {
Expand Down Expand Up @@ -124,16 +124,10 @@ module.exports = function(grunt) {
tempDir: '.custom/'
}
},
version25: {
version39: {
options: {
specs: 'test/fixtures/versions/spec/SpecVersion25.js',
version: '2.5.2'
}
},
version31: {
options: {
specs: 'test/fixtures/versions/spec/SpecVersion31.js',
version: '3.1.0',
specs: 'test/fixtures/versions/spec/SpecVersion39.js',
version: '3.9.0',
summary: true
}
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ grunt.initConfig({

## Release History

* 2023-01-12   v4.0.0   Dependency Updates requires node 14+ requires jasmine 3.9.0+ bump puppeteer to version 19
* 2021-05-13   v3.0.0   Dependency Updates drop node 8 support bump puppeteer to 8.0.0
* 2020-05-04   v2.2.0   Dependency updates set the default option timeout value to 30 secs to sync with puppeteer's default timeout value. options.sandboxArgs; passing options to puppeteer
* 2019-07-31   v2.1.3   Fix security deps Update Puppeteer
Expand Down
Loading

0 comments on commit 2a41a23

Please sign in to comment.