All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Dead-code elimination of foreign es-modules now works
- Handling CoreFn generated by purescript since
0.15.3
- Handling of multibyte UTF-8 characters correctly in foreign imports
- Update to PureScript 0.15 (#77 Thanks @i-am-the-slime)
- Migrate tests to es-modules
- Use purescript 0.14 for code generation
- 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.