simulacrum

A simulation platform for use during testing, during development and for high-fidelity application previews

Downloads
10.4K
Stars
84
Committers
13

Bot releases are visible (Hide)

simulacrum - @simulacrum/auth0-cypress v0.3.0

Published by frontsidejack almost 3 years ago

[0.3.0]

  • Simplify cypress logging
    • 9b9d82f simplify cypress logging (#163) on 2022-01-06
  • Enable @simulacrum/auth0-cypress to run against nextjs-auth0.
  • Add debug option to createSimulation to add express middleware logging
    • 9df79b5 Add debug option to createSimulation to add express middleware logging on 2021-11-25
  • Update eslint-config and typescript versions
    • f852573 update eslint-config and typescript on 2021-10-26
  • Destroy simulation before creating a new one
simulacrum - @simulacrum/ldap-simulator v0.2.1

Published by frontsidejack almost 3 years ago

[0.2.1]

  • Update eslint-config and typescript versions
    • Bumped due to a bump in @simulacrum/client.
    • f852573 update eslint-config and typescript on 2021-10-26
simulacrum - @simulacrum/ui v0.3.1

Published by frontsidejack almost 3 years ago

[0.3.1]

  • Update eslint-config and typescript versions
    • f852573 update eslint-config and typescript on 2021-10-26
simulacrum - @simulacrum/auth0-simulator v0.4.0

Published by frontsidejack almost 3 years ago

[0.4.0]

  • Enable @simulacrum/auth0-cypress to run against nextjs-auth0.
  • Update eslint-config and typescript versions
    • f852573 update eslint-config and typescript on 2021-10-26
simulacrum - @simulacrum/server v0.4.1

Published by frontsidejack almost 3 years ago

[0.4.1]

  • Update eslint-config and typescript versions
    • f852573 update eslint-config and typescript on 2021-10-26
simulacrum - @simulacrum/client v0.5.3

Published by frontsidejack almost 3 years ago

[0.5.3]

  • Update eslint-config and typescript versions
    • f852573 update eslint-config and typescript on 2021-10-26
simulacrum - @simulacrum/ldap-simulator v0.2.0

Published by frontsidejack about 3 years ago

[0.2.0]

  • Add an ldap processor implementation.
simulacrum - @simulacrum/auth0-cypress v0.2.2

Published by frontsidejack about 3 years ago

[0.2.2]

  • specify typeRoots for @simulacrum/auth0-cypress cypress package
    • 53e4cef specify typeRoots for @simulacrum/auth0-cypress cypress package on 2021-10-19
simulacrum - @simulacrum/ui v0.3.0

Published by frontsidejack about 3 years ago

[0.3.0]

  • update parcel
    • cfe0338 update parcel to 2.0.0 on 2021-10-18
simulacrum - @simulacrum/auth0-simulator v0.3.0

Published by frontsidejack about 3 years ago

[0.3.0]

  • Add @simulacrum/auth0-cypress package
    • cb1ce68 update config.json on 2021-08-04
    • d0d2b33 fix changes file auth0 reference on 2021-08-09
    • 5ddc11e rename remaining cypress-auth0 => auth0-cypress on 2021-08-12
  • Upgrade to effection 2.0
    • 993857e Upgrade to Effection 2.0 on 2021-10-12
    • d0f1cc1 Upgrade effection to latest buffer / stream APIs on 2021-09-30
  • Upgrade effection to 2.0.0-beta.15
    • 938e9bf Upgrade effection on 2021-09-07
simulacrum - @simulacrum/server v0.4.0

Published by frontsidejack about 3 years ago

[0.4.0]

  • Upgrade to effection 2.0
    • 993857e Upgrade to Effection 2.0 on 2021-10-12
  • Add basic logging middleware component.
    • 7ea8803 add basic logging middleware (#135) on 2021-10-18
  • Create a new ResouceServiceCreator interface for a more generic way of creating services.
    • 4fe7646 add changeset on 2021-10-05
    • d0f1cc1 Upgrade effection to latest buffer / stream APIs on 2021-09-30
  • Upgrade effection to 2.0.0-beta.15
    • 938e9bf Upgrade effection on 2021-09-07
  • Fix #127. Wait until simulation server is fully stopped in destroySimulation request
    • b80d20f wait until simulation server is fully stopped on 2021-10-05
simulacrum - @simulacrum/client v0.5.2

Published by frontsidejack about 3 years ago

[0.5.2]

  • Upgrade to effection 2.0
    • 993857e Upgrade to Effection 2.0 on 2021-10-12
    • d0f1cc1 Upgrade effection to latest buffer / stream APIs on 2021-09-30
  • Upgrade effection to 2.0.0-beta.15
    • 938e9bf Upgrade effection on 2021-09-07
simulacrum - @simulacrum/auth0-simulator v0.2.3

Published by frontsidejack about 3 years ago

[0.2.3]

  • Increment all of the effection and related @effection packages. There was an issue in @effection/core with dist assets and this ensures it won't exist in the user's lock file.
    • 30d575b upgrade past @effection/core dist issue on 2021-08-13
  • Add bin script to auth0-simulator so it can be started via npx.
    • 88292f4 add bin script to enable npx auth0-simulator via #113 on 2021-08-16
simulacrum - @simulacrum/server v0.3.2

Published by frontsidejack about 3 years ago

[0.3.2]

  • Increment all of the effection and related @effection packages. There was an issue in @effection/core with dist assets and this ensures it won't exist in the user's lock file.
    • 30d575b upgrade past @effection/core dist issue on 2021-08-13
  • Ignore simulation service requests if the simulation has already been
    shut down
    • 11d7b63 🐛Ignore requests in the event that the scope is not running on 2021-08-11
simulacrum - @simulacrum/client v0.5.1

Published by frontsidejack about 3 years ago

[0.5.1]

  • Increment all of the effection and related @effection packages. There was an issue in @effection/core with dist assets and this ensures it won't exist in the user's lock file.
    • 30d575b upgrade past @effection/core dist issue on 2021-08-13
simulacrum - @simulacrum/auth0-simulator v0.2.2

Published by frontsidejack about 3 years ago

[0.2.2]

  • Fix bug where person scenario was not passing parameters down
    • cfe6862 Transparently pass through person scenario on 2021-08-05
  • fix malformed token that had mail field, not email field
    • da75afd add changefile on 2021-08-05
  • Add a debug option to server that will log errors when
    createSimulation() fails
    • 7db8e11 add changeset on 2021-07-15
    • c2525dc remove redundant task.halt from logging effect on 2021-07-27
    • 6c2f83e add description to change file on 2021-07-30
simulacrum - @simulacrum/ui v0.2.0

Published by frontsidejack about 3 years ago

[0.2.0]

  • rollback effection to beta-5.
    • 793c074 rollback effection to beta-5 on 2021-07-30
simulacrum - @simulacrum/auth0-simulator v0.2.1

Published by frontsidejack about 3 years ago

[0.2.1]

  • rollback effection to beta-5.
    • Bumped due to a bump in @simulacrum/client.
    • 793c074 rollback effection to beta-5 on 2021-07-30
simulacrum - @simulacrum/server v0.3.1

Published by frontsidejack about 3 years ago

[0.3.1]

  • rollback effection to beta-5.
    • Bumped due to a bump in @simulacrum/client.
    • 793c074 rollback effection to beta-5 on 2021-07-30
simulacrum - @simulacrum/client v0.5.0

Published by frontsidejack about 3 years ago

[0.5.0]

  • rollback effection to beta-5.
    • 793c074 rollback effection to beta-5 on 2021-07-30