Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 31, 2024
1 parent 89d3855 commit 88beac7
Show file tree
Hide file tree
Showing 8 changed files with 651 additions and 605 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

- BREAKING:
- Rename `shadow_attrs` argument to `forward_attrs`.
- Enforce that the same object is not added multiple times to one parent.
- Enforce that the same object instance is not added multiple times to one parent.
- Rename `GenericNodeData` to `DictWrapper` and remove support for attribut access.
- Drop support for Python 3.8
- mermaid: change mapper signatures and defaults
- tree.to_rdf() is now available for Tree (not only TypedTree).
- New method `node.up()` allows method chaining when adding nodes.
- Passes pyright 'typeCheckingMode = "standard"'
- Pass pyright 'typeCheckingMode = "standard"'.
- Use generic typing for improved type checking.

## 0.9.0 (2024-09-12)

Expand Down
Loading

0 comments on commit 88beac7

Please sign in to comment.