Skip to content

Releases: decaffeinate/decaffeinate-parser

v17.0.4

21 May 23:54
Compare
Choose a tag to compare

<a name"17.0.4">

17.0.4 (2017-05-21)

Bug Fixes

  • implement mappers for interpolated strings and heregexes (#190) (8e386a19)

v17.0.3

21 May 21:09
Compare
Choose a tag to compare

<a name"17.0.3">

17.0.3 (2017-05-21)

Bug Fixes

  • change string interpolation handling to fully handle empty interpolations (#189) (91c3c183)

v17.0.2

21 May 21:07
Compare
Choose a tag to compare

<a name"17.0.2">

17.0.2 (2017-05-21)

Bug Fixes

  • correctly determine string start index to avoid crash (#188) (38df26e2)

v17.0.1

21 May 15:45
Compare
Choose a tag to compare

<a name"17.0.1">

17.0.1 (2017-05-21)

Bug Fixes

  • overhaul template literal parsing to rely on token positions (#186) (bbe7f2c7)

v17.0.0

02 Apr 19:59
Compare
Choose a tag to compare

<a name"17.0.0">

17.0.0 (2017-04-02)

Features

  • add SoakedNewOp and SoakedSlice node types (#178) (064c6f11)

Breaking Changes

  • Soaked new and slice operations previously parsed to the
    non-soaked node type, which sometimes would make it through decaffeinate
    without crashing. Now, the two new cases will need to be handled explicitly.
    (064c6f11)

v16.0.10

25 Mar 20:03
Compare
Choose a tag to compare

<a name"16.0.10">

16.0.10 (2017-03-25)

Bug Fixes

  • use the right decaffeinate-coffeescript when installing with yarn (#175) (5d0ea451)

v16.0.9

24 Mar 03:17
Compare
Choose a tag to compare

<a name"16.0.9">

16.0.9 (2017-03-24)

Bug Fixes

  • allow Range#from and Range#to to be absent (3917060a)

v16.0.8

24 Mar 01:20
Compare
Choose a tag to compare

<a name"16.0.8">

16.0.8 (2017-03-24)

Bug Fixes

v16.0.7

19 Feb 17:44
Compare
Choose a tag to compare

<a name"16.0.7">

16.0.7 (2017-02-19)

Bug Fixes

  • respect herecomments when computing function bounds (#162) (898a7594)

v16.0.6

19 Feb 07:11
Compare
Choose a tag to compare

<a name"16.0.6">

16.0.6 (2017-02-19)

Bug Fixes

  • use Constructor node even for external constructors (#163) (c28a27a0)