|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
| 6 | +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +* None. |
| 11 | + |
| 12 | +## [1.1.9 (2018-07-31)] |
| 13 | + |
| 14 | +### Fixed |
| 15 | + |
| 16 | +* Fix an issue where compile error with Xcode 9 in Swift 4 mode. |
| 17 | + |
| 18 | +## [1.1.8 (2017-11-29)] |
| 19 | + |
| 20 | +* None. |
| 21 | + |
| 22 | +## [1.1.7 (2017-09-26)] |
| 23 | + |
| 24 | +### Fixed |
| 25 | + |
| 26 | +* Fix build error with Xcode 9. |
| 27 | + |
| 28 | +## [1.1.6 (2017-07-05)] |
| 29 | + |
| 30 | +### Fixed |
| 31 | + |
| 32 | +* Fix build error with Xcode 9. |
| 33 | + |
| 34 | +## [1.1.5 (2017-02-08)] |
| 35 | + |
| 36 | +### Changed |
| 37 | + |
| 38 | +* Change method invocation notification send order. |
| 39 | + |
| 40 | +## [1.1.4 (2017-02-05)] |
| 41 | + |
| 42 | +### Added |
| 43 | + |
| 44 | +* Add `shouldConvertJSONString` option. |
| 45 | + |
| 46 | +### Fixed |
| 47 | + |
| 48 | +* Fix to read methods of higher protocols. |
| 49 | + |
| 50 | +## [1.1.3 (2017-01-26)] |
| 51 | + |
| 52 | +### Fixed |
| 53 | + |
| 54 | +* Fix JSON parse error. |
| 55 | + |
| 56 | +## [1.1.2 (2017-01-26)] |
| 57 | + |
| 58 | +### Fixed |
| 59 | + |
| 60 | +* Fix cast arguments. |
| 61 | + |
| 62 | +## [1.1.1 (2017-01-26)] |
| 63 | + |
| 64 | +### Added |
| 65 | + |
| 66 | +* Add method invocation notification. |
| 67 | +* Add `shouldSafeMethodCall` option. |
| 68 | + |
| 69 | +## [1.1.0 (2017-01-18)] |
| 70 | + |
| 71 | +### Changed |
| 72 | + |
| 73 | +* Migrate to Swift 3. |
| 74 | + |
| 75 | +## [1.0.2 (2017-01-18)] |
| 76 | + |
| 77 | +* None. |
| 78 | + |
| 79 | +## [1.0.1 (2017-01-18)] |
| 80 | + |
| 81 | +### Fixed |
| 82 | + |
| 83 | +* Fix an issue where swift value type was parsed incorrectly. |
| 84 | + |
| 85 | +## [1.0.0 (2017-01-17)] |
| 86 | + |
| 87 | +* First release. |
| 88 | + |
| 89 | +[Unreleased]: https://github.com/ridi/cocoa-oauth2/compare/1.1.9...HEAD |
| 90 | +[1.1.9 (2018-07-31)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.8...1.1.9 |
| 91 | +[1.1.8 (2017-11-29)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.7...1.1.8 |
| 92 | +[1.1.7 (2017-09-26)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.6...1.1.7 |
| 93 | +[1.1.6 (2017-07-05)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.5...1.1.6 |
| 94 | +[1.1.5 (2017-02-08)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.4...1.1.5 |
| 95 | +[1.1.4 (2017-02-05)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.3...1.1.4 |
| 96 | +[1.1.3 (2017-01-26)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.2...1.1.3 |
| 97 | +[1.1.2 (2017-01-26)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.1...1.1.2 |
| 98 | +[1.1.1 (2017-01-26)]: https://github.com/ridi/cocoa-oauth2/compare/1.1.0...1.1.1 |
| 99 | +[1.1.0 (2017-01-18)]: https://github.com/ridi/cocoa-oauth2/compare/1.0.2...1.1.0 |
| 100 | +[1.0.2 (2017-01-18)]: https://github.com/ridi/cocoa-oauth2/compare/1.0.1...1.0.2 |
| 101 | +[1.0.1 (2017-01-18)]: https://github.com/ridi/cocoa-oauth2/compare/1.0.0...1.0.1 |
| 102 | +[1.0.0 (2017-01-17)]: https://github.com/ridi/cocoa-oauth2/compare/8065709...1.0.0 |
0 commit comments