File tree Expand file tree Collapse file tree 5 files changed +34
-4
lines changed
Expand file tree Collapse file tree 5 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## 15.0.4
4+
5+ - [ ` e9042c4f ` ] ( https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5 )
6+ Handling non-configurable object descriptors on the prototype (#2508 ) (Carl-Erik Kopseng)
7+ > This should essentially make decorated methods stubbable again (see #2491 )
8+ - [ ` 430c9a60 ` ] ( https://github.com/sinonjs/sinon/commit/430c9a604f5509ca6d7e11e3edaaa8553a77ae93 )
9+ Remove uses of ` var ` (#2506 ) (Carl-Erik Kopseng)
10+ > Replace var with const where possible in /lib and /test.
11+ >
12+ > Modified the let codemod to be a codemod.
13+ >
14+ > Took about half an hour with --watch running
15+
16+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2023-04-20._
17+
318## 15.0.3
419
520- [ ` b775f1b4 ` ] ( https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
55url : ' https://sinonjs.org'
66github_username : sinonjs
77sinon :
8- current_release : v15.0.3
8+ current_release : v15.0.4
99 current_major_version : 15
1010markdown : kramdown
1111kramdown :
Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ permalink: /releases/changelog
66
77# Changelog
88
9+ ## 15.0.4
10+
11+ - [ ` e9042c4f ` ] ( https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5 )
12+ Handling non-configurable object descriptors on the prototype (#2508 ) (Carl-Erik Kopseng)
13+ > This should essentially make decorated methods stubbable again (see #2491 )
14+ - [ ` 430c9a60 ` ] ( https://github.com/sinonjs/sinon/commit/430c9a604f5509ca6d7e11e3edaaa8553a77ae93 )
15+ Remove uses of ` var ` (#2506 ) (Carl-Erik Kopseng)
16+ > Replace var with const where possible in /lib and /test.
17+ >
18+ > Modified the let codemod to be a codemod.
19+ >
20+ > Took about half an hour with --watch running
21+
22+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2023-04-20._
23+
924## 15.0.3
1025
1126- [ ` b775f1b4 ` ] ( https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e )
Original file line number Diff line number Diff line change 1515 " xhr" ,
1616 " assert"
1717 ],
18- "version" : " 15.0.3 " ,
18+ "version" : " 15.0.4 " ,
1919 "homepage" : " https://sinonjs.org/" ,
2020 "author" : " Christian Johansen" ,
2121 "repository" : {
You can’t perform that action at this time.
0 commit comments