Skip to content

Commit 71c3c7d

Browse files
author
Sylvain MARIE
committed
1.3.0 changelog
1 parent fa21729 commit 71c3c7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/changelog.md

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

3+
### 1.3.0 - Support for Forward references, PEP563 and class-level access
4+
5+
- String forward references in type hints, and PEP563 behaviour, is now supported. When this case happense, the type hint resolution is delayed until the field is first accessed. Fixes [#73](https://github.com/smarie/python-pyfields/issues/73)
6+
7+
- Accessing a field definition from a class directly is now enabled, since PyCharm [fixed their autocompletion bug](https://youtrack.jetbrains.com/issue/PY-38151). Fixes [#12](https://github.com/smarie/python-pyfields/issues/12)
8+
9+
310
### 1.2.0 - `getfields` improvements and new `get_field_values`
411

512
- `getfields` can now be executed on an instance, and provides a `public_only` option. Fixes [#69](https://github.com/smarie/python-pyfields/issues/69)

0 commit comments

Comments
 (0)