Skip to content

Releases: prantlf/r.js

3.3.1

14 May 10:03

Choose a tag to compare

3.3.1 (2025-05-14)

Bug Fixes

  • Include Meriyah as AMD, not UMD bundle (f22ed75)

3.3.0

14 May 07:55

Choose a tag to compare

3.3.0 (2025-05-14)

Features

3.2.0

25 Jul 21:04

Choose a tag to compare

3.2.0 (2024-07-25)

Features

3.1.0

22 Jul 15:24

Choose a tag to compare

3.1.0 (2024-07-22)

Features

Bug Fixes

v3.0.2

23 Apr 13:53

Choose a tag to compare

3.0.2 (2023-04-23)

Bug Fixes

  • Fix the "Cannot read property 'type' of undefined" bug (62acd22)

v3.0.1

23 Apr 13:19

Choose a tag to compare

3.0.1 (2023-04-23)

Bug Fixes

v3.0.0

08 Apr 19:11

Choose a tag to compare

3.0.0 (2022-04-08)

Bug Fixes

  • Replace Esprima with Meriyah (01ebd7b)

BREAKING CHANGES

  • Changing the parser library might break an existing code.
    Although it is not expected, because both parsers implement the ESTree AST,
    it might happen.

v2.5.0

21 Feb 15:52

Choose a tag to compare

2.5.0 (2022-02-21)

Features

  • Let the application process the root-level dependencies by a callback (0e285f3)

v2.4.8

13 Feb 10:40

Choose a tag to compare

2.4.8 (2022-02-13)

Bug Fixes

  • Work around invalid original mappings (1bcda37)

v2.4.7

13 Feb 09:29

Choose a tag to compare

2.4.7 (2022-02-13)

Bug Fixes

  • Include esprima and source-map with a modified UMD wrapper (b7624a1)