Skip to content

v0.3.1

Compare
Choose a tag to compare
@jlevers jlevers released this 21 Jun 21:12
· 42 commits to main since this release

Added

  • Ability to correct for Walmart JSON model issues via the resources/schema-corrections.json file, which is merged against the official schema when we're done doing all our other modifications to it

Fixed

  • Reformatted return types for API endpoints that return arrays from ResponseType[] to array
  • Changed ItemsApi::getAnItem return type from ItemResponseJson (what Walmart says it's supposed to be) to ItemResponses (what it actually is)

Full Changelog: v0.3.0...v0.3.1