Skip to content

Commit b4ef804

Browse files
committed
Merge pull request #68 from mattrubin/changelog
Update Changelog for 2.0.0
2 parents 5d0f3db + 5fe9b50 commit b4ef804

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

3-
## [2.0.0][master] (In development)
3+
<!--## [In development][master]-->
4+
5+
## [2.0.0][] (2016-02-07)
6+
7+
Version 2 of the OneTimePassword library has been completely redesigned and rewritten with a modern Swift API. The new library source differs too greatly from its predecessor for the changes to be representable in a changelog. The README has a usage guide for the new API.
8+
9+
Additional changes of note:
10+
- The library is well-tested and the source fully documented.
11+
- Carthage is used to manage dependencies, which are checked in as Git submodules.
12+
- Travis CI is used for testing, and Hound CI for linting.
13+
- The project now has a detailed README, as well as a changelog, guidelines for contributing, and a code of conduct.
14+
15+
Changes between prerelease versions of OneTimePassword version 2 can be found below.
16+
17+
### [2.0.0-rc][] (2016-02-07)
18+
- Update `Token` tests for full test coverage. (#66)
19+
- Add installation and usage instructions to the README. (#63, #65, #67)
20+
- Upgrade the Travis build configuration to use Xcode 7.2 and iOS 9.2. (#66)
21+
- Add a README file to the CommonCrypto folder to explain the custom modulemaps. (#64)
22+
- Assorted cleanup and formatting improvements. (#61, #62)
423

524
### [2.0.0-beta.5][] (2016-02-05)
625
- Use custom `modulemap`s to link CommonCrypto, removing external dependency on `soffes/Crypto` (#57)
@@ -44,8 +63,10 @@
4463

4564
## [1.0.0][] (2014-07-17)
4665

47-
[master]: https://github.com/mattrubin/OneTimePassword/compare/1.1.1...master
66+
[master]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0...master
4867

68+
[2.0.0]: https://github.com/mattrubin/OneTimePassword/compare/1.1.0...2.0.0
69+
[2.0.0-rc]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.5...2.0.0
4970
[2.0.0-beta.5]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.4...2.0.0-beta.5
5071
[2.0.0-beta.4]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.3...2.0.0-beta.4
5172
[2.0.0-beta.3]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.2...2.0.0-beta.3

0 commit comments

Comments
 (0)