v0.2.0
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.