SwiftKit/Release Notes.md

1.4 KiB

Release notes

I will bump revision by revision, until SwiftKit has all functionality that it should have from iExtra. I will then bump it to 1.0.0.

0.3.0

This version adds improved support for watchOS and tvOS.

0.2.0

This version adds:

  • new Localization utilities, like Translators and LocalizationServices.
  • new FileDirectoryService utilities.

This version also adds macOS support.

0.1.0

This version adds:

  • a new Filter type that simplifies filtering object collections.
  • new Date extensions.
  • new Numeric conversion extensions.

0.0.6

This version adds a bunch of extensions and common utils and updates external test dependencies to the latest versions.

0.0.5

This version adds a bunch of extensions and common types.

0.0.4

This version adds device and keychain utils.

0.0.3

This version adds a bunch of convenient extensions.

0.0.2

This version adjusts authentication service signatures, as well as coding and IoC functionality

0.0.1

This version adds authentication functionality to SwiftKit.