# 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]

### Added

- Add `replaceObjectField`
- Add `valueToJSON`
- Add `stringify`
- Add `objectify`

## [1.0.0] - 2022-06-06

### Added

- Add `replaceObjectField`
- Add `valueToJSON`
- Add `stringify`
- Add `objectify`

## [1.1.0] - 2022-06-07

### Added

- Add `deleteField`

## [1.1.1] - 2022-06-08

### Bugfix

- Fix `replaceObjectField` recursive method

## [1.2.0] - 2022-06-21

### Added

- Add `clearEmptyValue`
