Skip to content

Releases: thefrontside/simulacrum

@simulacrum/foundation-simulator v0.2.0

16 Sep 14:28
57eb23a
Compare
Choose a tag to compare

[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. Use serveJsonFiles to specify the folder which contains the files to serve.

Enhancements

  • 209ffa5 Add API to configure a delay of all responses with a set interval. Using this in a simulator would enable a feel closer to a real external endpoint.
  • e9c7fed Add option the proxy to real API and save JSON responses in ./src/serve directory.

@simulacrum/foundation-simulator v0.1.0

20 Jul 01:29
f4c44e8
Compare
Choose a tag to compare

[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

08 Sep 14:38
5041097
Compare
Choose a tag to compare

[0.5.5]

  • 7c69bbd Don't resolve createLDAPServer() until server is known to be accepting
    connections.

@simulacrum/github-api-simulator v0.4.0

08 Sep 14:38
5041097
Compare
Choose a tag to compare

[0.4.0]

@simulacrum/github-api-simulator v0.3.3

27 May 02:02
302ff95
Compare
Choose a tag to compare

[0.3.3]

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

@simulacrum/github-api-simulator v0.3.2

26 May 21:25
d227a10
Compare
Choose a tag to compare

[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

@simulacrum/github-api-simulator v0.3.1

24 May 17:41
dfd1909
Compare
Choose a tag to compare

[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

@simulacrum/github-api-simulator v0.3.0

23 May 14:19
51d4b2e
Compare
Choose a tag to compare

[0.3.0]

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

@simulacrum/github-api-simulator v0.2.4

02 Mar 19:31
647040b
Compare
Choose a tag to compare

[0.2.4]

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

@simulacrum/auth0-simulator v0.9.0

11 Feb 20:22
2f8afd3
Compare
Choose a tag to compare

[0.9.0]

  • Add the refresh_token flow