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

### [2.7.1](https://github.com/devtin/js-dir-into-json/compare/v2.7.0...v2.7.1) (2021-02-07)

## [2.7.0](https://github.com/devtin/js-dir-into-json/compare/v2.6.0...v2.7.0) (2021-01-27)


### Features

* introduce path transformer ([04db16d](https://github.com/devtin/js-dir-into-json/commit/04db16d2aeb30264852bfdda72ece6894a5fd895))

## [2.6.0](https://github.com/devtin/js-dir-into-json/compare/v2.5.1...v2.6.0) (2020-11-11)


### Features

* preserve virtuals (getters / setters) ([c58ed5d](https://github.com/devtin/js-dir-into-json/commit/c58ed5df2b5f8fdd78f175c3de88e8856c1bb78a))

### [2.5.1](https://github.com/devtin/js-dir-into-json/compare/v2.5.0...v2.5.1) (2020-09-03)

## [2.5.0](https://github.com/devtin/js-dir-into-json/compare/v2.4.1...v2.5.0) (2020-09-03)


### Features

* merge only plain objects ([7048be9](https://github.com/devtin/js-dir-into-json/commit/7048be985ed3d531366f11cb27f865e90c794b1d))

### [2.4.1](https://github.com/devtin/js-dir-into-json/compare/v2.4.0...v2.4.1) (2020-08-24)


### Bug Fixes

* prevent writing read-only props ([add7e48](https://github.com/devtin/js-dir-into-json/commit/add7e4829b4a8ed8b86586474f849b72ee8e8a2c))

## [2.4.0](https://github.com/devtin/js-dir-into-json/compare/v2.3.0...v2.4.0) (2020-08-20)


### Features

* esm support ([4b896dd](https://github.com/devtin/js-dir-into-json/commit/4b896ddbc5df1d50bb7d9f645150e4eef2100bba))

## [2.3.0](https://github.com/devtin/js-dir-into-json/compare/v2.2.0...v2.3.0) (2020-08-11)


### Features

* add esm module ([bb15637](https://github.com/devtin/js-dir-into-json/commit/bb156373b3898fa59351db27f738f9167aef048c))

## [2.2.0](https://github.com/devtin/js-dir-into-json/compare/v2.1.0...v2.2.0) (2020-08-11)


### Features

* export path2obj ([da596c9](https://github.com/devtin/js-dir-into-json/commit/da596c90bb083bfa60ab5b5b8d9c60640bcbf297))

## [2.1.0](https://github.com/devtin/js-dir-into-json/compare/v2.0.3...v2.1.0) (2020-08-04)


### Features

* add sync version ([3b46595](https://github.com/devtin/js-dir-into-json/commit/3b46595f0c25f1bec0b675bb0d43ccc871d71f64))

### [2.0.3](https://github.com/devtin/js-dir-into-json/compare/v2.0.2...v2.0.3) (2020-07-29)

### [2.0.2](https://github.com/devtin/js-dir-into-json/compare/v2.0.1...v2.0.2) (2020-07-29)

### [2.0.1](https://github.com/devtin/js-dir-into-json/compare/v2.0.0...v2.0.1) (2020-07-29)


### Bug Fixes

* unwrap default values ([7358259](https://github.com/devtin/js-dir-into-json/commit/7358259d76ce75732cd86f9a42d9a12c1a7f6dbc))

## [2.0.0](https://github.com/devtin/js-dir-into-json/compare/v1.0.0...v2.0.0) (2020-06-07)


### ⚠ BREAKING CHANGES

* remove esm support

### Features

* directory base to process.cwd() ([9545d8a](https://github.com/devtin/js-dir-into-json/commit/9545d8a07e0cd2cea0cd34e5fbcc1b431c453477))


### Bug Fixes

* remove esm support ([00bf4cf](https://github.com/devtin/js-dir-into-json/commit/00bf4cf7d842f31bed4eb0626ea7970aa844e654))

## 1.0.0 (2020-06-07)
