Releases: thefrontside/simulacrum
Releases · thefrontside/simulacrum
@simulacrum/github-api-simulator v0.5.7
[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
[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
[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
[0.5.6]
Dependencies
- Upgraded to
@simulacrum/foundation-simulator@0.4.0
@simulacrum/foundation-simulator v0.4.0
[0.4.0]
New Features
774c860
Now allows setting the server as https with a certificate applied in the home directory. Use theprotocol
to enable the search for the SSL certificate.
@simulacrum/auth0-simulator v0.10.0
[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
[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
[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
@simulacrum/github-api-simulator v0.5.3
[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. UseapiUrl
andapiSchema
if there is need to adjust for Enterprise use cases.