Current section

Files

Jump to
sanity CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
# v0.8.0 (2022-03-12)
- Add `Sanity.atomize_and_underscore/1` ([#48](https://github.com/balexand/sanity/pull/48))
# v0.7.0 (2022-03-12)
- Add `Sanity.result!/1` function ([#47](https://github.com/balexand/sanity/pull/47))
- Run dialyzer on CI and update supported Elixir versions ([#46](https://github.com/balexand/sanity/pull/46))
# v0.6.1 (2021-12-15)
- Relax version requirement for `nimble_options` dependency ([#37](https://github.com/balexand/sanity/pull/37))
# v0.6.0 (2021-05-25)
- Drop `get_document` and `get_documents` functions ([#22](https://github.com/balexand/sanity/pull/22))
- Update matrix of supported Elixir/Erlang versions ([#21](https://github.com/balexand/sanity/pull/21))
## v0.5.0 (2021-05-21)
- Support asset uploads ([#20](https://github.com/balexand/sanity/pull/20))
## v0.4.0 (2021-05-06)
- Support API versions ([#18](https://github.com/balexand/sanity/pull/18))
## v0.3.0 (2020-12-09)
- Initial Release