Skip to content

Releases: acornjs/acorn-jsx

Release 5.2.0

26 Feb 13:13
Compare
Choose a tag to compare

Forbid } and > in JSX text (#108). This was previously allowed, but went against the spec (#106).

Release 5.0.1

20 Nov 20:50
Compare
Choose a tag to compare

Fixes to restore compatibility with Node.js 4.x.

Release 5.0.0

20 Nov 20:49
Compare
Choose a tag to compare

Upgrade for compatibility with a newer acorn.

Release 4.1.1

16 Jan 23:04
Compare
Choose a tag to compare

Fixed node types for JSX fragments introduced in 4.1.0.

Release 4.1.0

11 Nov 01:37
Compare
Choose a tag to compare

Added support for JSX fragments (by @ArtemGovorov)