Skip to content

v0.11.0 Beta Release Update

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisnurse chrisnurse released this 14 Aug 09:20
· 130 commits to main since this release

Generators can now have string values or JSON values.

JSON values such as { datetime: ... } create a foundation for generators which take JSON arguments, which can be a more complex but structured syntax. For example, when generating data that has a temporal base, such as temperature or light level, which is time of day, dependent, the JSON will facilitate this type of generator specification.

datetime is the only example of usage at the moment.

More complex examples for IoT should appear in the next release.