Skip to content

Releases: tfausak/witch

1.0.0.4

09 Sep 21:17
67b30c2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0.3...1.0.0.4

1.0.0.3

27 Aug 19:18
7aa53de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0.2...1.0.0.3

1.0.0.2

21 Mar 12:24
461bf44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0.1...1.0.0.2

1.0.0.1

11 Jan 12:48
c1bc6a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0.0...1.0.0.1

1.0.0.0

11 Jan 12:40
47ffed5
Compare
Choose a tag to compare

What's Changed

  • Switched from ISC license to MIT
  • Add withSource and withTarget helpers by @tfausak in #47
  • Update everything for 2022 by @tfausak in #48

Full Changelog: 0.3.4.2...1.0.0.0

0.3.4.2

23 Dec 17:42
5db8679
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.4.1...0.3.4.2

0.3.4.1

25 Nov 13:32
c8af981
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.4.0...0.3.4.1

0.3.4.0

10 Jul 20:31
bf8b587
Compare
Choose a tag to compare
  • #36: Added the following instances for converting between Fixed a and Rational:
    • From (Fixed a) Rational
    • TryFrom Rational (Fixed a)

0.3.3.1

10 Jul 18:25
1fa38f3
Compare
Choose a tag to compare
  • 3574e96: Loosened time's upper bound to be < 1.13 instead of < 1.12.

0.3.3.0

29 May 13:24
2082ca3
Compare
Choose a tag to compare
  • #34: Added the following instances for converting between String, strict Text, lazy Text, strict ByteString, and lazy ByteString:
    • TryFrom ByteString LazyText
    • TryFrom ByteString String
    • TryFrom LazyByteString Text
    • TryFrom LazyByteString String
    • From Text LazyByteString
    • From LazyText ByteString
    • From String ByteString
    • From String LazyByteString