Releases: seriema/angular-apimock
Releases · seriema/angular-apimock
0.3.3
Bug Fixes
- npm:
npm install
was failing because it ran bower as postinstall
(a696e14)
0.3.2
Bug Fixes
- apimock: timestamps had an invalid format (024c8de), closes #57
0.3.1
Bug Fixes
- apimock: normalize file paths for empty query params (9252f71), closes #48
- apimock: toISOString support on dates in IE8 (3a1ac50), closes #51
v0.3.0
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
v0.2.1
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)
v0.2.0
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)
v0.1.8
Bug Fixes
- apimock: Adjust for PR19. Always use 'GET' requests. (0ae1ba5)
Features
- apimock: update Angular dependencies in Bower to latest (below 2.x). (8847c19)
v0.1.6
Bug Fixes
- apimock: fix command 'auto' (acfc237)
- apimock: treat NaN as false for command (a28544d)
- apiMock: lower Angular version requirement (634390f), closes #11
- bower: bump version in Bower (b9a3f66)
- nuget: fix nuget push task (e77e6e7)
- nuget: fix target path (f9e588d)
Features
- apimock: add logging through $log (9d93551)
- distribution: now available on NuGet (32e686c), closes #12
v0.1.5
Bug Fixes
- apimock: fix logic in automatic fallbacks (96c9f4d)
Features
- apimock: automatic fallbacks (9245bc8)