# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

### [2.2.8](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.2.7...zod-openapi-2.2.8) (2025-04-04)


### Bug Fixes

* Use AnatineSchemaObject in openapi extension method ([cbf5985](https://github.com/anatine/zod-plugins/commit/cbf59851ed2ce9dbd0c0230fa2ad4cd3844746ae))

### [2.2.7](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.2.6...zod-openapi-2.2.7) (2025-01-20)

### [2.2.6](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.2.5...zod-openapi-2.2.6) (2024-06-21)

### [2.2.5](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.2.4...zod-openapi-2.2.5) (2024-03-20)

### [2.2.4](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.2.3...zod-openapi-2.2.4) (2024-03-19)

### [2.2.3](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.2.2...zod-openapi-2.2.3) (2024-01-23)


### Bug Fixes

* **zod-openapi:** do not mutate original schema with extendApi ([6684ca6](https://github.com/anatine/zod-plugins/commit/6684ca6b54e49afc1ccedc701e9b7e289e2e9b42))

### [2.2.2](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.2.1...zod-openapi-2.2.2) (2023-12-15)

### [2.2.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.2.0...zod-openapi-2.2.1) (2023-10-31)

## [2.2.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.1.0...zod-openapi-2.2.0) (2023-08-22)


### Features

* parse ZodPipeline ([b3e6cb7](https://github.com/anatine/zod-plugins/commit/b3e6cb77766c23326b0ffce8f62102d3096d28e2))

## [2.1.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.0.1...zod-openapi-2.1.0) (2023-08-03)


### Features

* hide definitions purposal ([469a22a](https://github.com/anatine/zod-plugins/commit/469a22ad933c9ea220b221e9d4b9fe42b63aa4f2))

### [2.0.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-2.0.0...zod-openapi-2.0.1) (2023-06-30)

## [2.0.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.14.2...zod-openapi-2.0.0) (2023-06-30)


### Bug Fixes

* PeerDeps updates ([7812c60](https://github.com/anatine/zod-plugins/commit/7812c6048b19430424b69720bbd98726dc863bf3))

### [1.14.2](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.14.1...zod-openapi-1.14.2) (2023-06-16)

### [1.14.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.14.0...zod-openapi-1.14.1) (2023-06-16)

## [1.14.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.13.0...zod-openapi-1.14.0) (2023-05-23)


### Features

* Dep updates ([156b026](https://github.com/anatine/zod-plugins/commit/156b026391eba70c00df8b0f96ec402db1ceed4c))
* **zod-openapi:** add option to use extension-method on zod ([fe26a3e](https://github.com/anatine/zod-plugins/commit/fe26a3ed3a0f9a8d62d65ad43b34a7091268aec7))

## [1.13.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.12.0...zod-openapi-1.13.0) (2023-05-13)


### Features

* **zod-openapi:** add support for branded types ([3df8e00](https://github.com/anatine/zod-plugins/commit/3df8e00dd9ed602e6a0b44e9c4b2d7fec4f89607))

### [1.12.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.12.0...zod-openapi-1.12.1) (2023-04-23)

## [1.12.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.11.1...zod-openapi-1.12.0) (2023-01-17)


### Features

* set additionalProperties to false if strict ([80c7012](https://github.com/anatine/zod-plugins/commit/80c7012922bb4b1a59a5b96d0b5680e7cc436976))


### Bug Fixes

* **zod-openapi:** no empty required to conform to OpenApi 3.0 ([5d7731e](https://github.com/anatine/zod-plugins/commit/5d7731e3ae8b457664f2a750274005d0a5a50f7f))

### [1.11.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.11.0...zod-openapi-1.11.1) (2023-01-01)

## [1.11.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.10.0...zod-openapi-1.11.0) (2022-12-12)


### Features

* Updated Dependencies ([ad8cfc8](https://github.com/anatine/zod-plugins/commit/ad8cfc8fa40ca32736dbfb0d8906569d2a626cbe))


### Bug Fixes

* Open API Min/Max length for string and arrays ([b780138](https://github.com/anatine/zod-plugins/commit/b78013862285b5e7f1c336db26dcf2f5bc356f51))

## [1.10.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.7...zod-openapi-1.10.0) (2022-10-05)


### Features

*  Support for Zod `describe()` in OpenAPI Schema ([e743f8d](https://github.com/anatine/zod-plugins/commit/e743f8d18b71ded62863c3f8c22db4be2b576479))
* Support for @Param() in @anatine/zod-nestjs ([ba00144](https://github.com/anatine/zod-plugins/commit/ba001444d3554695fe6db6b0d449f03351d65c48))

## [1.9.8](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.7...zod-openapi-1.9.8) (2022-08-16)



## [1.9.7](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.6...zod-openapi-1.9.7) (2022-08-05)



### [1.9.6](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.5...zod-openapi-1.9.6) (2022-07-26)

### [1.9.5](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.4...zod-openapi-1.9.5) (2022-07-26)

## [1.9.4](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.3...zod-openapi-1.9.4) (2022-07-26)



## [1.9.3](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.2...zod-openapi-1.9.3) (2022-07-26)


### Bug Fixes

* missing readme ([581e371](https://github.com/anatine/zod-plugins/commit/581e37112c223782759635ae34937a0dfa664dc9))
* more readme fixes ([ed36d93](https://github.com/anatine/zod-plugins/commit/ed36d935dc6bb93ab35b5212e966130ff3ba9838))



## [1.9.2](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.1...zod-openapi-1.9.2) (2022-07-24)


### Bug Fixes

* Missing README after refactor ([00ceb10](https://github.com/anatine/zod-plugins/commit/00ceb10be8251c6be2a83e64a9a8cd6116451938))



## [1.9.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.0...zod-openapi-1.9.1) (2022-07-24)



# [1.9.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.8.0...zod-openapi-1.9.0) (2022-07-24)


### Bug Fixes

* release pipeline ([bb0ad83](https://github.com/anatine/zod-plugins/commit/bb0ad836a954659b778f1181dff4fe99daf35447)), closes [PR#46](https://github.com/PR/issues/46)



# [1.8.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.7.0...zod-openapi-1.8.0) (2022-07-24)



# [1.7.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.6.2...zod-openapi-1.7.0) (2022-07-14)



## [0.1.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-0.1.0...zod-openapi-0.1.1) (2022-07-14)



# 0.1.0 (2022-07-14)


### Bug Fixes

* Adding in new release githuib actions ([29a2455](https://github.com/anatine/zod-plugins/commit/29a2455161f7021df9f933d0d8b200a08fe31fde))
* change `regex` to `pattern` to match OpenAPI spec ([d65c755](https://github.com/anatine/zod-plugins/commit/d65c755aeef95ff19b1b767ec7018ac44be3c83f))
* **oapi:** proper parsing for records ([c42b1fd](https://github.com/anatine/zod-plugins/commit/c42b1fd8f3e39fbcdd9b5f89561723388fc2232c))
* Update to new code deps ([d771c4b](https://github.com/anatine/zod-plugins/commit/d771c4b2b026635a6704eeb1fca80dd2f2e5e8e8))
* **zod-openapi:** support unknown record value types ([66179d7](https://github.com/anatine/zod-plugins/commit/66179d736599d8f300afef936d3e776ca5ea488f))


### Features

* add `multipleOf` for numbers ([e0adc46](https://github.com/anatine/zod-plugins/commit/e0adc467bf5eb79ae8b37e2c9818af2c62e23568))
* add format for `cuid` strings ([ee1fd8a](https://github.com/anatine/zod-plugins/commit/ee1fd8ae5ba456d0ad4744fcf6de38289cf26b53))
* **oapi:** add array constraints ([88987f4](https://github.com/anatine/zod-plugins/commit/88987f432fbd7657dff77f0a3b377d2757578101))
* **oapi:** add support for `.passthrough()` and `,catchall()` in schemas ([9c85421](https://github.com/anatine/zod-plugins/commit/9c85421fcd97ecca4f268ff2f180dcf99cea4ab3))
* **oapi:** add support for defaulted schemas ([a215b11](https://github.com/anatine/zod-plugins/commit/a215b110ccfad19c5fd5e7942df1c094eb7e953e))
* **openapi:** merge metadata ([513e0a6](https://github.com/anatine/zod-plugins/commit/513e0a6fc90e579f14ef9c89389001ea8b08c20e))
