# Changelog

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

## [0.2.4] - 2025-03-24

### Changed

- Fixed a bug where root level $ref's were not being resolved correctly

## [0.2.3] - 2025-03-19

### Changed

- Documentation typos

### Added

- Benchmarking tests for $merge

## [0.1.2] - 2025-03-07

### Added

- $merge support - see README for more information

## [0.1.1] - 2025-02-26

### Added

- Added support for $id, $ref and $defs - https://json-schema.org/understanding-json-schema/structuring
- Added support for not - https://json-schema.org/understanding-json-schema/reference/combining#not

## [0.0.19] - 2025-02-26

### Added

- Added support for applying defaults with anyOf/oneOf and tests

### Changed

- Minor code refactoring for better readability

## [0.0.18] - 2025-02-20

### Added

- Constant values support https://json-schema.org/understanding-json-schema/reference/const
- CHANGELOG.md file
