Releases: tfausak/witch
Releases · tfausak/witch
1.0.0.4
What's Changed
- Miscellaneous updates by @tfausak in #57
- Bump actions/cache from 2 to 3 by @dependabot in #59
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #60
- Bump actions/download-artifact from 2 to 3 by @dependabot in #61
New Contributors
- @dependabot made their first contribution in #59
Full Changelog: 1.0.0.3...1.0.0.4
1.0.0.3
1.0.0.2
1.0.0.1
1.0.0.0
0.3.4.2
0.3.4.1
0.3.4.0
0.3.3.1
0.3.3.0
- #34: Added the following instances for converting between
String
, strictText
, lazyText
, strictByteString
, and lazyByteString
:TryFrom ByteString LazyText
TryFrom ByteString String
TryFrom LazyByteString Text
TryFrom LazyByteString String
From Text LazyByteString
From LazyText ByteString
From String ByteString
From String LazyByteString