SwiftKit/Release Notes.md

2.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.4.4

This version adds a new HttpMethod enum that can be used with the network components.

0.4.3

This version adds new ApiRoute request functions and adjusts the url of form data requests.

0.4.2

This version adds missing initializers to map services.

0.4.1

This version updates dependencies, adjusts project setup, tweak icons and display names etc.

0.4.0

This version adds a new String+Dictation extension to cleanup dictation objects and spaces from a string.

0.3.3

This version adds a new ExternalMapService protocol as well as an Apple and a Google implementation.

This version also adds a new Network namespace, with api-specific protocols and errors for communicating with external REST apis.

0.3.2

This version adds a UserDefaults+Codable extension for persisting codable types in UserDefaults.

0.3.1

This version makes the standard cvs parser use paths instead of urls when parsing files.

0.3.0

This version adds improved support for watchOS and tvOS.

The bump version process has been improved to also add linting and a unit test confirmation.

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.