Releases: GannettDigital/simulato
Releases · GannettDigital/simulato
v0.7.0
-
Scott Gunther
- Batch requests when getting element data
-
Tom Dale
- Rework config validation
- Allow passing options to driver
v0.6.5
v0.6.4
v0.6.3
0.6.3
- Scott Gunther
- Fix child process uncaught exception loop
v0.6.2
0.6.2
-
Tom Dale
- Added checked property to get element data
- Added tutorial, best practices, and more documentation
-
Scott Gunther
- Added debug flag to generate command
- Planner prints progress after finidng each action when debug flag is set
v0.6.1
v0.6.1
-
Brian Fitzpatrick
- Added popping and pushing components/states by dynamic areas
-
Tom Dale
- Added ability to specify report formats
- Supported flags: 'JSON'
- Defaults to JSON
- Added ability for test runner to use reporter flag
- Supported flags: 'basic'
- Defaults to basic
- Added ability to specify report formats
v0.6.0
0.6.0
-
Tom Dale
- Added the cli/config command for debug and debugPort
- Child processes can be spawned with --inspect-brk
- Ports are auto assigned based on availability
- Starting Port can be specified
- Added new config scheme
- cli/config/default propertys are all merged to one config
- config is processed once at start, and availble throughout the program
- config is validated on creation
-
Scott Gunther
- Added parent event emiiters
- Events bubble up
- Updated files to use new event emitters
- Fix clear dynamic area bug where components aren't deleted from expected state
- Added parent event emiiters
-
Brian Fitzpatrick
- Added ability to add mutiple dynamic areas to a single component
v0.5.2
v0.5.1
v0.5.0
0.5.0
-
Scott Gunther
- Change searchNode.path to an array to support same action in path
- Factor out checking of preconditions
- Factor out apply effects
- Change location of set operations and add a couple more
-
Brian FItzpatrick
- Added simulato walkthrough
-
Tom Dale
- Updated tests to print out the results as they are run
- Tests now always use the test runner even if 1 test
- Option added to automatically rerun failed tests in both config and cli