|
1 | 1 | # Changelog |
2 | 2 |
|
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) |
4 | 23 |
|
5 | 24 | ### [2.0.0-beta.5][] (2016-02-05) |
6 | 25 | - Use custom `modulemap`s to link CommonCrypto, removing external dependency on `soffes/Crypto` (#57) |
|
44 | 63 |
|
45 | 64 | ## [1.0.0][] (2014-07-17) |
46 | 65 |
|
47 | | -[master]: https://github.com/mattrubin/OneTimePassword/compare/1.1.1...master |
| 66 | +[master]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0...master |
48 | 67 |
|
| 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 |
49 | 70 | [2.0.0-beta.5]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.4...2.0.0-beta.5 |
50 | 71 | [2.0.0-beta.4]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.3...2.0.0-beta.4 |
51 | 72 | [2.0.0-beta.3]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0-beta.2...2.0.0-beta.3 |
|
0 commit comments