Skip to content

v10.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 31 Dec 18:57

<a name"10.0.0">

10.0.0 (2016-12-31)

Bug Fixes

  • represent regular expressions as a Regex node (#120) (97d9c7d6)

Breaking Changes

  • Previously, regular expressions were represented as Identifier nodes, which hasn't been a problem for decaffeinate because all we wanted to do was pass them through anyway. Now, however, we want to do some processing on them and so need to identify them separately. Not to mention the fact that they are not identifiers!
    (97d9c7d6)