# Changelog

## 1.1.5

- Add `:unique_items` restriction for array simple schema.

## 1.1.4

- Update dependencies

## 1.1.3

- `SimpleSchema.Type.json_to_struct/3` and `SimpleSchema.Type.struct_to_json/3` can be nullable.

## 1.1.2

- Update dependencies

## 1.1.1

- `SimpleSchema.Type.DateTime` can be nullable.

## 1.1.0

- Add `:tolerant` option to allow non-specified keys.

## 1.0.3

- Apply elixir formatter
- Update dependencies

## 1.0.2

- Implement `:default` opts to map schema.
- Update documents.
