Skip to content

Releases: projectfluent/python-fluent

fluent 0.4.2 (September 11, 2017)

Pre-release

Choose a tag to compare

@stasm stasm released this 29 Nov 14:08
  • Add an intermediate Placeable node for Expressions within Patterns.

    This allows storing more precise information about the whitespace around
    the placeable's braces.

    See projectfluent/fluent#52.

  • Serializer: Add newlines around standalone comments.

fluent 0.4.1 (June 27, 2017)

Pre-release

Choose a tag to compare

@stasm stasm released this 29 Nov 14:07
  • Add BaseNode.equals for deep-equality testing.

    Nodes are deeply compared on a field by field basis. If possible, False is
    returned early. When comparing attributes, tags and variants in
    SelectExpressions, the order doesn't matter. By default, spans are not
    taken into account. Other fields may also be ignored if necessary:

    message1.equals(message2, ignored_fields=['comment', 'span'])

fluent 0.4.0 (June 13, 2017)

Pre-release

Choose a tag to compare

@stasm stasm released this 29 Nov 14:06
fluent 0.4.0