|
1 | 1 | # 1.0.0 (2024-03-26) |
2 | 2 |
|
3 | 3 |
|
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* __dirname issue ([3f6b4b1](https://github.com/banshee86vr/helm-schema/commit/3f6b4b19e7164f0a742741ff01ae596b90880b19)) |
| 7 | +* allow multiple types ([4028c6b](https://github.com/banshee86vr/helm-schema/commit/4028c6b08dd5a27e03daeb394709973c6397f67c)) |
| 8 | +* build ([d6ee08e](https://github.com/banshee86vr/helm-schema/commit/d6ee08ee9a816693945661fda582af5c7cd25da2)) |
| 9 | +* default schema version ([0e23a57](https://github.com/banshee86vr/helm-schema/commit/0e23a573daa502a6b3dbde5e35e88931f39c38bf)) |
| 10 | +* demo ([906ec06](https://github.com/banshee86vr/helm-schema/commit/906ec06ffd528d1972d5cc89a4dd02dcb09fedf9)) |
| 11 | +* demo ([166e396](https://github.com/banshee86vr/helm-schema/commit/166e396f22f0ebd4450fb1bb3e358a89ebe22197)) |
| 12 | +* demo update ([11488e6](https://github.com/banshee86vr/helm-schema/commit/11488e65149f531bbddb6fabb8a0a832c99aa033)) |
| 13 | +* editor ([5dbe4b4](https://github.com/banshee86vr/helm-schema/commit/5dbe4b4778fd33262b3186c6133c13b3df271e5f)) |
| 14 | +* fix online demo ([8450cb0](https://github.com/banshee86vr/helm-schema/commit/8450cb05549219659f442b7428875347949e0542)) |
| 15 | +* handle array definitions ([#16](https://github.com/banshee86vr/helm-schema/issues/16)) ([f281eb6](https://github.com/banshee86vr/helm-schema/commit/f281eb67e9c968863b0eb9e373ef5dde1d300d41)) |
| 16 | +* release ([c557db2](https://github.com/banshee86vr/helm-schema/commit/c557db2cd8605cbb7a94b825a9566ef191e4efd3)) |
| 17 | +* skip empty defaults ([#8](https://github.com/banshee86vr/helm-schema/issues/8)) ([e42303a](https://github.com/banshee86vr/helm-schema/commit/e42303a45a85b946627a097acd9d61c388c662fa)) |
| 18 | +* snaps ([25c3e9c](https://github.com/banshee86vr/helm-schema/commit/25c3e9cabbb84404f5fad65dd134cab4365137e0)) |
| 19 | +* test ([84b2d6f](https://github.com/banshee86vr/helm-schema/commit/84b2d6f038eb725b1adb9f2b0ecb24e01576e201)) |
| 20 | +* use schema.title ([ff454e4](https://github.com/banshee86vr/helm-schema/commit/ff454e43205aa184aaeb5b12913f7b9864ca07e5)) |
| 21 | + |
| 22 | + |
| 23 | +### Features |
| 24 | + |
| 25 | +* add external refs parsing ([#7](https://github.com/banshee86vr/helm-schema/issues/7)) ([67501e9](https://github.com/banshee86vr/helm-schema/commit/67501e95276b192ee2f8044bbf482637c5d74715)) |
| 26 | +* Add package cicd ([#4](https://github.com/banshee86vr/helm-schema/issues/4)) ([208af01](https://github.com/banshee86vr/helm-schema/commit/208af018478190421f4865ebc18cb6a2475ba867)) |
| 27 | +* add support for enum and pattern ([#1](https://github.com/banshee86vr/helm-schema/issues/1)) ([12bd374](https://github.com/banshee86vr/helm-schema/commit/12bd3748ee556ca0cfdf66944c65a3e1525c9f7e)) |
| 28 | +* add support to integer ranges ([#2](https://github.com/banshee86vr/helm-schema/issues/2)) ([bf14f6b](https://github.com/banshee86vr/helm-schema/commit/bf14f6bf6685e6b1599f820becfe1f4f00a48b25)) |
| 29 | +* add support to string length limits ([#3](https://github.com/banshee86vr/helm-schema/issues/3)) ([5f48e93](https://github.com/banshee86vr/helm-schema/commit/5f48e938297a9b391d8cff2ed6b6f21ebcb5ba22)) |
| 30 | +* Add use cases to the demo ([6dffe8f](https://github.com/banshee86vr/helm-schema/commit/6dffe8f75ab7d286c72b089141f5e24588cf41fe)) |
| 31 | +* multiline comments ([#3](https://github.com/banshee86vr/helm-schema/issues/3)) ([ead6c30](https://github.com/banshee86vr/helm-schema/commit/ead6c306c8677df10acf7bfdcefc09c46d0651b1)) |
| 32 | + |
| 33 | +# 1.0.0 (2024-03-26) |
| 34 | + |
| 35 | + |
4 | 36 | ### Bug Fixes |
5 | 37 |
|
6 | 38 | * __dirname issue ([3f6b4b1](https://github.com/banshee86vr/helm-schema/commit/3f6b4b19e7164f0a742741ff01ae596b90880b19)) |
|
0 commit comments