Skip to content

3.0.0

Latest

Choose a tag to compare

@orchetect orchetect released this 14 Jul 23:57

Version 3.0.0 brings a new major-version bump in order to streamline the package.

All abstractions that have been added to the package have been extracted into individual repositories where they can live and breathe on their own.

This trims SwiftExtensions down to its core goal of predominantly providing extensions to Swift standard library types and methods.

Changed

Improved

  • BinaryInteger: string(paddedTo:): Refactored implementation using pure Swift