Releases: kiegroup/mock-github
Releases · kiegroup/mock-github
v3.0.0-beta.1
Documentation
Features
BREAKING CHANGES
- Add support for mocking node's native fetch client. Requires node 18 or higher
v2.0.1
2.0.1 (2023-12-29)
Bug Fixes
v2.0.0
2.0.0 (2023-08-04)
Bug Fixes
- deps: update dependency @octokit/openapi-types-ghec to v18 (#75) (c26ddc0)
Features
- add an abstract endpoint mocker that contains common methods for all implementations (#76) (e8161e9)
- expose
cleanAll
method to clean up mocks (#74) (b36db09)
BREAKING CHANGES
- deps: Removed defunct endpoints
v1.1.0
1.1.0 (2023-05-29)
Bug Fixes
Features
v1.0.4
1.0.4 (2023-05-11)
Bug Fixes
v1.0.3
Features:
- Add ability to only mock requests which match certain request headers (#60)
v1.0.2
Features:
- Add headers as part of mocked response (#59)
v1.0.1
New features:
Other:
- Bump simple-git from 3.15.0 to 3.16.0 (#56)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 (#57)
v1.0.0
Breaking changes:
- Moved
Mockapi
to act-js
(#53)
v0.1.2
Bug fixes:
- Fix method bindings for methods of an object exposed indirectly via another object