elm-optimize-level-2/CHANGELOG.md

12 lines
378 B
Markdown
Raw Normal View History

2022-02-13 17:52:23 +03:00
# 0.3.4
2022-02-06 02:23:08 +03:00
- 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
2022-02-06 02:52:53 +03:00
- Expose `transform: (jsSource: string) => string` JS API. Useful for build toolchains.
2022-02-06 02:23:08 +03:00
2022-02-06 02:52:53 +03:00
- Update chromedriver to work with latest version of Chrome