Current section
Files
Jump to
Current section
Files
simple_schema
CHANGELOG.md
CHANGELOG.md
# Changelog
## 1.1.6
- Add `:struct_converter` global opts in `SimpleSchema.Schema.to_json_schema/2` to convert to any JSON like `{"$ref", "#/schemas/MyStruct1"}`.
- Add `.tool-version` file for [asdf](https://github.com/asdf-vm/asdf).
- Update dependencies
## 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.