|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/hyperoslo/Cache/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/hyperoslo/Cache/compare/2.2.1...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Not compatible with swift 3 [\#64](https://github.com/hyperoslo/Cache/issues/64) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Fix compile errors in Xcode 8.3 beta [\#74](https://github.com/hyperoslo/Cache/pull/74) ([bradhowes](https://github.com/bradhowes)) |
| 14 | +- Update Cache.podspec for WatchOS [\#67](https://github.com/hyperoslo/Cache/pull/67) ([FrancoisObob](https://github.com/FrancoisObob)) |
| 15 | + |
| 16 | +## [2.2.1](https://github.com/hyperoslo/Cache/tree/2.2.1) (2017-01-11) |
| 17 | +[Full Changelog](https://github.com/hyperoslo/Cache/compare/2.2.0...2.2.1) |
| 18 | + |
| 19 | +## [2.2.0](https://github.com/hyperoslo/Cache/tree/2.2.0) (2017-01-11) |
| 20 | +[Full Changelog](https://github.com/hyperoslo/Cache/compare/2.1.1...2.2.0) |
| 21 | + |
| 22 | +**Closed issues:** |
| 23 | + |
| 24 | +- Swift 3 support please... again [\#62](https://github.com/hyperoslo/Cache/issues/62) |
| 25 | +- Question on threading [\#57](https://github.com/hyperoslo/Cache/issues/57) |
| 26 | +- Question - Iterating? [\#51](https://github.com/hyperoslo/Cache/issues/51) |
| 27 | +- Question: Completion handlers are called in the original threads [\#40](https://github.com/hyperoslo/Cache/issues/40) |
| 28 | + |
| 29 | +**Merged pull requests:** |
| 30 | + |
| 31 | +- Allow manual clear of expired objects [\#65](https://github.com/hyperoslo/Cache/pull/65) ([eofs](https://github.com/eofs)) |
| 32 | +- Add codecov.io to travis [\#61](https://github.com/hyperoslo/Cache/pull/61) ([zenangst](https://github.com/zenangst)) |
| 33 | +- Improve build times on Travis [\#60](https://github.com/hyperoslo/Cache/pull/60) ([zenangst](https://github.com/zenangst)) |
| 34 | + |
| 35 | +## [2.1.1](https://github.com/hyperoslo/Cache/tree/2.1.1) (2016-10-23) |
| 36 | +[Full Changelog](https://github.com/hyperoslo/Cache/compare/2.1.0...2.1.1) |
| 37 | + |
| 38 | +**Closed issues:** |
| 39 | + |
| 40 | +- Add tvOS target for Carthage [\#55](https://github.com/hyperoslo/Cache/issues/55) |
| 41 | + |
| 42 | +**Merged pull requests:** |
| 43 | + |
| 44 | +- Update deployment target [\#59](https://github.com/hyperoslo/Cache/pull/59) ([zenangst](https://github.com/zenangst)) |
| 45 | + |
| 46 | +## [2.1.0](https://github.com/hyperoslo/Cache/tree/2.1.0) (2016-10-23) |
| 47 | +[Full Changelog](https://github.com/hyperoslo/Cache/compare/2.0.0...2.1.0) |
| 48 | + |
| 49 | +**Merged pull requests:** |
| 50 | + |
| 51 | +- Feature/tvOS target [\#58](https://github.com/hyperoslo/Cache/pull/58) ([zenangst](https://github.com/zenangst)) |
| 52 | + |
| 53 | +## [2.0.0](https://github.com/hyperoslo/Cache/tree/2.0.0) (2016-10-13) |
| 54 | +[Full Changelog](https://github.com/hyperoslo/Cache/compare/1.5.1...2.0.0) |
| 55 | + |
| 56 | +**Closed issues:** |
| 57 | + |
| 58 | +- what time will be support swift3? [\#54](https://github.com/hyperoslo/Cache/issues/54) |
| 59 | +- Swift 3 [\#53](https://github.com/hyperoslo/Cache/issues/53) |
| 60 | +- 2.3 branch [\#50](https://github.com/hyperoslo/Cache/issues/50) |
| 61 | +- Carthage Update error with xcode 8gm build [\#48](https://github.com/hyperoslo/Cache/issues/48) |
| 62 | +- Default size of the cache storage [\#38](https://github.com/hyperoslo/Cache/issues/38) |
| 63 | + |
| 64 | +**Merged pull requests:** |
| 65 | + |
| 66 | +- Swift 3 [\#56](https://github.com/hyperoslo/Cache/pull/56) ([zenangst](https://github.com/zenangst)) |
| 67 | +- Added Swift 2.3 support [\#52](https://github.com/hyperoslo/Cache/pull/52) ([Sumolari](https://github.com/Sumolari)) |
| 68 | +- Removed script which copied the framework - Carthage suggests it should be done at app level. [\#47](https://github.com/hyperoslo/Cache/pull/47) ([okipol88](https://github.com/okipol88)) |
| 69 | + |
3 | 70 | ## [1.5.1](https://github.com/hyperoslo/Cache/tree/1.5.1) (2016-08-08)
|
4 | 71 | [Full Changelog](https://github.com/hyperoslo/Cache/compare/1.5.0...1.5.1)
|
5 | 72 |
|
|
0 commit comments