Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Migration guide for 6.0 (no known breaking changes)
  • Loading branch information
fatso83 committed Jun 11, 2018
1 parent 80d742b commit 0c07970
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/index.md
Expand Up @@ -6,6 +6,7 @@ breadcrumb: guides

## Migration guides

* [Migrating to v6.0](./migrating-to-6.0)
* [Migrating to v5.0](./migrating-to-5.0)
* [Migrating to v4.0](./migrating-to-4.0)
* [Migrating to v3.0](./migrating-to-3.0)
Expand Down
9 changes: 9 additions & 0 deletions docs/guides/migrating-to-6.0.md
@@ -0,0 +1,9 @@
---
layout: page
title: Migrating to v6.0 - Sinon.JS
breadcrumb: migrating to 5.0
---

There should be no reason for any code changes with the new Sinon 6. Usually, `MAJOR` releases should come with breaking changes, but there are no known breaking changes in `sinon@6` at the time of this writing. We chose to release a new major version as a [pragmatic solution to some noise related to releasing Sinon 5.1](https://github.com/sinonjs/sinon/pull/1829#issue-193284761), which featured some breaking changes related to ESM (which since has been resolved).

If you should experience any issues moving from Sinon 5 to Sinon 6, [please let us know!](https://github.com/sinonjs/sinon/issues/new?template=Bug_report.md).

0 comments on commit 0c07970

Please sign in to comment.