# Changelog

## v2.3.0 - 2020-10-25

- Export the `ValidationIssue` type

## v2.2.0 - 2020-10-24

- Add support for loose object validation (allow additional properties)

## v2.1.4 - 2020-07-23

- Update package README

## v2.1.3 - 2020-07-23

- Fix issue where `assert` was missing `asserts` type modifier

## v2.1.2 - 2020-07-11

- Fix issue where `assert` did not throw on error

## v2.1.1 - 2020-07-11

- Fix issue that caused all optional object properties to be required

## v2.1.0 - 2020-06-19

- Set the default generic value of `ObjectType` to `ObjectProperties`, export `ObjectProperties`

## v2.0.0 - 2020-06-16

- Rewrite of library, added greatly increased type coverage and significantly simpler type inference. See documentation, many API methods are renamed.

## v1.1.0 - 2020-06-10

- Use TypeScript assert type for `validateOrThrow`

## v1.0.0 - 2020-06-09

- Initial release
