Skip to content

Commit

Permalink
Add changelogs for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bandesz committed Nov 8, 2018
1 parent b840988 commit 771662f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.13.0

BACKWARDS INCOMPATIBILITIES:

- The parsley.Evaluate function doesn't expect an evaluation context anymore, which was renamed to user context to make it more clear and can be set on parsley.Context
- Move ast.WalkNode to parsley.Walk
- The transform functions don't expect a NodeTransformer object anymore (the node transformation must be set on the interpreter)

IMPROVEMENTS:

- The evaluation context is called user context now and can be set on parsley.Context
- Proper recursive static checking (depth-first)
- Proper recursive node transformation support (breadth-first)
- The static checking and transformation are disabled by default and can be enabled on parsley.Context
- Add NodeTransformerRegistry interface

## 0.12.3

IMPROVEMENTS:
Expand Down

0 comments on commit 771662f

Please sign in to comment.