- Bugfix (#35): TIE no longer generates
definitions for
Maybe
values includingvoid
as an option, as Elm would reject such values.
- (#34) When in watch mode, TIE will now regenerate definition if .TIE.toml changes (the previous behaviour was to just regenerate when .elm files changed).
- BREAKING: The
--colour
or--color
flag must now be passed to get coloured output. This flag is not available for Windows. - Add support for Windows
- Bugfix: TIE no longer incorrectly reads non-record type aliases split over multiple lines
- Add the ability to override generated types
- Minor documentation changes
- Manually link GitHub autolinks in README
- Fixed README (properly this time!)
- Fixed README
- Added README
- Initial release