# 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).

## Unreleased

## 0.12.2 - 2026-02-13
### Changed
- dependabot bump qs to 6.11.2 to 6.14.2
- dependabot bump js-yaml to 3.14.1 to 3.14.2

## 0.12.1 - 2024-09-24
### Fixed
- added typescript for fields
- corrected typescript for sort

## 0.12.0 - 2024-09-03
### Fixed
- added typescript def for keywords

## 0.11.4 - 2024-07-02
### Changed
- dependabot bump braces from 3.0.2 to 3.0.3

## 0.11.3 - 2023-10-19
### Changed
- dependabot bump @babel/traverse to 7.23.2

## 0.11.2 - 2023-09-04
### Added
- eslint

### Changed
- replaced mocha+chai with jest

### Fixed
- addressed eslint issues

## 0.11.1 - 2023-09-04
### Added
- Changelog

### Fixed
- Corrected export in typescript declaration
