Skip to content

Commit

Permalink
18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed May 15, 2024
1 parent 6324be4 commit adea6a1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes

## 18.0.0

This is what 17.0.2 should have been, as that contained two breaking changes. After updating
Nise we are down to one breaking change, which only affects sinon-test (which has been updated),
so most people are not affected. The legacyRoutes flag that is currently enabled in Nise by default
will at some later version be disabled. We will then issue a little migration note.

- [`01d45312`](https://github.com/sinonjs/sinon/commit/01d45312e82bbd0b2f435f16bd4a834b98d08e11)
Use Nise 6 with legacyRoutes flag enabled (Carl-Erik Kopseng)
> This should be disabled in a future Sinon version by default.
- [`c618edc5`](https://github.com/sinonjs/sinon/commit/c618edc51e0302f047914e121cb788ac9cc43382)
fix #2594: remove needless sandbox creation (Carl-Erik Kopseng)

_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-05-15._

## 17.0.2

- [`f6dca0ba`](https://github.com/sinonjs/sinon/commit/f6dca0bac3f228fa917165eca8815d5e2b8a6793)
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: >-
url: 'https://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v17.0.2
current_major_version: 17
current_release: v18.0.0
current_major_version: 18
markdown: kramdown
kramdown:
input: GFM
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ permalink: /releases/changelog

# Changelog

## 18.0.0

This is what 17.0.2 should have been, as that contained two breaking changes. After updating
Nise we are down to one breaking change, which only affects sinon-test (which has been updated),
so most people are not affected. The legacyRoutes flag that is currently enabled in Nise by default
will at some later version be disabled. We will then issue a little migration note.

- [`01d45312`](https://github.com/sinonjs/sinon/commit/01d45312e82bbd0b2f435f16bd4a834b98d08e11)
Use Nise 6 with legacyRoutes flag enabled (Carl-Erik Kopseng)
> This should be disabled in a future Sinon version by default.
- [`c618edc5`](https://github.com/sinonjs/sinon/commit/c618edc51e0302f047914e121cb788ac9cc43382)
fix #2594: remove needless sandbox creation (Carl-Erik Kopseng)

_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-05-15._

## 17.0.2

- [`f6dca0ba`](https://github.com/sinonjs/sinon/commit/f6dca0bac3f228fa917165eca8815d5e2b8a6793)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"xhr",
"assert"
],
"version": "17.0.2",
"version": "18.0.0",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
Expand Down

0 comments on commit adea6a1

Please sign in to comment.