Skip to content

Releases: thefrontside/simulacrum

@simulacrum/github-api-simulator v0.5.7

05 May 19:55
40d8611
Compare
Choose a tag to compare

[0.5.7]

Bug Fixes

  • dd8a08c Add extensions to all imports including bare /index imports. With an updated version of TypeScript, this allowed a build which correctly added extensions to every relative import improving compatibility with Node and file resolution.

Dependencies

  • Upgraded to @simulacrum/foundation-simulator@0.4.1

@simulacrum/foundation-simulator v0.4.1

05 May 19:55
40d8611
Compare
Choose a tag to compare

[0.4.1]

Bug Fixes

  • dd8a08c Add extensions to all imports including bare /index imports. With an updated version of TypeScript, this allowed a build which correctly added extensions to every relative import improving compatibility with Node and file resolution.

@simulacrum/auth0-simulator v0.10.1

05 May 19:55
40d8611
Compare
Choose a tag to compare

[0.10.1]

Bug Fixes

  • dd8a08c Add extensions to all imports including bare /index imports. With an updated version of TypeScript, this allowed a build which correctly added extensions to every relative import improving compatibility with Node and file resolution.

Dependencies

  • Upgraded to @simulacrum/foundation-simulator@0.4.1
  • 5cfed5e Add missing dependency on the @simulacrum/foundation-simulator and @faker-js/faker.

@simulacrum/github-api-simulator v0.5.6

27 Mar 15:46
1b8deac
Compare
Choose a tag to compare

[0.5.6]

Dependencies

  • Upgraded to @simulacrum/foundation-simulator@0.4.0

@simulacrum/foundation-simulator v0.4.0

27 Mar 15:46
1b8deac
Compare
Choose a tag to compare

[0.4.0]

New Features

  • 774c860 Now allows setting the server as https with a certificate applied in the home directory. Use the protocol to enable the search for the SSL certificate.

@simulacrum/auth0-simulator v0.10.0

27 Mar 15:46
1b8deac
Compare
Choose a tag to compare

[0.10.0]

Enhancements

  • 2a51566 Rebuild Auth0 Simulator on top of the Foundation simulator. This simplifies the configuration required to run it. It also provides some flexibility for the future in handling the data store, and building out other APIs.

@simulacrum/github-api-simulator v0.5.5

28 Feb 04:34
656a4db
Compare
Choose a tag to compare

[0.5.5]

Bug Fixes

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

@simulacrum/github-api-simulator v0.5.4

20 Feb 19:28
6892ff4
Compare
Choose a tag to compare

[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

  • Upgraded to @simulacrum/foundation-simulator@0.3.1

@simulacrum/foundation-simulator v0.3.1

20 Feb 19:27
6892ff4
Compare
Choose a tag to compare

[0.3.1]

Enhancements

  • 0ba82b7 Add API to pass in a page route for the default simulation helper page. This allows for those services which define a valid route returned at the root.

Bug Fixes

  • 34ecabd Fix exports in package.json and tsconfig.json with ESM for improved compatibility with pnpm.

@simulacrum/github-api-simulator v0.5.3

07 Feb 22:45
cfb1095
Compare
Choose a tag to compare

[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.