Skip to content

Releases: ovotech/avro-mock-generator

3.0.0

28 Oct 12:46
a5430a5
Compare
Choose a tag to compare

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

25 Jan 10:42
Compare
Choose a tag to compare

Bugfixes

  • #15 Fix types inside array not being added to the registry of full names.

2.0.4

10 Dec 15:48
Compare
Choose a tag to compare

Security bugfix

  • #14 Support union types as array items

2.0.3

03 Apr 12:12
4aeccbb
Compare
Choose a tag to compare

Bugfixes

  • #12 Support union types as array items

2.0.2

01 Apr 11:14
a18850b
Compare
Choose a tag to compare

Bufixes

  • #11 Fix namespacing not inherited correctly

2.0.1

01 Apr 07:04
Compare
Choose a tag to compare

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

30 Mar 08:04
8ec68de
Compare
Choose a tag to compare

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

29 Mar 08:20
a699f7b
Compare
Choose a tag to compare

New Features

  • #9 Add seed option to support reproducible generation.

Bugfixes

  • #9 Fix generateDuration was generating an empty string

1.1.3

23 Oct 12:38
fda7fae
Compare
Choose a tag to compare

Bugfixes

#8 Fix members of union types were sometimes namespaced when they shouldn't have been.

1.1.2

16 Oct 08:17
f51efe0
Compare
Choose a tag to compare

Bugfixes

  • #7 Fix integer generator sometimes returning numbers bigger than a 32bit int.