Releases: Macro-swift/Macro
Releases · Macro-swift/Macro
Con Cats CURL
The release adds support for base64url
String encodings.
base64url
is like base64
but has +
replaced w/ -
and /
replaced w/ _
. Those are useful when using base64 encoded data within URLs (because +
and /
have special meanings in them).
It also make base64 decoding more tolerant and will add missing padding (==
/=
) to please the base64 parser in use.
Other additions:
Buffer
is now aUInt8
SwiftCollection
- If Foundation is available,
Buffer
conforms toContiguousBytes
Buffer
gained some variants of the Node.jsconcat
functionECONNRESET
errors in the HTTPServer
object are logged astrace
to avoid spamming the logs
Six
FiveEight
OneOO
FiveFour
Asynchronously Not
Deal with the source incompatibilities of the Swift 5.5 release (e.g. free
not allowing an optional pointer anymore on macOS, despite that being officially supported C API).
Removed support for Swift 5.0 and 5.1, because Apple:
We didn’t do it because it was required, instead that it felt appropriate
Zero-Eight-Zero
Things are getting more stable.
- more description's
- more READMEs
- more comments
- fix some bugs