Releases: mavolin/dismock
Releases · mavolin/dismock
Version v3.0.0
Version 2.1.0
This release adds support for automatic mock evaluation (Mocker.Eval
) via #33, and deprecates Mocker.Eval
).
Version 2.0.0
With the release of arikawa v2 dismock also bumps to v2, as no further breaking changes are expected.
Version 1.3.4
This release adds support for a fix introduced in arikawa v1.3.6.
Version 1.3.3
Fixes
- dismock: Fixes a bug, where arikawa did not encode Unicode emojis in paths, but dismock expected it to.
Version 1.3.2
Features
- dismock: proper mocking for Channels
Version 1.3.1
Features
- go.mod: bump to arikawa v1.1.7 (29c6847)
Version 1.3.0
Features
BREAKING CHANGES
- With the release of arikawa v1, there were several breaking changes before moving to a semver based API. These were implemented so that all mocks use typed Snowflakes.
- While not required, all meta methods were renamed and now don't have
XURL
in their name anymore, but are just namedX
, as it is more logical.
From this release on, dismock will follow semantic versioning as well.
Version 1.2.1
This release adds:
- Fix for a bug in one of the
Mocker.Eval
tests that caused it to fail in some cases. - Improved README
Version 1.2.0
This release adds:
- A lot of improvements for docs.
This includes typos, but also more precise descriptions of functions. - A
Clone
method, that allows clones for non-arikawa users - A slightly changed way of handling unexpected requests:
- The test will no longer fail immediately, but at the end of the test
- The status
404 - Not Found
gets returned for all unhandled requests