Skip to content

Commit

Permalink
Update docs/changelog.md and set new release id in docs/_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed May 1, 2018
1 parent 6c20e74 commit 68883b0
Show file tree
Hide file tree
Showing 3 changed files with 15,291 additions and 37 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Expand Up @@ -5,7 +5,7 @@ description: >-
url: 'http://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v5.0.1
current_release: v5.0.2
markdown: kramdown
kramdown:
input: GFM
Expand Down
43 changes: 7 additions & 36 deletions docs/changelog.md
Expand Up @@ -5,47 +5,18 @@ permalink: /releases/changelog
---
# Changelog

5.0.2 / 2018-05-01
==================

* Reset history on sandbox reset (#1770)

5.0.1 / 2018-04-27
==================

* Add .lastArg and .callback to fake and call
* Allow replacing non-own object properties (#1705)
* Change yields semantics to match stub behaviour
* Add a failing test for #1695
* Return the replacement argument in .replace* methods (#1701)
* Remove deprecated spy.reset method
* Add replace methods
* Extract isPropertyConfigurable to own file
* Extract nextTick to own file
* Extract isRestorable to own file
* Extract isNonExistentOwnProperty to own function
* Docs: Added example for how to use `restore`
* Add documentation for fake
* Add `fake`
* Export enhanced sandbox as sinon api
* Refactor sandbox to assimilate and remove collection
* Fix incorrect usage of referee's assert.exception (#1766)
* Add another external howto
* Add .lastArg and .callback to fake and call
* Allow replacing non-own object properties (#1705, #1695)
* Change yields semantics to match stub behaviour (#1703, #1697)
* Add a failing test for #1695
* Return the replacement argument in .replace* methods (#1701, #1698)
* Simplify hasFunctionNameSupport
* Fix broken test in IE11
* Improve language of fake documentation
* Add yields and yieldsTo to fake
* Extract nextTick to own file
* Improve input validation of sandbox.replace* methods
* Rename third argument to `replacement`
* Add replaceGetter and replaceSetter
* Extract isPropertyConfigurable to own file
* Extract isRestorable to own file
* Extract isNonExistentOwnProperty to own function
* Remove undesirable methods before returning fake
* Add sinon.replace, sinon.replaceGetter and sinon.replaceSetter
* Add `fake`
* Export enhanced sandbox as sinon api
* Refactor sandbox to assimilate collection and remove collection
* Use `sinon` as a default sandbox

4.5.0 / 2018-03-30
==================
Expand Down

0 comments on commit 68883b0

Please sign in to comment.