Skip to content

Releases: thefrontside/simulacrum

@simulacrum/github-api-simulator v0.6.4

27 Mar 18:46
0cc7949

Choose a tag to compare

[0.6.4]

@simulacrum/auth0-simulator v0.11.4

27 Mar 18:46
0cc7949

Choose a tag to compare

[0.11.4]

@simulacrum/server v0.8.0

18 Feb 15:55
5accc81

Choose a tag to compare

[0.8.0]

  • d3850c6 (#345 by @jbolda) Bump server to effection v4. With the tight dependency fitting into an effection runtime, bumping with a minor despite no specific breaking changes directly in this package. Additionally, we swapped to @effectionx/process and pulled in some other helpers. This was to prevent edge cases which were noted as part of the upgrade.
  • d4f2be5 (#349 by @jbolda) Skip simulator asset minification. Also remove usage of String.raw. This was breaking the /login view in the Auth0 simulator with the way tsdown was escaping the strings.

@simulacrum/github-api-simulator v0.6.3

18 Feb 15:55
5accc81

Choose a tag to compare

[0.6.3]

  • d4f2be5 (#349 by @jbolda) Skip simulator asset minification. Also remove usage of String.raw. This was breaking the /login view in the Auth0 simulator with the way tsdown was escaping the strings.

Dependencies

  • Upgraded to @simulacrum/foundation-simulator@0.6.1

@simulacrum/foundation-simulator v0.6.1

18 Feb 15:55
5accc81

Choose a tag to compare

[0.6.1]

  • d4f2be5 (#349 by @jbolda) Skip simulator asset minification. Also remove usage of String.raw. This was breaking the /login view in the Auth0 simulator with the way tsdown was escaping the strings.

@simulacrum/auth0-simulator v0.11.3

18 Feb 15:55
5accc81

Choose a tag to compare

[0.11.3]

  • d4f2be5 (#349 by @jbolda) Skip simulator asset minification. Also remove usage of String.raw. This was breaking the /login view in the Auth0 simulator with the way tsdown was escaping the strings.

Dependencies

  • Upgraded to @simulacrum/foundation-simulator@0.6.1

@simulacrum/github-api-simulator v0.6.2

15 Oct 22:01
9d983be

Choose a tag to compare

[0.6.2]

Bug Fixes

  • a78fa61 (#341 by @jbolda) Use the extend options and properly pass the extendRouter that will allow the user to add or change route handling. Closes #317.
  • 7c120ed (#315 by @jbolda) Better handle nested owners which previously threw errors, e.g. map() of undefined. Also accept the custom header as used by the @octokit/graphql package.

Dependencies

  • Upgraded to @simulacrum/foundation-simulator@0.6.0
  • 16ceab1 (#337 by @jbolda) Export helpers from foundation simulator for use in dumping data into the stores, such as in the GitHub API simulator.

@simulacrum/foundation-simulator v0.6.0

15 Oct 22:00
9d983be

Choose a tag to compare

[0.6.0]

  • 7dc3615 (#335 by @cowboyd) Don't explicitly run simulation on "localhost" as the host parameter. This allows responses when addressed via ::1 (ipv6) and 0.0.0.0 in
    ipv4 for example depending on system configuration. Allow the user to instead pass all properties that the Node http and https expect, including a port and host for cases where explicit control is required.

New Features

  • 121b301 (#338 by @jbolda) Add tasks to handle generic functions that would run in an effection scope. This enables the ability to handle webhooks. A webhook is an action that can be triggered directly and makes a POST to a specified endpoint, but can also watch and trigger on updates to the store.

Dependencies

  • 16ceab1 (#337 by @jbolda) Export helpers from foundation simulator for use in dumping data into the stores, such as in the GitHub API simulator.

@simulacrum/auth0-simulator v0.11.2

15 Oct 22:01
9d983be

Choose a tag to compare

[0.11.2]

Bug Fixes

  • a78fa61 (#341 by @jbolda) Use the extend options and properly pass the extendRouter that will allow the user to add or change route handling. Closes #317.

Dependencies

  • Upgraded to @simulacrum/foundation-simulator@0.6.0

@simulacrum/server v0.7.2

26 Sep 16:17
8d84b19

Choose a tag to compare

[0.7.2]

Bug Fixes

  • 356bfdd Fix typesVersion pointing to old directories. Update tsdown.