elm-optimize-level-2/CHANGELOG.md
Matthew Griffith 53d21c1550 Bump to 0.3.4
2022-02-13 09:52:23 -05:00

12 lines
378 B
Markdown

# 0.3.4
- Fix "phantom comments" issue. The sourceFile's comments were intermingling
with optimized-record output causing runtime exceptions in some cases. It's
suspected to be an issue
- Bump typescript compiler to 4.5.5
- Expose `transform: (jsSource: string) => string` JS API. Useful for build toolchains.
- Update chromedriver to work with latest version of Chrome