Changelog of @hackage/zephyr 0.5.3
ChangeLog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
Unreleased
[v0.5.3]
Fixed
- Dead-code elimination of foreign es-modules now works
v0.5.2
Fixed
- Handling CoreFn generated by purescript since
0.15.3
- Handling of multibyte UTF-8 characters correctly in foreign imports
v0.5.0
Added
- Update to PureScript 0.15 (#77 Thanks @i-am-the-slime)
- Migrate tests to es-modules
v0.4.0
Added
- Use purescript 0.14 for code generation
Fixed
- DCE of re-exported symbols for purescipt 0.14 modules
v0.3.2
- Copy foreign modules from source directories if they are not present in the
output
directory.