File tree 5 files changed +40
-4
lines changed 5 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 15.0.2
4
+
5
+ - [ ` 19bd99f3 ` ] ( https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd )
6
+ Use no-op for every function when restoring instances (#2499 ) (Carl-Erik Kopseng)
7
+ - [ ` 8663ffa0 ` ] ( https://github.com/sinonjs/sinon/commit/8663ffa056d3c58e82fa203801d58d3fce3c14a7 )
8
+ Upgrade deps (#2498 ) (Carl-Erik Kopseng)
9
+ > Browserify, supports-color, husky had to be held back.
10
+ - [ ` e01275bb ` ] ( https://github.com/sinonjs/sinon/commit/e01275bb10d868a064d0cb27a6ae11ffa3d91ac2 )
11
+ Un-pin @sinonjs/fake-timers (#2495 ) (Jordan Hawker)
12
+ > The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range
13
+ - [ ` 6cbde9b0 ` ] ( https://github.com/sinonjs/sinon/commit/6cbde9b08259efd98b2c52b81ca3b5e84dcf97b1 )
14
+ fix throws().callsFake() precedence (#2497 ) (Eduardo Diaz)
15
+ > This makes sure an unconditional ` callsFake() ` invoked on the same stub that was previously setup to throw will overwrite the previous behavior. This aligns it with the other behaviors.
16
+ - [ ` 45be60f3 ` ] ( https://github.com/sinonjs/sinon/commit/45be60f3c6afc350eacbceed77539f437a9bbbce )
17
+ Replace probot/stale with official stale action (Morgan Roderick)
18
+
19
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2023-03-12._
20
+
3
21
## 15.0.1
4
22
5
23
- [ ` aa493da4 ` ] ( https://github.com/sinonjs/sinon/commit/aa493da47d788025c0d512696651072973f301ec )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
5
5
url : ' https://sinonjs.org'
6
6
github_username : sinonjs
7
7
sinon :
8
- current_release : v15.0.1
8
+ current_release : v15.0.2
9
9
current_major_version : 15
10
10
markdown : kramdown
11
11
kramdown :
Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ permalink: /releases/changelog
6
6
7
7
# Changelog
8
8
9
+ ## 15.0.2
10
+
11
+ - [ ` 19bd99f3 ` ] ( https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd )
12
+ Use no-op for every function when restoring instances (#2499 ) (Carl-Erik Kopseng)
13
+ - [ ` 8663ffa0 ` ] ( https://github.com/sinonjs/sinon/commit/8663ffa056d3c58e82fa203801d58d3fce3c14a7 )
14
+ Upgrade deps (#2498 ) (Carl-Erik Kopseng)
15
+ > Browserify, supports-color, husky had to be held back.
16
+ - [ ` e01275bb ` ] ( https://github.com/sinonjs/sinon/commit/e01275bb10d868a064d0cb27a6ae11ffa3d91ac2 )
17
+ Un-pin @sinonjs/fake-timers (#2495 ) (Jordan Hawker)
18
+ > The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range
19
+ - [ ` 6cbde9b0 ` ] ( https://github.com/sinonjs/sinon/commit/6cbde9b08259efd98b2c52b81ca3b5e84dcf97b1 )
20
+ fix throws().callsFake() precedence (#2497 ) (Eduardo Diaz)
21
+ > This makes sure an unconditional ` callsFake() ` invoked on the same stub that was previously setup to throw will overwrite the previous behavior. This aligns it with the other behaviors.
22
+ - [ ` 45be60f3 ` ] ( https://github.com/sinonjs/sinon/commit/45be60f3c6afc350eacbceed77539f437a9bbbce )
23
+ Replace probot/stale with official stale action (Morgan Roderick)
24
+
25
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2023-03-12._
26
+
9
27
## 15.0.1
10
28
11
29
- [ ` aa493da4 ` ] ( https://github.com/sinonjs/sinon/commit/aa493da47d788025c0d512696651072973f301ec )
Original file line number Diff line number Diff line change 15
15
" xhr" ,
16
16
" assert"
17
17
],
18
- "version" : " 15.0.1 " ,
18
+ "version" : " 15.0.2 " ,
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