tame-webpurify 0.1.2

Simple Rust client for the WebPurify REST API
Documentation
<!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading -->


# Changelog


All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.2] - 2023-05-31


## [0.1.2] - 2023-05-30

### Added

- [PR#9]https://github.com/EmbarkStudios/tame-webpurify/pull/9 Add coverage of error cases from api responses and tests for those
### Fixed
- [PR#7]https://github.com/EmbarkStudios/tame-webpurify/pull/7 Handle if Webpurify API response doesn't include `found` field.

## [0.1.1] - 2023-04-27

### Added

- [PR#3]https://github.com/EmbarkStudios/tame-webpurify/pull/3 Added response parsing functions `profanity_check_result` and `profanity_replace_result`.

## [0.1.0] - 2023-04-20

### Added

- Initial release - support for WebPurify `check` and `replace` methods

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios//compare/0.1.2...HEAD
[0.1.2]: https://github.com/EmbarkStudios//compare/0.1.2...0.1.2
[0.1.2]: https://github.com/EmbarkStudios/tame-webpurify/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/EmbarkStudios/tame-webpurify/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/EmbarkStudios/tame-webpurify/releases/tag/0.1.0