File tree Expand file tree Collapse file tree 5 files changed +27
-5
lines changed Expand file tree Collapse file tree 5 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 20.0.0
4
+
5
+ - [ ` b6daed26 ` ] ( https://github.com/sinonjs/sinon/commit/b6daed26cd4ba2c045d3d2fc2cadbdcbf43c61e6 )
6
+ chore!: remove usingPromise (Morgan Roderick)
7
+ > Everyone should be using native promises by now, or should know how to stub natives
8
+ - [ ` 95d4b8fc ` ] ( https://github.com/sinonjs/sinon/commit/95d4b8fc89316c7af82c02750e8ca71e5bc76d07 )
9
+ chore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)
10
+ > BREAKING CHANGE: remove fakeXMLHttpRequest and fakeServer from the API
11
+
12
+ _ Released by Morgan Roderick on 2025-03-24._
13
+
3
14
## 19.0.5
4
15
5
16
- [ ` 67d19ff0 ` ] ( https://github.com/sinonjs/sinon/commit/67d19ff01541fd76dceb1b753e5110b4375fb819 )
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description: >-
5
5
url : ' https://sinonjs.org'
6
6
github_username : sinonjs
7
7
sinon :
8
- current_release : v19 .0.5
9
- current_major_version : 19
8
+ current_release : v20 .0.0
9
+ current_major_version : 20
10
10
markdown : kramdown
11
11
kramdown :
12
12
input : GFM
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ permalink: /releases/changelog
6
6
7
7
# Changelog
8
8
9
+ ## 20.0.0
10
+
11
+ - [ ` b6daed26 ` ] ( https://github.com/sinonjs/sinon/commit/b6daed26cd4ba2c045d3d2fc2cadbdcbf43c61e6 )
12
+ chore!: remove usingPromise (Morgan Roderick)
13
+ > Everyone should be using native promises by now, or should know how to stub natives
14
+ - [ ` 95d4b8fc ` ] ( https://github.com/sinonjs/sinon/commit/95d4b8fc89316c7af82c02750e8ca71e5bc76d07 )
15
+ chore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)
16
+ > BREAKING CHANGE: remove fakeXMLHttpRequest and fakeServer from the API
17
+
18
+ _ Released by Morgan Roderick on 2025-03-24._
19
+
9
20
## 19.0.5
10
21
11
22
- [ ` 67d19ff0 ` ] ( https://github.com/sinonjs/sinon/commit/67d19ff01541fd76dceb1b753e5110b4375fb819 )
Original file line number Diff line number Diff line change 15
15
" xhr" ,
16
16
" assert"
17
17
],
18
- "version" : " 19 .0.5 " ,
18
+ "version" : " 20 .0.0 " ,
19
19
"homepage" : " https://sinonjs.org/" ,
20
20
"author" : " Christian Johansen" ,
21
21
"repository" : {
You can’t perform that action at this time.
0 commit comments