Skip to content

Commit 88bec75

Browse files
author
Sylvain MARIE
committed
0.9.0 changelog
1 parent f7b9d93 commit 88bec75

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### 0.9.0 - Converters
4+
5+
**converters**
6+
7+
- Fields can now be equipped with converters by using `field(converters=...)`. Fixes [#5](https://github.com/smarie/python-pyfields/issues/5)
8+
- New method `trace_convert` to debug conversion issues. It is available both as an independent function and as a method on `Field`. Fixes [#31](https://github.com/smarie/python-pyfields/issues/31)
9+
- New decorator `@<field>.converter` to add a converter to a field. Fixed [#28](https://github.com/smarie/python-pyfields/issues/28).
10+
11+
**misc**
12+
13+
- The base `Field` class is now exposed at package level.
14+
315
### 0.8.0 - PEP484 support
416

517
**PEP484 type hints support**

0 commit comments

Comments
 (0)