# 1.0.6

- Fixes wrong link to github in package.json.

# 1.0.5

- Fixes wrong package name in installation instruction. From "typebox" to
  "@sinclair/typebox"

# 1.0.4

- Add correct 'schema' into the error message for each separate error.
  Previously only added the first 'schema'. [see](https://github.com/xddq/typebox-validation-util/pull/1)

# 1.0.3

- cache all schemas after first validation

# 1.0.2

- adds missing comment to validateData function

# 1.0.1

- fix wrong initial publish on npm, adapt paths in package.json

# 1.0.0

- initial setup of library
