haskell-with-utf8/CHANGELOG.md

86 lines
1.1 KiB
Markdown
Raw Normal View History

2020-02-16 03:08:31 +03:00
# Changelog
## 1.1.0.0
### Changed
- Allow newer versions of base and text to support GHC up to 9.8.
- Deprecate Data.Text.IO.Utf8.
## 1.0.2.4
### Changed
- Allow base 4.17, 4.18 (GHC 9.4, 9.6).
- Allow text<2.1
2021-11-13 22:05:42 +03:00
## 1.0.2.3
Support GHC 9.2.1.
### Changed
- Allow base 4.16 (GHC 9.2.1).
## 1.0.2.2
Windows support.
### Changed
- Fix `utf8-troubleshoot` on Windows.
## 1.0.2.1
A technical clean up release.
### Changed
- Specify missing version bounds for dependencies.
2020-05-15 16:32:49 +03:00
## 1.0.2.0
Improve `utf8-troubleshoot` to make it useful for identifying tricky cases.
2020-04-21 21:30:19 +03:00
### Changed
- `utf8-troubleshoot`: improve available locale detection
- `utf8-troubleshoot`: display raw results from C libraries
2020-04-21 02:16:23 +03:00
## 1.0.1.0
GHC 8.10 compatibility and a new troubleshooting tool.
2020-02-16 03:15:52 +03:00
### Added
- `utf8-troubleshoot` the troubleshooting tool
2020-04-21 02:14:17 +03:00
### Changed
- Bump `base` for GHC 8.10
2020-03-04 08:06:35 +03:00
## 1.0.0.0
2020-02-16 03:15:52 +03:00
Initial release.
### Added
- `withUtf8`
- `withStdTerminalHandles`
- `setHandleEncoding`
- `withHandle`
- `setTerminalHandleEncoding`
- `withTerminalHandle`
2020-02-16 03:15:52 +03:00
- `openFile`
- `withFile`
- `readFile`
- `writeFile`