Skip to content

Releases: thefrontside/simulacrum

@simulacrum/client v0.5.1

16 Aug 18:03
caf3d28
Compare
Choose a tag to compare

[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/auth0-simulator v0.2.3

16 Aug 18:03
caf3d28
Compare
Choose a tag to compare

[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/auth0-simulator v0.2.2

10 Aug 19:56
db144d3
Compare
Choose a tag to compare

[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/ui v0.2.0

30 Jul 17:04
53956a5
Compare
Choose a tag to compare

[0.2.0]

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

@simulacrum/server v0.3.1

30 Jul 17:04
53956a5
Compare
Choose a tag to compare

[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/client v0.5.0

30 Jul 17:04
53956a5
Compare
Choose a tag to compare

[0.5.0]

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

@simulacrum/auth0-simulator v0.2.1

30 Jul 17:04
53956a5
Compare
Choose a tag to compare

[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/auth0-simulator v0.2.0

30 Jul 13:21
8843932
Compare
Choose a tag to compare

[0.2.0]

  • Fix auth0-simulator dependencies in examples
    • e2ba50a Fix auth0-simulator dependencies in examples on 2021-07-30

@simulacrum/ui v0.1.0

29 Jul 20:10
5bd797f
Compare
Choose a tag to compare

[0.1.0]

  • upgrade to effection@2.0.0-beta.6
    • 6c7387b upgrade to effection@2.0.0-beta.6 on 2021-07-28

@simulacrum/server v0.3.0

29 Jul 20:10
5bd797f
Compare
Choose a tag to compare

[0.3.0]

  • upgrade to effection@2.0.0-beta.6
    • 6c7387b upgrade to effection@2.0.0-beta.6 on 2021-07-28
  • Add the ability to create https services
    • deab6be add changeset on 2021-06-09
  • Add a use function to createHttpApp that adds express middleware that are operations.
    • 0400220 add middleware test on 2021-06-09
  • a services field added to the createSimulation options argument where a port can be assigned.
    • 211637e add changeset on 2021-06-16
    • 093ad85 add service options to createSimulation options on 2021-06-24
  • Add the ability to add scenario parameters and basic passive effects implementation.
    • a5bcb89 add changeset on 2021-05-28