Skip to content

Releases: kiegroup/mock-github

v2.0.1

29 Dec 07:25
c239947
Compare
Choose a tag to compare

2.0.1 (2023-12-29)

Bug Fixes

  • correct the typings for moctokit (#82) (c239947)

v2.0.0

04 Aug 20:45
e8161e9
Compare
Choose a tag to compare

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

29 May 21:34
25c0e74
Compare
Choose a tag to compare

1.1.0 (2023-05-29)

Bug Fixes

Features

v1.0.4

11 May 15:53
cd567ef
Compare
Choose a tag to compare

1.0.4 (2023-05-11)

Bug Fixes

v1.0.3

05 May 20:42
fd61af9
Compare
Choose a tag to compare

Features:

  • Add ability to only mock requests which match certain request headers (#60)

v1.0.2

05 May 20:41
9dacc88
Compare
Choose a tag to compare

Features:

  • Add headers as part of mocked response (#59)

v1.0.1

03 Mar 21:10
a5dfa87
Compare
Choose a tag to compare

New features:

  • Allow unmocked (#58)

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

03 Mar 21:06
a5dfa87
Compare
Choose a tag to compare

Breaking changes:

  • Moved Mockapi to act-js (#53)

v0.1.2

08 Dec 13:22
03516b1
Compare
Choose a tag to compare

Bug fixes:

  • Fix method bindings for methods of an object exposed indirectly via another object

v0.1.1

30 Nov 15:01
1223e86
Compare
Choose a tag to compare
  • Added file filtering when creating a repository
  • Exposed some types
  • Fixed moctokit response type to partialize elements of an array
  • Fixed moctokit response type to partialize nested objects