Skip to content

Commit

Permalink
Updated changelog for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wibosco committed Feb 10, 2020
1 parent e9a4a0a commit 64be688
Show file tree
Hide file tree
Showing 21 changed files with 502 additions and 411 deletions.
40 changes: 23 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,39 @@ All notable changes to this project will be documented in this file.

---

## [1.1.0](https://github.com/wibosco/TypeWritingLabel/releases/tag/1.0.0)
## [2.0.0]((https://github.com/wibosco/GhostTypewriter/releases/tag/2.0.0)

* Simplified `TypewriterLabel` API
* Updated the project to use Swift 5.
* Extended and rewrote `TypewriterLabel` API to allow for greater control of the animation.
* Improved unit tests by making them more deterministic due to the introduction of a Timer factory.

## [1.0.0](https://github.com/wibosco/TypeWritingLabel/releases/tag/1.0.0)
## [1.1.0](https://github.com/wibosco/GhostTypewriter/releases/tag/1.1.0)

* Updated project to use Swift 4.0
* Added `fastlane` to make building the project on Travis-CI easier
* Simplified `TypewriterLabel` API.

## [0.5.1](https://github.com/wibosco/TypeWritingLabel/releases/tag/0.5.1)
## [1.0.0](https://github.com/wibosco/GhostTypewriter/releases/tag/1.0.0)

* Added missing documentation
* Improved typing animation example gif
* Updated project to use Swift 4.0.
* Added `fastlane` to make building the project on Travis-CI easier.

## [0.5.0](https://github.com/wibosco/TypeWritingLabel/releases/tag/0.5.0)
## [0.5.1](https://github.com/wibosco/GhostTypewriter/releases/tag/0.5.1)

* Apply pre-animation transparency option to label when added to superview
* Unit tests
* Added missing documentation.
* Improved typing animation example gif.

## [0.2.0](https://github.com/wibosco/TypeWritingLabel/releases/tag/0.2.0)
## [0.5.0](https://github.com/wibosco/GhostTypewriter/releases/tag/0.5.0)

* Supports unicode characters - treats multiple code points as one character
* Apply pre-animation transparency option to label when added to superview.
* Added unit tests.

## [0.1.0](https://github.com/wibosco/TypeWritingLabel/releases/tag/0.1.0)
## [0.2.0](https://github.com/wibosco/GhostTypewriter/releases/tag/0.2.0)

* Renamed to `GhostTypeWriter`
* Supports unicode characters - treats multiple code points as one character.

## [0.0.1](https://github.com/wibosco/TypeWritingLabel/releases/tag/0.0.1)
## [0.1.0](https://github.com/wibosco/GhostTypewriter/releases/tag/0.1.0)

* Supports type writer effect animation using `NSAttributedString`
* Renamed to `GhostTypeWriter`.

## [0.0.1](https://github.com/wibosco/GhostTypewriter/releases/tag/0.0.1)

* Supports type writer effect animation using `NSAttributedString`.
4 changes: 2 additions & 2 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/GhostTypewriter/GhostTypewriter.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -288,7 +288,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion Example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem 'cocoapods'
gem "cocoapods", "1.8.4"
57 changes: 32 additions & 25 deletions Example/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,65 +1,72 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.0)
activesupport (4.2.10)
CFPropertyList (3.0.2)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
algoliasearch (1.27.1)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
claide (1.0.2)
cocoapods (1.5.3)
claide (1.0.3)
cocoapods (1.8.4)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.5.3)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.2.0, < 2.0)
cocoapods-core (= 1.8.4)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.3.0, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.6.5)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.1)
xcodeproj (>= 1.5.7, < 2.0)
cocoapods-core (1.5.3)
ruby-macho (~> 1.4)
xcodeproj (>= 1.11.1, < 2.0)
cocoapods-core (1.8.4)
activesupport (>= 4.0.2, < 6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.2)
cocoapods-downloader (1.2.1)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.3.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.3.1)
cocoapods-stats (1.1.0)
cocoapods-trunk (1.4.1)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
colored2 (3.1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.5)
escape (0.0.4)
fourflusher (2.0.1)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
minitest (5.11.3)
json (2.3.0)
minitest (5.14.0)
molinillo (0.6.6)
nanaimo (0.2.6)
nap (1.1.0)
netrc (0.11.0)
ruby-macho (1.2.0)
ruby-macho (1.4.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
xcodeproj (1.6.0)
xcodeproj (1.15.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand All @@ -70,7 +77,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods
cocoapods (= 1.8.4)

BUNDLED WITH
1.16.1
1.16.4
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
GhostTypewriter: b5a48308333ab20b7b76f53331faa85a58aecb71
GhostTypewriter: 14d33539c1151244f5373cf66afd4bb7fb572b37

PODFILE CHECKSUM: 1cd016dcc7aa7f7022cb854ac9b4b50f62048cb3

COCOAPODS: 1.5.3
COCOAPODS: 1.8.4
5 changes: 3 additions & 2 deletions Example/Pods/Local Podspecs/GhostTypewriter.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64be688

Please sign in to comment.