## [1.1.4](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.1.3...v1.1.4) (2023-12-15)


### Bug Fixes

* type error can't read nodeType of null ([3cd3e3d](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/3cd3e3d3c656783620c50dcf01c5dbc84b659e7f))

## [1.1.3](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.1.2...v1.1.3) (2023-09-11)


### Bug Fixes

* export ShalllowJSONOptions too ([b44988b](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/b44988b05ef76e501259966b5afdf4a626569294))

## [1.1.2](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.1.1...v1.1.2) (2023-06-22)


### Bug Fixes

* children maybe any primitive ([18f145d](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/18f145d693fe17e9b9d7afdac6967b6025355120))

## [1.1.1](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.1.0...v1.1.1) (2023-06-22)

# [1.1.0](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.0.6...v1.1.0) (2023-06-22)


### Features

* skip root component by default ([047c9a5](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/047c9a5155b70ed084cefcd4bbd8fb99a1990f74))

## [1.0.6](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.0.5...v1.0.6) (2023-04-23)


### Bug Fixes

* remove console log ([410f63c](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/410f63c88bd5499e0b1b74b96f25c22b1fdcf075))
* remove custom JSON childrens type ([68d1d5c](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/68d1d5c6d7ea86c3d25d7eb320096cc64adeff2f))
* shallowJSON return type may be an array ([261343b](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/261343b0dd94afcb7cbcc15e86b0e2e1091a1c72))

## [1.0.5](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.0.4...v1.0.5) (2023-04-20)


### Bug Fixes

* flatten nested children ([db51739](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/db51739001a1a844408ca37519625c43aea01bb7))

## [1.0.4](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.0.3...v1.0.4) (2023-04-19)


### Bug Fixes

* call mapTrees directly by shallowJSON ([e95fffc](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/e95fffc2e401d4bb159661aa36e64213739b43ad))

## [1.0.3](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.0.2...v1.0.3) (2023-04-17)

## [1.0.2](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.0.1...v1.0.2) (2023-04-17)


### Bug Fixes

* add ref prop ([fe39915](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/fe399152b874bb1710a3ef61d307f3d3c38b7338))

## [1.0.1](https://github.com/AndyOGo/react-test-renderer-shallow-json/compare/v1.0.0...v1.0.1) (2023-04-17)


### Bug Fixes

* add key prop of children ([9bd258c](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/9bd258cdd06020723ed84db8aedb98ff0d6407b4))

# 1.0.0 (2023-04-17)


### Bug Fixes

* add forwardRef support ([c1b6120](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/c1b6120a1b0737e9ffd5e8f044341714088e7590))
* add support for context displayName ([7ff2cf5](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/7ff2cf564f6339e2ce50d2db8c47e12e74430772))
* decrement depth in shallowJSON+ ([bdff114](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/bdff114eaeb3060f0e1e08a2538597625075004e))
* still traverse children if rendered depth is reached ([8d274af](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/8d274afb575916d5c90816f8d4238417cd5fb598))
* support exotic components ([a6a09f6](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/a6a09f675daaa0f9f09da5732d137e8ec3d1f14e))
* support symbolic type like fragments ([363def7](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/363def7912f82f2c588bc790e761616c0638ba54))


### Features

* implement shallow JSON snapshot ([500672a](https://github.com/AndyOGo/react-test-renderer-shallow-json/commit/500672abe7daeb5624b8d4f4ab3af844706b6c00))
