json.macro
Version:
Directly load json files into your code via babel macros.
63 lines (28 loc) • 2.49 kB
Markdown
## [1.3.0](https://github.com/ifiokjr/json.macro/compare/v1.2.4...v1.3.0) (2020-05-09)
### Features
* add `writeJson` method ([#2](https://github.com/ifiokjr/json.macro/issues/2)) ([6918107](https://github.com/ifiokjr/json.macro/commit/6918107a2fd9ac74e06e01f33d5143e10a403479))
### [1.2.4](https://github.com/ifiokjr/json.macro/compare/v1.2.3...v1.2.4) (2020-05-08)
### Bug Fixes
* `_temp` undefined error in projects ([5b3090d](https://github.com/ifiokjr/json.macro/commit/5b3090d4198f75d7d631066c4bc2180ae961be28))
### [1.2.3](https://github.com/ifiokjr/json.macro/compare/v1.2.2...v1.2.3) (2020-05-08)
### Bug Fixes
* remove postinstall hook causing installation failures ([e40e282](https://github.com/ifiokjr/json.macro/commit/e40e282e16cb1c21315c688d69ad2d337ea0946c))
### [1.2.2](https://github.com/ifiokjr/json.macro/compare/v1.2.1...v1.2.2) (2020-05-08)
### Bug Fixes
* semantic version object type for `getVersion` ([e4ce973](https://github.com/ifiokjr/json.macro/commit/e4ce9739dfae6929b79a7ae47ab4a898a8e1f27e))
### [1.2.1](https://github.com/ifiokjr/json.macro/compare/v1.2.0...v1.2.1) (2020-05-07)
### Bug Fixes
* remove incorrect `loadJsonPath` typescript type ([eed13f5](https://github.com/ifiokjr/json.macro/commit/eed13f5273cf0a45c99f011c812752489ac0352f))
## [1.2.0](https://github.com/ifiokjr/json.macro/compare/v1.1.0...v1.2.0) (2020-05-07)
### Features
* add path getter to `loadJson` method for picking desired property ([15320a7](https://github.com/ifiokjr/json.macro/commit/15320a7cb629d8ea5f8e1ff623d672c326899db7))
* allow chaining of methods by wrapping in parentheses ([531fa1f](https://github.com/ifiokjr/json.macro/commit/531fa1ffb80209bbd978f59b59b98482c547e1e0)), closes [#1](https://github.com/ifiokjr/json.macro/issues/1)
## [1.1.0](https://github.com/ifiokjr/json.macro/compare/v1.0.0...v1.1.0) (2020-05-07)
### Features
* add `getVersion` method ([aee9892](https://github.com/ifiokjr/json.macro/commit/aee9892c29a0ca3eb310c3af43794a021db3ace5))
* re-export `TsConfigJson` and `PackageJson` types from `json.macro/types` ([98003e4](https://github.com/ifiokjr/json.macro/commit/98003e46f87fb3e78df8b04684a8775afa823fd8))
### Bug Fixes
* missing types in published package ([fc5dabe](https://github.com/ifiokjr/json.macro/commit/fc5dabe0acf0fc87cd0b9063b367b853db6c86b1))
## 1.0.0 (2020-05-07)
### Features
* initial commit ([8eee3a8](https://github.com/ifiokjr/json.macro/commit/8eee3a8e4f290b14effb0c7090e66b8afee1a976))