|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.16.0] |
| 4 | + |
| 5 | +**New**: |
| 6 | + |
| 7 | +* [#534](https://github.com/alecthomas/voluptuous/pull/534): Support requiring `anyOf` a list of keys |
| 8 | + |
| 9 | +**Fixes**: |
| 10 | + |
| 11 | +* [#523](https://github.com/alecthomas/voluptuous/pull/523): Allow Generators for `vol.In` |
| 12 | +* [#524](https://github.com/alecthomas/voluptuous/pull/524): Fix bug with `Any` validator and `REMOVE_EXTRA` |
| 13 | + |
| 14 | +**Changes**: |
| 15 | + |
| 16 | +* [#530](https://github.com/alecthomas/voluptuous/pull/530): Add comprehensive tests for `humanize.py` module |
| 17 | + |
3 | 18 | ## [0.15.2] |
4 | 19 |
|
5 | 20 | **Fixes**: |
6 | 21 |
|
7 | | -* [522](https://github.com/alecthomas/voluptuous/pull/522) Fix regression with ALLOW_EXTRA and `Any` validator |
| 22 | +* [522](https://github.com/alecthomas/voluptuous/pull/522): Fix regression with ALLOW_EXTRA and `Any` validator |
8 | 23 |
|
9 | 24 | ## [0.15.1] |
10 | 25 |
|
11 | 26 | **Fixes**: |
12 | 27 |
|
13 | | -* [515](https://github.com/alecthomas/voluptuous/pull/515) Fix `Remove` not removing keys that do not validate |
14 | | -* [516](https://github.com/alecthomas/voluptuous/pull/516) Improve validator typing to allow non-number formats for min and max |
15 | | -* [517](https://github.com/alecthomas/voluptuous/pull/517) Remove `Maybe` validator typing |
16 | | -* [518](https://github.com/alecthomas/voluptuous/pull/518) Use typing.Container for `In` validator |
17 | | -* [519](https://github.com/alecthomas/voluptuous/pull/519) Don't enforce type for unused description attribute |
18 | | -* [521](https://github.com/alecthomas/voluptuous/pull/521) Type schema attribute as `Any` |
| 28 | +* [515](https://github.com/alecthomas/voluptuous/pull/515): Fix `Remove` not removing keys that do not validate |
| 29 | +* [516](https://github.com/alecthomas/voluptuous/pull/516): Improve validator typing to allow non-number formats for min and max |
| 30 | +* [517](https://github.com/alecthomas/voluptuous/pull/517): Remove `Maybe` validator typing |
| 31 | +* [518](https://github.com/alecthomas/voluptuous/pull/518): Use typing.Container for `In` validator |
| 32 | +* [519](https://github.com/alecthomas/voluptuous/pull/519): Don't enforce type for unused description attribute |
| 33 | +* [521](https://github.com/alecthomas/voluptuous/pull/521): Type schema attribute as `Any` |
19 | 34 |
|
20 | 35 | ## [0.15.0] |
21 | 36 |
|
|
58 | 73 | * [#470](https://github.com/alecthomas/voluptuous/pull/470): Fix a few code comment typos |
59 | 74 | * [#472](https://github.com/alecthomas/voluptuous/pull/472): Change to SPDX conform license string |
60 | 75 |
|
61 | | - |
62 | 76 | **New**: |
63 | 77 | * [#475](https://github.com/alecthomas/voluptuous/pull/475): Add typing information |
64 | 78 | * [#478](https://github.com/alecthomas/voluptuous/pull/478): Fix new type hint of schemas, for example for `Required('key')` |
|
0 commit comments