Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

47 lines (25 loc) · 1.47 KB

0.1.6 (2014-05-29)

Bug Fixes

  • apimock:
  • nuget: fix nuget push task (e77e6e7f)

Features

  • apimock: add logging through $log (9d93551f)

0.1.5 (2014-05-19)

Bug Fixes

  • apimock: fix logic in automatic fallbacks (96c9f4d5)

Features

  • apimock: automatic fallbacks (9245bc8a)

Breaking Changes

  • Interface for apiMock service has changed.

You shouldn’t be using apiMock object anymore. There’s currently not a good way to detect if mocking is enabled as that can change on individual http-requests anyway.

We’re considering printing to $log to notify when mocking is occuring. Suggestions are welcome. (c96f9188)

0.1.4 (2014-05-11)