Skip to content

Releases: ovotech/avro-mock-generator

3.0.0

Choose a tag to compare

@nicolaslt nicolaslt released this 28 Oct 12:46
a5430a5

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

Choose a tag to compare

@nicolaslt nicolaslt released this 25 Jan 10:42

Bugfixes

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

2.0.4

Choose a tag to compare

@nicolaslt nicolaslt released this 10 Dec 15:48

Security bugfix

  • #14 Support union types as array items

2.0.3

Choose a tag to compare

@nicolaslt nicolaslt released this 03 Apr 12:12
4aeccbb

Bugfixes

  • #12 Support union types as array items

2.0.2

Choose a tag to compare

@nicolaslt nicolaslt released this 01 Apr 11:14
a18850b

Bufixes

  • #11 Fix namespacing not inherited correctly

2.0.1

Choose a tag to compare

@nicolaslt nicolaslt released this 01 Apr 07:04

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

Choose a tag to compare

@nicolaslt nicolaslt released this 30 Mar 08:04
8ec68de

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

Choose a tag to compare

@nicolaslt nicolaslt released this 29 Mar 08:20
a699f7b

New Features

  • #9 Add seed option to support reproducible generation.

Bugfixes

  • #9 Fix generateDuration was generating an empty string

1.1.3

Choose a tag to compare

@nicolaslt nicolaslt released this 23 Oct 12:38
fda7fae

Bugfixes

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

1.1.2

Choose a tag to compare

@nicolaslt nicolaslt released this 16 Oct 08:17
f51efe0

Bugfixes

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