# Changelog

## v0.5.0

### Backwards-Incompatible Changes

* Move all functions from `TestThatJson.Assertions` into `TestThatJson.Helpers` and remove `TestThatJson.Assertions`. To upgrade, replace all references to `TestThatJson.Assertions` with `TestThatJson.Helpers`.


## v0.2.0

* Implement `has_json_type` and `has_json_size`
