Skip to main content
Module

x/astring/CHANGELOG.md

🌳 Tiny and fast JavaScript code generator from an ESTree-compliant AST.
Go to Latest
File

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.3 (2022-04-28)

Bug Fixes

1.8.2 (2022-04-28)

Bug Fixes

  • Does not handle undefined private properties (e6b8ee6), closes #609

1.8.1 (2021-11-21)

1.8.0 (2021-11-21)

Features

1.7.6 (2021-11-21)

Bug Fixes

  • wrong precedence of nullish operator (#590) (10fac23)

1.7.5 (2021-06-02)

1.7.4 (2021-04-07)

Bug Fixes

  • package: correctly declare module variant (45203ca), closes #505

1.7.3 (2021-04-05)

Bug Fixes

  • package: add “exports” field (e82e873)

1.7.2 (2021-04-05)

Bug Fixes

  • class, ternary, and arrow function miss parentheses (#504) (5037b94)

1.7.1 (2021-04-05)

Bug Fixes

  • sourcemaps: missing sourcemaps on debugger statement (#503) (9822a2a)

1.7.0 (2021-02-06)

Features

1.6.2 (2021-02-03)

Bug Fixes

  • lower yield operator precedence (d3af2fc)

1.6.1 (2021-02-03)

Bug Fixes

  • adjust await and yield operator precendences (d6166a2), closes #435

1.6.0 (2021-01-04)

Features

  • support custom expression precedence (#427) (76ce709)

Bug Fixes

  • unary and update expression precedence (0b273a6), closes #426

1.5.1 (2021-01-03)

Bug Fixes

  • source-maps: map nameless nodes (102e569)

1.5.0 (2021-01-03)

Features

Bug Fixes

  • demo: disable spellcheck on input (b95ef6a)
  • incorrect awaited arrow function render (11ec06c)
  • missing space for repeating unary operator (#315) (48e8a2e)
  • sourcemaps for multiline strings are incorrect (f246aff), closes #247

1.4.3 (2019-10-13)

Bug Fixes

1.4.2 (2019-09-15)

Build System

  • deps-dev: bump @babel/cli from 7.5.5 to 7.6.0 (#103) (e4681cc)
  • deps-dev: bump @babel/core from 7.5.5 to 7.6.0 (#105) (08af974)
  • deps-dev: bump @babel/generator from 7.5.5 to 7.6.0 (#104) (d4e29bd)
  • deps-dev: bump @babel/parser from 7.5.5 to 7.6.0 (#110) (df0414b)
  • deps-dev: bump @babel/preset-env from 7.5.5 to 7.6.0 (#106) (7616978)
  • deps-dev: bump acorn from 6.2.1 to 6.3.0 (#86) (585e4c6)
  • deps-dev: bump ava from 2.2.0 to 2.3.0 (#89) (21c90fa)
  • deps-dev: bump babel-preset-minify from 0.5.0 to 0.5.1 (#88) (a9c02a2)
  • deps-dev: bump cross-env from 5.2.0 to 5.2.1 (#99) (d24faef)
  • deps-dev: bump escodegen from 1.11.1 to 1.12.0 (#84) (09d0a59)
  • deps-dev: bump eslint from 6.1.0 to 6.2.0 (#91) (63f193d)
  • deps-dev: bump eslint from 6.2.0 to 6.2.1 (#93) (f36bd83)
  • deps-dev: bump eslint from 6.2.1 to 6.2.2 (#95) (7a0c860)
  • deps-dev: bump eslint from 6.2.2 to 6.3.0 (#97) (8ba7db9)
  • deps-dev: bump eslint from 6.3.0 to 6.4.0 (#111) (eefe681)
  • deps-dev: bump eslint-config-prettier from 6.0.0 to 6.1.0 (#92) (82d33dc)
  • deps-dev: bump eslint-config-prettier from 6.1.0 to 6.2.0 (#101) (b4198a4)
  • deps-dev: bump eslint-config-prettier from 6.2.0 to 6.3.0 (#108) (f63fd0c)
  • deps-dev: bump husky from 3.0.1 to 3.0.2 (#77) (dbb65dc)
  • deps-dev: bump husky from 3.0.2 to 3.0.3 (#82) (f11579c)
  • deps-dev: bump husky from 3.0.3 to 3.0.4 (a686998)
  • deps-dev: bump husky from 3.0.4 to 3.0.5 (#100) (2bff815)
  • deps-dev: bump meriyah from 1.3.5 to 1.6.0 (#79) (2cad1d4)
  • deps-dev: bump meriyah from 1.6.0 to 1.6.2 (#81) (7ce3afd)
  • deps-dev: bump meriyah from 1.6.10 to 1.6.13 (#94) (49f2899)
  • deps-dev: bump meriyah from 1.6.13 to 1.6.15 (#96) (9a0ce8f)
  • deps-dev: bump meriyah from 1.6.15 to 1.6.16 (#98) (4085bf9)
  • deps-dev: bump meriyah from 1.6.16 to 1.6.17 (#102) (e56c7c6)
  • deps-dev: bump meriyah from 1.6.17 to 1.6.18 (#107) (2c4fc18)
  • deps-dev: bump meriyah from 1.6.18 to 1.7.0 (#109) (ba3c487)
  • deps-dev: bump meriyah from 1.6.2 to 1.6.8 (#85) (0c91697)
  • deps-dev: bump meriyah from 1.6.8 to 1.6.10 (#87) (036c19d)

1.4.1 (2019-07-20)

Bug Fixes

  • #74: correct exponentiation precedence (b267927), closes #74 #74

1.4.0 (2019-03-30)

Bug Fixes

Features

  • support async loops and rest properties (294021c), closes #64

1.3.1 (2018-06-23)