Skip to content

Latest commit

 

History

History
157 lines (80 loc) · 6.6 KB

CHANGELOG.md

File metadata and controls

157 lines (80 loc) · 6.6 KB

0.3.3 (2015-11-14)

Bug Fixes

  • npm: npm install was failing because it ran bower as postinstall (a696e14)

0.3.2 (2015-10-25)

Bug Fixes

  • apimock: timestamps had an invalid format (024c8de), closes #57

0.3.1 (2015-10-18)

Bug Fixes

  • apimock: normalize file paths for empty query params (9252f71), closes #48
  • apimock: toISOString support on dates in IE8 (3a1ac50), closes #51

0.3.0 (2015-10-05)

Bug Fixes

  • grunt: revert failed merge (7df9420)

Features

  • apiMock: default mock setting (f4e2258), closes #24
  • apiPath: add support for arrays and/or regexp when matching (0a08a7d), closes #16
  • grunt: enforce code style with JSCS (583b65a), closes #30

0.2.1 (2015-09-13)

Bug Fixes

  • apimock: correctly detect URL commands (29874c9), closes #37
  • apimock: correctly detect URL commands (ccf22f2), closes #37
  • travis: don't run SauceLabs on PR's (b20c786), closes #31
  • travis: don't run SauceLabs tests on PR's (0e07eb3), closes #32 #31

Features

  • npm: Angular ApiMock now available on the npm registry! (f7d5663)

0.2.0 (2015-08-09)

Bug Fixes

  • demo: simple demo was outdated (96b0196)
  • grunt: grunt-conventional-changelog 2.0 changed name (b21b909)
  • tests: switch back to Jasmine for IE8 support (6338b69)

Features

  • apimock: add network latency simulation (2783f10), closes #20
  • delay: add network latency simulation (8b996d3), closes #20
  • queryParams: add query param functionality (1e779c3), closes #23
  • queryParams: ignore nested objects and arrays on $http config.param (0e3138a)
  • queryParams: lowercase query params (2aeb262)
  • queryParams: support nested objects and arrays in $http config (4147b33)
  • readme: add coverage status badge (61dc226)
  • travis: add Sauce Labs testing to CI (3375513)

0.1.8 (2015-03-22)

Bug Fixes

  • apimock: Adjust for PR19. Always use 'GET' requests. (0ae1ba57)

Features

  • apimock: update Angular dependencies in Bower to latest (below 2.x). (8847c192)

0.1.7 (2014-10-19)

Features

  • apimock: add disable config (#15) (9e7b14a1)

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)