Skip to content

Latest commit

 

History

History
109 lines (58 loc) · 4.92 KB

CHANGELOG.md

File metadata and controls

109 lines (58 loc) · 4.92 KB

Changelog

[0.5.6]

Dependencies

[0.5.5]

Bug Fixes

  • ade6ca6 The /user/memberships/orgs endpoint didn't return data per the schema. Fix and validate.

[0.5.4]

Enhancements

  • e920b0d All existing custom routes, repository and installations endpoints, now return a 404 in cases where there are no associated resources to match the real API functionality.

Bug Fixes

  • 0ba82b7 Change the default simulation helper page to /simulation to avoid the conflict with the default GitHub route at the root, /.

Dependencies

[0.5.3]

Bug Fixes

  • e565f7b Possibly breaking We incorrectly used the hosted schema with an Enterprise endpoint. Correcting this to default to the hosted endpoint with the hosted schema. Use apiUrl and apiSchema if there is need to adjust for Enterprise use cases.

[0.5.2]

Bug Fixes

  • 85816d8 Validate and correct responses with OpenAPI specification for /installation/repositories, /orgs/{org}/repos, /repos/{org}/{repo}/branches, orgs/{org}/installation, and /repos/{owner}/{repo}/installation when passing in initialState.

Dependencies

[0.5.1]

Bug Fixes

  • 2741f00 The bin file was not specified so running with npx directly was broken.

Dependencies

[0.5.0]

Enhancements

  • 7d39c71 Rebuilding on top of the foundation simulator to establish a mutable state. Also begin handling REST-based routes.

[0.4.0]

[0.3.3]

  • d38705a(#265) Adding the isArchived and defaultBranchRef as options to return in the query.

[0.3.2]

Bug Fixes

  • 1040a8f(#263) A repository query would fail due to a destructured name. This fixes the reference and adds an additional check for matching nameWithOwner.

[0.3.1]

Dependencies

  • 70eedc3(#260) Bump the version of graphgen to 1.8.1 to support the latest type signature expected from the factory that is passed to the server.

[0.3.0]

  • Allow extenstion of github api simulator with new endpoints and middleware
    • b065a10 Add changeset on 2023-05-05

[0.2.4]

  • Added the description mapping to repositories.
    • ba0046e add the description mapping to Github API simulator (#256) on 2023-03-02

[0.2.3]

  • add repository mock data to github-api-simulator
    • 62e3948 add repository mock data to github-api-simulator (#247) on 2022-12-05

[0.2.2]

  • export World and Factory types
    • 1c70396 export World and Factory types (#245) on 2022-12-01

[0.2.1]

  • Fix path resolution to github api schema
    • 995b6bb Fix path resolution to github api schema (#243) on 2022-11-30

[0.2.0]

  • create the @simulacrum/github-api-simulator package
    • 0eb4ebf add changeset on 2022-11-30