Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 08:35
· 544 commits to develop since this release
0b7a93b

⚠ BREAKING CHANGES

  • if fetchData is called with a string, the output will be the value itself, not an object anymore.
  • if getData is called with a string, the output will be the value itself, not an object anymore.

Features

Expose schemas

⚠ BREAKING CHANGES

  • the output of getData is not an object anymore, but the value directly if the input is a string.
  • if fetchData is called with a string, the output will be the value itself, not an object anymore.

Features

  • add schemas at the root and improve docs (#121) (e37fb39)
  • change the output of getData for string input (3592c1b)