-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from d4l-data4life/feature/update-build-and-docs
Feature/update build and docs
- Loading branch information
Showing
29 changed files
with
850 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
= Changelog | ||
:link-repository: https://github.com/d4l-data4life/d4l-utils-ios | ||
:doctype: article | ||
:toc: macro | ||
:toclevels: 1 | ||
:toc-title: | ||
:icons: font | ||
:imagesdir: assets/images | ||
ifdef::env-github[] | ||
:warning-caption: :warning: | ||
:caution-caption: :fire: | ||
:important-caption: :exclamation: | ||
:note-caption: :paperclip: | ||
:tip-caption: :bulb: | ||
endif::[] | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog] | ||
and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning]. | ||
|
||
Template could be found here: link:https://github.com/d4l-data4life/hc-readme-template/blob/main/TEMPLATE_CHANGELOG.adoc[CHANGELOG] | ||
|
||
[discrete] | ||
==== Versions | ||
|
||
toc::[] | ||
|
||
== link:{link-repository}/releases/latest[Unreleased] | ||
|
||
See link:{link-repository}/compare/v0.7.0...main[changeset] | ||
|
||
=== Added | ||
|
||
=== Changed | ||
|
||
=== Removed | ||
|
||
=== Fixed | ||
|
||
=== Security | ||
|
||
=== Bumped | ||
|
||
=== Deprecated | ||
|
||
=== Migration | ||
|
||
|
||
== link:{link-repository}/releases/tag/v0.7.0[0.7.0] | ||
|
||
=== Bumped | ||
|
||
* Updated to xcode 13.1 | ||
|
||
== link:{link-repository}/releases/tag/0.6.0[0.6.0] | ||
|
||
=== Removed | ||
|
||
* Removes debug symbols from xcframework due to duplicates issues | ||
|
||
== link:{link-repository}/releases/tag/0.5.0[0.5.0] | ||
|
||
=== Removed | ||
|
||
* Removes support for iOS 12 | ||
* Removes CryptoSwift dependency | ||
|
||
== link:{link-repository}/releases/tag/0.4.0[0.4.0] | ||
|
||
=== Changed | ||
|
||
* Now distributing XCFramework instead of fat one | ||
* Discontinued Carthage in favor of Swift PM as decentralized | ||
* Adds separate Cryptoswift xcframework | ||
|
||
== link:{link-repository}/releases/tag/0.3.1[0.3.1] | ||
|
||
=== Changed | ||
|
||
* Pod spec updated to public repo | ||
|
||
== link:{link-repository}/releases/tag/0.3.0[0.3.0] | ||
|
||
=== Changed | ||
|
||
* Open sourced | ||
|
||
== link:{link-repository}/releases/tag/0.2.3[0.2.3] | ||
|
||
=== Added | ||
|
||
* Readded Carthage support using carthage CryptoSwift instead of the swiftPM version | ||
|
||
== link:{link-repository}/releases/tag/0.2.2[0.2.2] | ||
|
||
=== Added | ||
|
||
* Switch CryptoSwift repository to own fork to create dynamic library | ||
|
||
== link:{link-repository}/releases/tag/0.2.1[0.2.1] | ||
|
||
=== Added | ||
|
||
* Makes Swift Package dynamic | ||
|
||
== link:{link-repository}/releases/tag/0.2.0[0.2.0] | ||
|
||
=== Added | ||
|
||
* Adds Support for Swift PM | ||
* Adds CryptoSwift as package dependency instead | ||
* Removes Carthage need for building framework | ||
|
||
== link:{link-repository}/releases/tag/0.1.6[0.1.6] | ||
|
||
=== Added | ||
|
||
* Fixes framework embedding issue for app store | ||
|
||
== link:{link-repository}/releases/tag/0.1.5[0.1.5] | ||
|
||
=== Added | ||
|
||
* Adds Cocoapods support | ||
|
||
== link:{link-repository}/releases/tag/0.1.4[0.1.4] | ||
|
||
=== Added | ||
|
||
* Adds Data SHA1 algorithm | ||
|
||
== link:{link-repository}/releases/tag/0.1.3[0.1.3] | ||
=== Fixed | ||
* Fixes Data Validator SDK Limit | ||
|
||
== link:{link-repository}/releases/tag/0.1.2[0.1.2] | ||
|
||
=== Added | ||
|
||
* Adds Data Validator public properties | ||
|
||
== link:{link-repository}/releases/tag/0.1.1[0.1.1] | ||
|
||
=== Added | ||
|
||
* Adds Data Validator | ||
|
||
== link:{link-repository}/releases/tag/0.1.0[0.1.0] | ||
|
||
=== Added | ||
|
||
* First version of SDK Utils library | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.