Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Releases: babel/babylon

v7.0.0-beta.20

19 Aug 14:37
Compare
Choose a tag to compare
v7.0.0-beta.20 Pre-release
Pre-release

v7.0.0-beta.20 (2017-08-19)

Fix some issues with the typescript plugin

💥 Breaking Change

  • #666 Don't enable class properties just because "typescript" plugin is enabled. (@andy-ms)

🐛 Bug Fix

  • #664 Fix conflict between "typescript" and "exportExtensions" plugins. (@andy-ms)
  • #559 Arrow fns can't be used as the left side of a binary or ternary expression. (@nicolo-ribaudo)

🏠 Internal

Committers: 6

v6.18.0

15 Aug 19:41
Compare
Choose a tag to compare

v6.18.0

v7.0.0-beta.19

04 Aug 16:45
Compare
Choose a tag to compare
v7.0.0-beta.19 Pre-release
Pre-release

Fixes

  • Fix #656 (#659) NullLiteralTypeAnnotation (Naveen jain)
  • Alow regex after "of" in for(...of...) (#579) (Nicolò Ribaudo)
  • Remove private field shorthand (Karl Cheng)

Misc

  • yarn.lock (Henry Zhu)
  • alpha.18 (#660) (Henry Zhu)
  • Update flow-bin to the latest version 🚀 (#657) (greenkeeper[bot])

v7.0.0-beta.18

25 Jul 22:25
Compare
Choose a tag to compare
v7.0.0-beta.18 Pre-release
Pre-release
  • #649 just updates the babel version that babylon is compiled with (perf)?

v7.0.0-beta.17

21 Jul 20:00
Compare
Choose a tag to compare
v7.0.0-beta.17 Pre-release
Pre-release

v7.0.0-beta.17 (2017-07-21)

🚀 New Feature

declare opaque type ID = number;
opaque type opaque = number;
opaque type not_transparent = opaque;

New optionalCatchBinding plugin

try {
  throw 0;
} catch {
  do();
}
class A {
  static #a = 1;
}

🐛 Bug Fix

🏠 Internal

Committers: 8

v7.0.0-beta.16

28 Jun 16:52
Compare
Choose a tag to compare
v7.0.0-beta.16 Pre-release
Pre-release

v7.0.0-beta.16 (2017-06-28)

  • typescript
  • bigInt
  • add ability to not add tokens array for performance

🚀 New Feature

💥 Breaking Change

  • #563 ☄ Make tokens optional to improve performance. (@danez)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 6

v7.0.0-beta.15

27 Jun 20:05
Compare
Choose a tag to compare
v7.0.0-beta.15 Pre-release
Pre-release

v7.0.0-beta.15 (2017-06-27)

Summary

  • Add support for parsing Decorators Stage 2 (decorators2)
  • Bug fix for private fields

🐛 Bug Fix

🏠 Internal

  • #583 update babel alpha 12, fixes build issues. (@hzoo)

🚀 New Feature

💅 Polish

Committers: 4

7.0.0-beta.14

18 Jun 21:09
Compare
Choose a tag to compare
7.0.0-beta.14 Pre-release
Pre-release

🐛 Bug Fix

  • Fix comment attachment for call expressions (#575) (aardito2)
  • Correctly put typeParameters on FunctionExpression (#585) (Daniel Tschinder)
  • Add back shorthand field to Property (#580) (Daniel Tschinder)
  • The { after a function generic type annotation is a statement (#578) (Nicolò Ribaudo)

🏠 Internal

  • Fix v8 deopts (#581) (Daniel Tschinder)
  • Factor parseSubscript out of parseSubscripts (#576) (Andy)

6.17.4

18 Jun 21:04
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fix comment attachment for call expressions (#575) (aardito2)
  • Correctly put typeParameters on FunctionExpression (#585) (Daniel Tschinder)

6.17.3

09 Jun 09:13
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fix location info on FunctionTypeParam nodes (#565) (#571) (Michal Srb)
  • Fix stmt value being the raw value (#557) (#558) (Daniel Tschinder)