Releases: recleun/chaos-engine
Releases · recleun/chaos-engine
v0.1.1
Changelog
Documentation
- Fix documentation examples from failing tests.
- Remove unused imports from documentation examples.
- Add more information to the README including a logo and a related projects section.
- Mention the new
testfeature in the documentation.
API Changes
ChaosOptionsnow has default values.- Examples modified in the documentation.
- Added a
clear()method toPageto clear out the stored text.
Tests
- Create a
testfeature that will be used to define methods and data types for integrated tests. - Create tests for the
Pagedata type. - Create helper methods and structs to be used in tests for
Chaos.
Improvement
- Removed useless
Vector2initialization inside ofChaosconstructor.