# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.1](https://github.com/gemini-testing/configparser/compare/v1.3.0...v1.3.1) (2022-09-27)

### Chores

* fix typings ([474eaeaf](https://github.com/gemini-testing/configparser/commit/474eaeaf067210aeafa2d9e936d52b09ca11e75e))

## [1.3.0](https://github.com/gemini-testing/configparser/compare/v1.2.0...v1.3.0) (2022-03-17)

### New Features

* **option:**  add ability to deprecate options ([7ea054ac](https://github.com/gemini-testing/configparser/commit/7ea054ac3851604f39b5d3d822a3dc5735f4dd49))

## [1.2.0](https://github.com/gemini-testing/configparser/compare/v1.1.1...v1.2.0) (2022-03-03)

### Chores

*  fix README ([5585d417](https://github.com/gemini-testing/configparser/commit/5585d417b0c9736939eaaa7f2db272667d378779))

### New Features

* **option:**  add new meta information to both validate and map callbacks ([df7c567d](https://github.com/gemini-testing/configparser/commit/df7c567d291b367930908e7b57992cb7940c849c))

### Tests

* **core:**  add new unit tests ([8d1bc090](https://github.com/gemini-testing/configparser/commit/8d1bc09052d47b798015a4d6ccc195434bae0817))

## [1.1.1](https://github.com/gemini-testing/configparser/compare/v1.1.0...v1.1.1) (2021-12-06)

### Bug Fixes

* **locator:**  fix argv parsing ([0e7c2f91](https://github.com/gemini-testing/configparser/commit/0e7c2f91be54f56793f43375d78dd763ebe6e818))

### Tests

* **locator:**  add new unit test ([e06ce4de](https://github.com/gemini-testing/configparser/commit/e06ce4de56ddc0f31e1fdced7ef9a4ee0865d270))

## [1.1.0](https://github.com/gemini-testing/configparser/compare/v1.0.1...v1.1.0) (2021-08-11)

### Features

* added typings ([c8d3663](https://github.com/gemini-testing/configparser/commit/c8d36636f8f9aa706a71e7fe1a9f978cf2d86df8))

## 1.0.0 - 2017-10-18

* Support only node@6+
* Do not use babel anymore
* Do not use `gemini_` as a default env prefix
* Added ability to set custom cli prefix

## 0.4.0 - 2017-08-02

* Update lodash version to 4.x

## 0.3.0 - 2016-09-07

* Added ability to specify environment prefix

## 0.2.0 - 2016-05-26

* Initial release
