tag:github.com,2008:https://github.com/imaginedays/Texture/releases Tags from Texture 2021-09-29T21:12:03Z tag:github.com,2008:Repository/505663195/3.1.0 2021-09-29T21:12:03Z 3.1.0: Remove AssetsLibrary dependency for tvOS (#2034) <p>Remove AssetsLibrary dependency for tvOS (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/2034">TextureGroup#2034</a>)</p> <p>- The framework isn't available on tvOS. This causes CocoaPods linting to fail which prevented me from pushing the new release out. <br />- One way to fix this is to have a different `default_subspecs` for tvOS that doesn't have AssetsLibrary subspec, but per-platform `default_subspecs` doesn't seem to be supported by CocoaPods. So I updated the subspec itself to only depend on the framework for iOS. This means the subspec is empty/useless for tvOS (and other platforms FWIW). <br />- Tested with `pod spec lint Texture.podspec`. <br />- <span class="issue-keyword tooltipped tooltipped-se">Fixes</span> <a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/issues/1992">TextureGroup#1992</a> and part of <a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/issues/1549">TextureGroup#1549</a>. Also unblocks 3.1.0 release. <br />- For the long term, we can remove the subspec entirely when iOS 9 is deprecated (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/issues/1828">TextureGroup#1828</a>).</p> nguyenhuy tag:github.com,2008:Repository/505663195/3.0.0 2020-07-15T17:37:03Z 3.0.0 garrettmoon tag:github.com,2008:Repository/505663195/3.0.0-rc.2 2020-06-25T22:23:16Z 3.0.0-rc.2 <p>I forgot this in the last PR and I'm pushing to master, I'm a bad per…</p> <p>…son.</p> garrettmoon tag:github.com,2008:Repository/505663195/3.0.0-rc.1 2020-06-19T22:20:07Z 3.0.0-rc.1 garrettmoon tag:github.com,2008:Repository/505663195/sync-base-08-29-19 2019-08-28T19:24:03Z sync-base-08-29-19: Cleanup from recent changes (#1647) <p>Cleanup from recent changes (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/1647">TextureGroup#1647</a>)</p> <p>- Fix availability warnings for usage of userInterfaceLevel <br />- Deprecate `asyncTraitCollectionDidChange` in favor of the new method <br />- Remove old compiler warning flag added for Xcode 9 building <br />- Access `textColorFollowsTintColor` with a locked scope</p> rahul-malik tag:github.com,2008:Repository/505663195/sync-base-05-09-19 2019-05-09T02:59:13Z sync-base-05-09-19: ASSignpost: Add support for the os_signpost API, fixes (#1501) <p>ASSignpost: Add support for the os_signpost API, fixes (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/1501">TextureGroup#…</a></p> <p><a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/1501">…1501</a>)</p> <p>* ASSignpost: Add support for the os_signpost API</p> <p>- Removes support for colored intervals. These weren't really useful and they aren't part of the signpost api. <br />- Fixes an issue with range controller interval logging. <br />- Adds an interval for interface orientation changes.</p> <p>* Rename</p> <p>* Support Xcode 9</p> <p>* Commentary</p> Adlai-Holler tag:github.com,2008:Repository/505663195/2.8.1 2019-05-06T15:42:09Z 2.8.1 nguyenhuy tag:github.com,2008:Repository/505663195/sync-base-03-08-19 2019-03-08T17:41:25Z sync-base-03-08-19 wiseoldduck tag:github.com,2008:Repository/505663195/sync-base 2019-03-08T17:41:25Z sync-base wiseoldduck tag:github.com,2008:Repository/505663195/sync-base-03-07-19 2019-03-07T15:20:06Z sync-base-03-07-19 <p>[Updated Snapshots] Don't add extraneous truncation token during kCTL…</p> <p>…ineTruncationMiddle (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/1375">TextureGroup#1375</a>)</p> <p>* Don't add extraneous truncation token during kCTLineTruncationMiddle</p> <p>* Expand these comments a little.</p> <p>* Update snapshot tests with beautiful correct behavior</p> wiseoldduck