Releases: thefrontside/simulacrum
Releases · thefrontside/simulacrum
@simulacrum/github-api-simulator v0.5.2
[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 ininitialState
.
Dependencies
- Upgraded to
@simulacrum/foundation-simulator@0.3.0
@simulacrum/foundation-simulator v0.3.0
@simulacrum/github-api-simulator v0.5.1
[0.5.1]
Bug Fixes
2741f00
The bin file was not specified so running withnpx
directly was broken.
Dependencies
- Upgraded to
@simulacrum/foundation-simulator@0.2.1
@simulacrum/foundation-simulator v0.2.1
[0.2.1]
Bug Fixes
6a6fc71
Due to upstream dep requirements, thereact-redux
depends onreact-dom
. Including it as a dependency to resolve this issue, but we will work to remove it from the dependency chain as that code path is not utilized in this library.
@simulacrum/github-api-simulator v0.5.0
[0.5.0]
Enhancements
7d39c71
Rebuilding on top of the foundation simulator to establish a mutable state. Also begin handling REST-based routes.
@simulacrum/foundation-simulator v0.2.0
[0.2.0]
New Features
ab1c616
All routes now add a log to the simulation state on every visit. This assists in tracking hits on each simulation route.ad2dbc9
To improve transparency and flexibility, we now include a page at the root that lists all of the routes, and the ability to signal which response to return.f20a3a6
(#283) We now support serving a directly of JSON files through file path routing. UseserveJsonFiles
to specify the folder which contains the files to serve.
Enhancements
@simulacrum/foundation-simulator v0.1.0
[0.1.0]
58ae1d9
This simulator is a base to iteratively build a simulator for use in published simulators in@simulacrum
scope or custom implementations elsewhere. This includes the components likely to be used in each simulator (server, router, data store) and pieces to enable quickly spinning up a simulator to get started as through an OpenAPI spec.
@simulacrum/ldap-simulator v0.5.5
[0.5.5]
7c69bbd
Don't resolvecreateLDAPServer()
until server is known to be accepting
connections.