Skip to content

Releases: medic/test-data-generator

v1.1.0

02 Oct 11:53
8254733
Compare
Choose a tag to compare

This release includes an important enhancement:

  • fix(#21): batch docwrites to minimize time spent on POST calls (#22)

Credits: @jkuester

v1.0.0

24 Jun 11:48
6edf540
Compare
Choose a tag to compare

This release includes:

Credits: @jkuester

v0.2.0

25 Jan 15:20
Compare
Choose a tag to compare

This release includes:

  • fix(#9) - Better parent association for deep hierarchies (#10)
  • feat(#4) - Improved validations and made errors useful (#8)
  • feat(#2) - Pass parent doc when getting new doc from design (#13)
  • fix(#12) - Create doc for one design at a time (#14)

Credits: @jkuester

v0.1.0

21 Jan 05:25
Compare
Choose a tag to compare

This release includes:

  • (#1) Update logic to load design from JS at runtime
    • Load the design logic from a custom file provided at runtime
    • Support being able to automatically associate reports with new contacts (when the report documents are contained in the children array for the parent contact)
  • (#5) Automatically append /medic to the end of the COUCH_URL
  • (#6) Add a way to create 10k+ users with telemetry docs

Credits: @jkuester