Skip to content

fluent.syntax 0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@stasm stasm released this 25 Mar 16:49
  • 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