Releases: ovotech/avro-mock-generator
Releases · ovotech/avro-mock-generator
3.0.0
Breaking changes
- #17 Upgrade uuid for
Jest
compatibility. Signature is unchanged but this drops support for a few browsers and old version of NodeJS. Full details in uuid's changelog
2.0.5
Bugfixes
- #15 Fix types inside array not being added to the registry of full names.
2.0.4
Security bugfix
- #14 Support union types as array items
2.0.3
Bugfixes
- #12 Support union types as array items
2.0.2
Bufixes
- #11 Fix namespacing not inherited correctly
2.0.1
Bugfixes
date
generator will now return dates that are different than epoch (was due to calling the constructor with a number of milliseconds in the [0,1] range).
2.0.0
New Feature
- #10 Replace the
seed
option with a Seeded
factory.
- #10 New generator:
random
, so that the caller may completely control randomness
Maintenance
- #10 Adding avsc schema support for better type safety.
1.2.0
New Features
- #9 Add
seed
option to support reproducible generation.
Bugfixes
- #9 Fix
generateDuration
was generating an empty string
1.1.3
Bugfixes
#8 Fix members of union types were sometimes namespaced when they shouldn't have been.
1.1.2
Bugfixes
- #7 Fix integer generator sometimes returning numbers bigger than a 32bit int.