Skip to content

3.27.0

Compare
Choose a tag to compare
@DrRataplan DrRataplan released this 18 Aug 13:32
· 85 commits to master since this release

Fixed issues

  • PathExpressions ending with a map lookup no longer annotate themselves as a map lookup. This fixes a rare static typing error that was unjustified.
  • Traces from compiled scripts give a correct position again

New features

  • Thanks to @rebp, we now have a minimal implementation of format-number! For now, only the A/a/I/i picture strings are supported!
  • Trace messages with elements in them now output the element's XML, assuming the serializer argument is passed.