-
Notifications
You must be signed in to change notification settings - Fork 162
Comparing changes
Open a pull request
base repository: karma-runner/karma-jasmine
base: v4.0.2
head repository: karma-runner/karma-jasmine
compare: v5.0.0
- 10 commits
- 9 files changed
- 4 contributors
Commits on Mar 30, 2022
-
refactor: replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 526b593 - Browse repository at this point
Copy the full SHA 526b593View commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f78bbec - Browse repository at this point
Copy the full SHA f78bbecView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d6e5b2a - Browse repository at this point
Copy the full SHA d6e5b2aView commit details -
ci: refactor: execute each test suite in its own step
This allows for easier reading of failures.
Jonathan Ginsburg committedApr 11, 2022 Configuration menu - View commit details
-
Copy full SHA for eb55de2 - Browse repository at this point
Copy the full SHA eb55de2View commit details -
build: fix: use an eslint version compatible with Node.js 10
Jonathan Ginsburg committedApr 11, 2022 Configuration menu - View commit details
-
Copy full SHA for dceeba7 - Browse repository at this point
Copy the full SHA dceeba7View commit details -
ci: run linting only in the oldest Node.js we support
Jonathan Ginsburg committedApr 11, 2022 Configuration menu - View commit details
-
Copy full SHA for dd50806 - Browse repository at this point
Copy the full SHA dd50806View commit details
Commits on Apr 12, 2022
-
feat(deps): update dependencies including jasmine-core
BREAKING CHANGE: jasmine-core was updated to the 4.1.0. Please refer to the [release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.0.0.md) for the complete list of changes and migration instructions.
Configuration menu - View commit details
-
Copy full SHA for 821f094 - Browse repository at this point
Copy the full SHA 821f094View commit details -
build: drop Node.js 10 support
BREAKING CHANGE: The minimum required version of Node is 12.0.0.
Configuration menu - View commit details
-
Copy full SHA for ea691e8 - Browse repository at this point
Copy the full SHA ea691e8View commit details -
fix: limit karma peer dependency to ^6.0.0
BREAKING CHANGE: The minimum required version of karma is 6.0.0.
Configuration menu - View commit details
-
Copy full SHA for d72c124 - Browse repository at this point
Copy the full SHA d72c124View commit details -
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.2...v5.0.0) (2022-04-12) ### Bug Fixes * limit karma peer dependency to ^6.0.0 ([d72c124](d72c124)) ### Build System * drop Node.js 10 support ([ea691e8](ea691e8)) ### Features * **deps:** update dependencies including jasmine-core ([821f094](821f094)) ### BREAKING CHANGES * The minimum required version of karma is 6.0.0. * The minimum required version of Node is 12.0.0. * **deps:** jasmine-core was updated to the 4.1.0. Please refer to the [release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.0.0.md) for the complete list of changes and migration instructions.
Configuration menu - View commit details
-
Copy full SHA for b7b7e6b - Browse repository at this point
Copy the full SHA b7b7e6bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.2...v5.0.0