Release list
Release 1.4.0
What's Changed
Other Changes
- Fix regex replacements containing special characters by @dfabulich in #40
- Add
String.replacing(:maxReplacements:with:)with a closure by @dfabulich in #41 - Support replacing literal strings with literal strings by @dfabulich in #42
- Split string by string by @dfabulich in #43
Full Changelog: 1.3.9...1.4.0
Release 1.3.9
What's Changed
Other Changes
- Fix
withThrowingTaskGroupwaitForAll()error handling by @dfabulich in #34 - Convert test cases from XCTest to Swift Testing by @marcprux in #35
- Add Duration and Task.sleep(for: Duration) by @marcprux in #39
New Contributors
- @dfabulich made their first contribution in #34
Full Changelog: 1.3.8...1.3.9
Release 1.3.8
Release 1.3.7
Release 1.3.6
Release 1.3.5
Release 1.3.4
Release 1.3.3
What's Changed
Other Changes
- Add DecodingError.dataCorrupted convenience functions by @marcprux in #15
- Support code for bridging AsyncStream by @aabewhite in #17
Full Changelog: 1.3.2...1.3.3
Release 1.3.2
What's Changed
Other Changes
- Add companions to Array/Set/Dictionary so that we can add static extension funcs by @aabewhite in #16
Full Changelog: 1.3.1...1.3.2
Release 1.3.1
What's Changed
Other Changes
- Make Result KotlinConverting to Pair<Success?, Failure?> by @aabewhite in #14
Full Changelog: 1.3.0...1.3.1