Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.19 KB

ChangeLog.md

File metadata and controls

38 lines (29 loc) · 1.19 KB

ChangeLog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

[v0.5.3]

Fixed

  • Dead-code elimination of foreign es-modules now works

Fixed

  • Handling CoreFn generated by purescript since 0.15.3
  • Handling of multibyte UTF-8 characters correctly in foreign imports

Added

  • Update to PureScript 0.15 (#77 Thanks @i-am-the-slime)
  • Migrate tests to es-modules

Added

  • Use purescript 0.14 for code generation

Fixed

  • DCE of re-exported symbols for purescipt 0.14 modules
  • Copy foreign modules from source directories if they are not present in the output directory.