Skip to content

Releases: mavolin/dismock

Version v3.0.0

11 Feb 18:59
af559f1
Compare
Choose a tag to compare

Support for latest arikawa.

Version 2.1.0

11 Apr 15:28
afec209
Compare
Choose a tag to compare

This release adds support for automatic mock evaluation (Mocker.Eval) via #33, and deprecates Mocker.Eval).

Version 2.0.0

24 Jan 01:01
30940d7
Compare
Choose a tag to compare

With the release of arikawa v2 dismock also bumps to v2, as no further breaking changes are expected.

Version 1.3.4

19 Oct 15:02
029138c
Compare
Choose a tag to compare

This release adds support for a fix introduced in arikawa v1.3.6.

Version 1.3.3

25 Sep 17:27
9c68be9
Compare
Choose a tag to compare

Fixes

  • dismock: Fixes a bug, where arikawa did not encode Unicode emojis in paths, but dismock expected it to.

Version 1.3.2

13 Sep 18:56
eb5c01a
Compare
Choose a tag to compare

Features

  • dismock: proper mocking for Channels

Version 1.3.1

18 Aug 01:44
0e49dae
Compare
Choose a tag to compare

Features

  • go.mod: bump to arikawa v1.1.7 (29c6847)

Version 1.3.0

30 Jul 03:35
66c1af8
Compare
Choose a tag to compare

Features

  • go.mod: bump to arikawa v1.0.1 (538cc00)
  • go.mod: update to latest dependency versions (e1e9a42)

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 named X, as it is more logical.

From this release on, dismock will follow semantic versioning as well.

Version 1.2.1

06 Jun 21:01
Compare
Choose a tag to compare

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

04 Jun 13:03
Compare
Choose a tag to compare

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