Skip to content

v1.0.4

Compare
Choose a tag to compare
@Alan-Cha Alan-Cha released this 17 Jun 21:11
· 61 commits to master since this release
  • Fix null provider bug
    • If no provider map is provided, then the query generator will generate a query with null as the value for all arguments. However, if a provider map is configured as { "____*": null }, the generator will break. Any provider that will give the value null` will break the generator. This has now been addressed.