# pretty-proptypes

## 0.8.1

### Patch Changes

- [`68bcec6`](https://github.com/atlassian/extract-react-types/commit/68bcec67728218b861fedb99c735a5ddc062ee53) [#152](https://github.com/atlassian/extract-react-types/pull/152) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Added a safe bail-out for when extract-react-types encounters an unsupported keyword or syntax.
  In that case, the type will be output as a raw string and summary type will be `raw`.

## 0.8.0

### Minor Changes

- [`d1115ee`](https://github.com/atlassian/extract-react-types/commit/d1115eecdeedda23caa558f253ee4f769e3f0606) [#126](https://github.com/atlassian/extract-react-types/pull/126) Thanks [@pgmanutd](https://github.com/pgmanutd)! - add typeQuery converter

## 0.7.3

### Patch Changes

- Updated dependencies [[`99f6c8a`](https://github.com/atlassian/extract-react-types/commit/99f6c8a1cd0c41091caa870d233b34c0500b0565), [`849c979`](https://github.com/atlassian/extract-react-types/commit/849c979faf91b6b1f24a85ce267698639e4caeb8)]:
  - extract-react-types@0.24.0

## 0.7.2

- Updated dependencies [acb8499](https://github.com/atlassian/extract-react-types/commit/acb8499):
  - extract-react-types@0.23.0

## 0.7.1

### Patch Changes

- [`6827845`](https://github.com/atlassian/extract-react-types/commit/68278457981fc557dc470f79ca56b686814c3e21) Thanks [@Noviny](https://github.com/Noviny)! - Fix build from previous release

## 0.7.0

### Minor Changes

- [`dc667b4`](https://github.com/atlassian/extract-react-types/commit/dc667b45277ca0440f67f24051e1d0ada07f5e4d) [#101](https://github.com/atlassian/extract-react-types/pull/101) Thanks [@chasestarr](https://github.com/chasestarr)! - Export the `converters` object as a named export.

## 0.6.3

### Patch Changes

- [patch][52e37e6](https://github.com/atlassian/extract-react-types/commit/52e37e6):
  Introduces flag "EXTRACT_REACT_TYPES_HIDE_ERRORS" to suppress errors

- Updated dependencies [dc4b719](https://github.com/atlassian/extract-react-types/commit/dc4b719):
  - extract-react-types@0.22.0

## 0.6.2

- Updated dependencies [dc4b719](https://github.com/atlassian/extract-react-types/commit/dc4b719):
  - extract-react-types@0.21.0

## 0.6.1

### Patch Changes

- [patch][e6cc1f5](https://github.com/atlassian/extract-react-types/commit/e6cc1f5):
  Remove dangerous debug code that broke everything

## 0.6.0

### Minor Changes

- [minor][533d172](https://github.com/atlassian/extract-react-types/commit/533d172):
  Add support for opaque types

## 0.5.6

- Updated dependencies [d232e30](https://github.com/atlassian/extract-react-types/commit/d232e30):
  - extract-react-types@0.19.0

## 0.5.5

- Updated dependencies [907688c](https://github.com/atlassian/extract-react-types/commit/907688c):
  - extract-react-types@0.18.0

## 0.5.4

### Patch Changes

- [patch][287e4b4](https://github.com/atlassian/extract-react-types/commit/287e4b4):
  - Updated build to use preconstruct (this shouldn't affect usage, but calling this out just in case)
- [patch][4b3b4a4](https://github.com/atlassian/extract-react-types/commit/4b3b4a4):

  - Add logicalExpression converter

- Updated dependencies [e682bbb](https://github.com/atlassian/extract-react-types/commit/e682bbb):
  - extract-react-types@0.17.0

## 0.5.3

- [patch][e401ba8](https://github.com/atlassian/extract-react-types/commit/e401ba8):
  - Add converter for typeCastExpression

## 0.5.2

- Updated dependencies [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
- Updated dependencies [8f04dad](https://github.com/atlassian/extract-react-types/commit/8f04dad):
- Updated dependencies [6bc521c](https://github.com/atlassian/extract-react-types/commit/6bc521c):
  - extract-react-types@0.16.0

## 0.5.1

Thanks [Michael Blaszczyk](https://github.com/Blasz) for these contributions!

- Add converters for typeParam and typeParamsDeclaration
- Add reduceToObj function - previously this lived in pretty-proptypes

## 0.5.0

- Add new converters for export and exportSpecifier types
- Modernize dependent version of extract-react-types
