Skip to content

Release rstml v0.11.0

Compare
Choose a tag to compare
@vldm vldm released this 22 Jul 14:24
· 47 commits to main since this release

Chore

  • Clippy ci
  • Apply fmt fixes
  • Add tests for fn binding syntax.

Documentation

  • Doc test formatting

Features

  • Add generics support to node element.
  • FnBinding pattern
  • Feat: add number support in NodeName attribute
    Make NodeName compatible with SGML basic types specification (by adding support of more than one punctuation in series).

Fix

  • Allow wildcard in any element.

Other

  • Update README.md

  • Allow wildcard close tag for block elements

  • Make block element close wildcard more general

New Contributors