fluent.syntax 0.13.0
Pre-release
Pre-release
-
Make
BaseNode.equals
stricter when comparing lists.Starting from this version,
BaseNode.equals
now takes the order of
variants and attributes into account when comparing two nodes. -
Remove
FluentSerializer.serialize_expression
.The stateless equivalent can still be imported from
fluent.syntax.serializer
:from fluent.syntax.serializer import serialize_expression