# Changelog ## [0.2.0.1] - 2025-02-13 ### Added * `jsonObjectSchemaViaCodec` * `jsonObjectSchemaVia` * `validateObjectAccordingTo` ## [0.2.0.0] - 2024-07-26 ### Added * Support for `autodocodec >=0.4`. * The `IntegerSchema` constructor ### Changed * The `NumberSchema` now contains `Bounds Scientific`. ## [0.1.0.4] - 2024-06-23 ### Added * `Ord JSONSchema` * `Ord ObjectSchema` * `Ord KeyRequirement` ## [0.1.0.3] - 2023-01-18 ### Changed * Compatibility with `mtl-2.3.1` ## [0.1.0.2] - 2022-07-21 ### Added * Support for the `discriminatedUnionCodec` for discriminated unions in `autodocodec-0.2.0.0` ## [0.1.0.1] - 2022-04-26 ### Added * Compatibility with `aeson >= 2.0.0.0` ## [0.1.0.0] - 2021-12-21 ### Added * Support for `autodocodec-0.0.1.0`. ### Changed * `ChoiceSchema` has been split into `OneOfSchema` and `AnyOfSchema` ## [0.0.0.0] - 2021-11-19 First release.