Skip to content

v0.2.0

Choose a tag to compare

@qadanm qadanm released this 06 Jul 01:16

API cleanup.

Renamed the Swift public types for a cleaner API. This is a breaking change for Swift consumers.

  • Scenario (was FakeELMScenario)
  • ScenarioEngine (was FakeELMScenarioEngine)
  • EngineConfiguration (was FakeELMEngineConfiguration)
  • ResponsePlan (was FakeELMResponsePlan)
  • TCPServer (was FakeELMTCPServer, in the ElmulatorTCP module)

The Python API is unchanged. The Python README now notes python -m elmulator for setups where the console script is not on PATH.