Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 761 Bytes

Changelog.md

File metadata and controls

44 lines (25 loc) · 761 Bytes

0.0.10 / 2025-01-19

  • Added support for ':', '.' and '_' in attribute name

0.0.9 / 2025-01-16

  • fix: less than (<) in expressions

0.0.8 / 2024-09-03

  • fix unquoting string attributes. closes: #2
  • handle jsx elements within strings. closes: #1

0.0.7 / 2024-09-02

  • fix when jsx immediately after {

0.0.6 / 2024-04-26

  • remove fmt

0.0.5 / 2024-04-26

  • pass lexing errors through

0.0.4 / 2024-04-04

  • fix lexing inner fragments
  • fix parsing components with a dot.

0.0.3 / 2024-04-03

  • add support for jsx comments
  • add support for exprs inside exprs
  • better line tracking and states always return back to initial state
  • improve string values

0.0.2 / 2024-03-24

  • add visitor support

0.0.1 / 2024-03-24

  • initial commit