-
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.1.0
- 17 commits
- 13 files changed
- 7 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
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4437021 - Browse repository at this point
Copy the full SHA 4437021View commit details -
build: add missing husky package, sort out the eslint packages
Update update eslint-config-standard and downgrade eslint/eslint-plugin-promise because they are incompatible with eslint 8.x
Configuration menu - View commit details
-
Copy full SHA for 963269d - Browse repository at this point
Copy the full SHA 963269dView commit details
Commits on Apr 25, 2022
-
docs: make grep behaviour clearer
It is not self-explanatory that grep will recognize whether the input string is a regex or not. In the case of a string it sanitizes it to turn it into a regex.
Configuration menu - View commit details
-
Copy full SHA for 819d42d - Browse repository at this point
Copy the full SHA 819d42dView commit details
Commits on May 13, 2022
-
fix: fixes matches performance issue, github#302
Sampo Kivistö authored and Jonathan Ginsburg committedMay 13, 2022 Configuration menu - View commit details
-
Copy full SHA for e964fa6 - Browse repository at this point
Copy the full SHA e964fa6View commit details -
chore(release): 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2022-05-13) ### Bug Fixes * fixes matches performance issue, github[#302](#302) ([e964fa6](e964fa6))
Configuration menu - View commit details
-
Copy full SHA for 58d5d25 - Browse repository at this point
Copy the full SHA 58d5d25View commit details
Commits on Jun 16, 2022
-
feat(spec-filter): allow custom specFilter
Allow users to define their own jasmine `specFilter`. ```js jasmine.getEnv().configure({ specFilter: function(spec) { // ... } }) ```
Configuration menu - View commit details
-
Copy full SHA for b73dbd6 - Browse repository at this point
Copy the full SHA b73dbd6View commit details -
chore(release): 5.1.0 [skip ci]
# [5.1.0](v5.0.1...v5.1.0) (2022-06-16) ### Features * **spec-filter:** allow custom specFilter ([b73dbd6](b73dbd6))
Configuration menu - View commit details
-
Copy full SHA for c3f702a - Browse repository at this point
Copy the full SHA c3f702aView 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.1.0