Steve Gravrock
9a9d3994da
Add Safari 26 to supported browsers
2025-11-03 07:37:11 -08:00
Steve Gravrock
78940aa0fb
Drop support for Safari 15
...
Safari 15:
* Lacks structuredClone, which is starting to become useful
* Has stack trace quirks that are not well understood, not properly handled
by Jasmine, and can cause problems in Jasmine's own tests
* Is not widely used
* Does not run on any OS that still receives security updates
2025-09-15 18:37:59 -07:00
Steve Gravrock
15c38c7728
Add Firefox 140 (current ESR) to supported browsers and demote 128 to best-effort
2025-08-30 13:31:54 -07:00
Steve Gravrock
6891789ed2
Don't test on Node versions before 18.20.5
...
18.20.5 is the oldest version supported by current selenium-webdriver.
Also, many dev dependencies require at least 18.18.0.
2025-06-14 10:22:03 -07:00
Steve Gravrock
e15819c0dd
Test aginast Node 24
2025-05-27 17:32:39 -07:00
Steve Gravrock
9ea027dbff
Update README header image
...
* Work around GitHub's broken rendering of rawgithub.com images
* Add alt text
* Remove unnecessary docs link
2025-04-11 12:10:25 -07:00
Steve Gravrock
9b89bee4f5
Demote Safari to best-effort support
2025-01-18 11:31:17 -08:00
Steve Gravrock
592d47e971
Update copyright date
2025-01-11 08:33:37 -08:00
Steve Gravrock
744e765d6f
Update copyright date
2024-11-09 13:37:46 -08:00
Steve Gravrock
c6fa55bfc8
Clarify support status of old Firefox ESRs
2024-10-05 13:46:49 -07:00
Steve Gravrock
71f6a95ce5
Added Firefox 128 (current ESR) to supported browsers
2024-09-24 06:54:36 -07:00
Steve Gravrock
c3960c4a96
Test against Node 22
2024-06-18 18:13:51 -07:00
Steve Gravrock
726c152f6e
Added Safari 17 to supported browsers
2024-02-05 18:44:11 -08:00
Steve Gravrock
409d2e29e5
Fixed formatting of copyright notice in README
2023-10-14 17:38:30 -07:00
Steve Gravrock
01e2bd5050
Updated copyright notices
...
The Pivotal copyright notice needs to be retained. That's the right
thing to do and the MIT license requires it. However, using it by itself
becomes more obviously incorrect with each passing year since Pivotal
ceased to exist. Moreover, Pivotal hasn't actually been the sole
copyright owner since the first external contribution was merged.
Contributors were not asked to sign a copyright assignment, so they
retain copyright to their contributions.
"Copyright (c) 2008-2019 Pivotal Labs" complies with the terms of the
license and acknowledges Pivotal's outsized role in developing Jasmine.
"Copyright (c) 2008-$YEAR The Jasmine developers" acknowledges all
authors and will remain correct in the future.
2023-10-14 08:55:48 -07:00
Steve Gravrock
96033e38ea
Merge branch 'main' of https://github.com/jd-apprentice/jasmine
...
* Merges #2017 from @jd-apprentice
2023-10-07 10:34:06 -07:00
Steve Gravrock
ed75290ef7
Removed badges from README
...
The CI status badge mostly just shows whether Saucelabas was flaky
last night. Code Triage was a nice idea but it's attracted at most
one new contributor over 5.5 years.
2023-09-30 10:22:37 -07:00
Jonathan
2a1daca1ca
chore: rename license file
2023-09-19 14:41:21 -03:00
Steve Gravrock
f0db5ce350
Added Firefox 115 (current ESR) to supported browsers
2023-09-07 21:43:24 -07:00
Steve Gravrock
bfedda9764
Link to 5.0 upgrade guide in README, not 4.0
2023-08-12 17:26:39 -07:00
Steve Gravrock
390cc45af2
Dropped support for Node 16
...
Node 16 will reach EOL no later than a few months after Jasmine 5 is
released. Experience with Node 12 and Node 14 has shown that our
dependencies, especially dev dependencies, move on from past-EOL Node
versions fairly quickly. That can make it difficult to continue supporting
them. Since long term support for past EOL Node versions is a non-goal and
many users expect that Node versions will only be dropped in major
releases, it's better to drop it in 5.0.
2023-04-27 19:32:18 -07:00
Steve Gravrock
33118ac6e2
Merge branch 'main' into 5.0
2023-04-27 19:22:30 -07:00
Steve Gravrock
31ff9a300c
Added Node 20 to supported environments
2023-04-22 08:12:49 -07:00
Steve Gravrock
ed838b3cbf
Dropped support for Node <16.14
...
To match jasmine-npm.
2023-03-11 21:19:30 -08:00
Steve Gravrock
75f97961f5
Dropped support for Safari 14 and Firefox 91
2022-11-24 13:25:39 -08:00
Steve Gravrock
25a7168286
Merge remote-tracking branch 'origin/main' into 5.0
2022-11-24 12:50:39 -08:00
Steve Gravrock
f8c01574e6
Added Firefox 102 (current ESR) to browser list in README
2022-10-29 15:26:30 -07:00
Steve Gravrock
5e650953cd
Added Safari 16 to supported browsers
2022-10-22 13:08:10 -07:00
Steve Gravrock
4c8d57e14c
Dropped support for Node 14
2022-08-27 10:47:40 -07:00
Steve Gravrock
ee524831f4
Merge branch 'main' into parallel
2022-08-27 10:30:21 -07:00
Steve Gravrock
fcbab02b2d
Droped support for Node 12
2022-08-06 10:55:02 -07:00
Steve Gravrock
d0e1bd96fb
README updates
...
* Removed redundancy
* Added a link to the FAQ
* Removed obsolete support channels
2022-07-01 16:58:38 -07:00
Steve Gravrock
694375e4ea
Added Node 18 to CI matrix
2022-04-23 12:39:44 -07:00
Steve Gravrock
d2bf6062cb
README updates
...
* Replaced redundant installation instructions with link to docs
* Added links to usage instructions
* Fixes #1941
2022-04-09 11:20:54 -07:00
Gwendolyn Van Hove
de13b47809
Update maintainers list
2022-01-20 15:57:48 -08:00
Alexis THOMAS
384e0859c7
Update html example in README
...
Follow SpecRunner.html: Simplifies types (197cb13817 ) and Split boot.js in two (286524959b )
2022-01-04 23:51:30 +01:00
Steve Gravrock
0411b0567d
Added a mention of 4.0 migration to the README
2021-12-11 16:13:51 -08:00
Steve Gravrock
b37d989f13
Removed past-EOL Firefox versions
2021-12-07 18:16:00 -08:00
Steve Gravrock
89151d6e64
Dropped Safari 13 from build matrix
2021-12-07 17:04:19 -08:00
Steve Gravrock
75e3e14861
Merge remote-tracking branch 'upstream/safari-15' into 4.0
2021-12-07 17:03:40 -08:00
Steve Gravrock
ce7460d8d4
Fixed stack trace filtering on Safari 15
2021-12-07 16:50:07 -08:00
Steve Gravrock
5942654856
Merge branch '3.99' into 4.0
2021-11-26 13:27:57 -08:00
Steve Gravrock
c48fb0b0e7
Added Firefox 91 (current ESR) to CI matrix
2021-11-14 14:18:06 -08:00
Steve Gravrock
37b9f8e420
Removed Ruby support
...
[#179247162 ]
2021-08-30 18:53:13 -07:00
Steve Gravrock
4edac7d3d1
Dropped Safari <13 from test matrix
2021-07-10 09:21:41 -07:00
Steve Gravrock
9b3d4a2bf2
Merge branch '3.99' into 4.0
2021-07-10 09:13:28 -07:00
Steve Gravrock
095745ab12
Removed gulp-jasmine-browser mention from README
2021-06-21 13:31:28 -07:00
Steve Gravrock
752441a66f
Merge branch '3.99' into 4.0
2021-05-18 17:12:29 -07:00
Steve Gravrock
8b38389d56
Test against Node 16
...
* Replaced node-sass dependency that isn't compatible with Node 16
* Added Node 16 to CI matrix
* Fixes #1894
2021-05-13 17:18:57 -07:00
Steve Gravrock
c5d4a40219
Deprecated Python
2021-05-08 12:06:49 -07:00