Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md 🚀 #1030

Merged
merged 5 commits into from
Nov 9, 2022
Merged

Update README.md 🚀 #1030

merged 5 commits into from
Nov 9, 2022

Conversation

stavares843
Copy link
Member

@stavares843 stavares843 commented Aug 3, 2022

Checklist

  • I checked the Contributing Guidelines before creating this request.
  • New extensions are written in Swift 5.0.
  • New extensions support iOS 10.0+ / tvOS 9.0+ / macOS 10.10+ / watchOS 2.0+, or use @available if not.
  • I have added tests for new extensions, and they passed.
  • All extensions have a clear comments explaining their functionality, all parameters and return type in English.
  • All extensions are declared as public.
  • I have added a changelog entry describing my changes.

Copy link
Contributor

@guykogus guykogus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stavares843 why are you changing these links?

@stavares843
Copy link
Member Author

Captura de ecrã 2022-08-03, às 23 21 18

Captura de ecrã 2022-08-03, às 23 21 12

@cdoky
Copy link
Member

cdoky commented Aug 4, 2022

@guykogus
First, are we still using Slack? If we are, we need to update the link. If not, then we should remove this link.

@codecov
Copy link

codecov bot commented Aug 4, 2022

Codecov Report

Base: 94.56% // Head: 94.56% // No change to project coverage 👍

Coverage data is based on head (d63159e) compared to base (b8dfdc6).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1030   +/-   ##
=======================================
  Coverage   94.56%   94.56%           
=======================================
  Files         105      105           
  Lines        3753     3753           
=======================================
  Hits         3549     3549           
  Misses        204      204           
Flag Coverage Δ
ios 94.66% <ø> (ø)
macos 96.38% <ø> (ø)
tvos 92.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@SwifterSwiftBot
Copy link

1 Message
📖 Thank you for submitting a pull request to SwifterSwift. The team will review your submission as soon as possible.

Generated by 🚫 Danger

@stavares843 stavares843 mentioned this pull request Aug 8, 2022
7 tasks
@LucianoPAlmeida
Copy link
Member

@guykogus
First, are we still using Slack? If we are, we need to update the link. If not, then we should remove this link.

We still do, there is not much going on there for a while but is still there :)

@stale
Copy link

stale bot commented Nov 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 2, 2022
@stavares843
Copy link
Member Author

👋

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@stale stale bot removed the stale label Nov 2, 2022
stavares843 and others added 2 commits November 2, 2022 18:55
Co-authored-by: Luciano Almeida <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>
@stavares843 stavares843 requested review from LucianoPAlmeida and removed request for guykogus November 2, 2022 18:55
@LucianoPAlmeida LucianoPAlmeida merged commit c7b6efe into SwifterSwift:master Nov 9, 2022
@SD10
Copy link
Member

SD10 commented Nov 9, 2022

Thank you for contributing to SwifterSwift! I've invited you to join the SwifterSwift GitHub organization - no pressure to accept! If you'd like more information on what that means, check out our contributing guidelines. Feel free to reach out if you have any questions! 😃

LucianoPAlmeida added a commit that referenced this pull request Nov 9, 2022
* Update README_CN.md

* Update links to match #1030

* Update README_CN.md

Co-authored-by: Guy Kogus <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>
@stavares843 stavares843 deleted the patch-1 branch November 9, 2022 23:08
@stavares843
Copy link
Member Author

thanks! 🎉

Andy0570 added a commit to Andy0570/SwifterSwift that referenced this pull request Nov 18, 2022
* 'master' of https://github.com/SwifterSwift/SwifterSwift:
  Fix swiftlint warnings (SwifterSwift#1060)
  Update README_CN.md 🚀 (SwifterSwift#1031)
  Update README.md 🚀 (SwifterSwift#1030)
  Rename Color, EdgeInset and Font typealiases to fix namespace conflicts with SwiftUI Types 🚀 (SwifterSwift#1055)
  [CI] Fixing CI issues (SwifterSwift#1056)
  fix nearestTenMinutes behavior (SwifterSwift#1034)
  Added missing changelog for PR SwifterSwift#1045 (SwifterSwift#1046)
wesmatlock added a commit to wesmatlock/SwifterSwift that referenced this pull request Dec 22, 2023
* Update issue templates (SwifterSwift#931)

* Update issue templates

* Removing old template

* [NFC] Fixing shorthand swiftlint warnigs (SwifterSwift#932)

* [CI] Updating brew (SwifterSwift#938)

* Add New Extension `MeasurementExtensions` (SwifterSwift#936)

* Add New Extension `MeasurementExtensions`

Add static initializers to create measurement instances presenting angle in various unit types.

* PR Improvements

* Update CHANGELOG.md

Co-authored-by: Henry <[email protected]>

* Update Sources/SwifterSwift/Foundation/MeasurementExtensions.swift

Co-authored-by: Guy Kogus <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Guy Kogus <[email protected]>

* Update Copyright - Happy New Year!

* Update Test Cases

Extract a top-level constant for angle value.
Update function call for `.degrees(_:)`.

* Update Sources/SwifterSwift/Foundation/MeasurementExtensions.swift

Co-authored-by: Luciano Almeida <[email protected]>

* PR Improvement

Use explicit `return`.

Co-authored-by: Henry <[email protected]>
Co-authored-by: Guy Kogus <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>

* Cleanup `@available` attribute declaration that doesn't need anymore. (SwifterSwift#941)

* Fix several typos, omissions I've noticed in the documentation. (SwifterSwift#937)

* Fix several documentation typos.

* Some more documentation improvements :P

Co-authored-by: Guy Kogus <[email protected]>

* fix replace "0x" bug (SwifterSwift#947)

* Adding changelog for SwifterSwift#947

* [5.3] All adjustments for the next release (SwifterSwift#948)

* Bump kramdown from 2.3.0 to 2.3.1 (SwifterSwift#950)

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/gettalong/kramdown/releases)
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
- [Commits](https://github.com/gettalong/kramdown/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rexml from 3.2.4 to 3.2.5 (SwifterSwift#953)

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.4...v3.2.5)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix missing public identifiers (SwifterSwift#960)

* Add unsafeString initializer for URL (SwifterSwift#965)

* Add unsafeString initializer for URL

* Update CHANGELOG.md

Co-authored-by: Luciano Almeida <[email protected]>

Co-authored-by: Luciano Almeida <[email protected]>

* Added UITextField Extensions for adding tool bar. (SwifterSwift#954)

* RandhirKumar: Added UITextField Extensions for adding toolbar to textfield.

* RandhirKumar: Added Unit tests for UITextField Extensions

* RandhirKumar: updated change log for newly added extensions.

* SwifterSwift: Address PR comments and refactor tests file.

* Updated Changelog.md

* Update CHANGELOG.md

Co-authored-by: Guy Kogus <[email protected]>

* Updated changelog.md

* Removed extra parenthesis in changelog.md

* SwifterSwift: Code refactor as per review comments.

* Update CHANGELOG.md

Co-authored-by: Guy Kogus <[email protected]>

* SwifterSwift: Address PR comments.

* SwifterSwift: Added a os check.

* SwifterSwift: updated tests with os check.

Co-authored-by: Randhir kumar <[email protected]>
Co-authored-by: Guy Kogus <[email protected]>

* Fix Slack badge (SwifterSwift#968)

* Add `beginRefreshing(animated:sendAction:)` that works inside any… (SwifterSwift#949)

* Array append for optional element and sequences (SwifterSwift#966)

* [BugFix]Making String.base64Decoded a safe base64 decode by ignore non-base64 characters (SwifterSwift#961)

* [BugFix]Making String.base64Decoded a safe base64 decode by ignore non-base64 characters

* add changelog

* Update StringExtensionsTests.swift

Co-authored-by: Luciano Almeida <[email protected]>

* Modify error comments (SwifterSwift#974)

* Rename conflicting UIView extensions (SwifterSwift#972)

Co-authored-by: Luciano Almeida <[email protected]>
Co-authored-by: Guy Kogus <[email protected]>

* Add `init?(argbHexString:)` to support the common ARGB format used in Android (SwifterSwift#971)

* Bump addressable from 2.7.0 to 2.8.0 (SwifterSwift#975)

* Added SKSpriteNode extension (SwifterSwift#980)

* Update CI.yml (SwifterSwift#988)

* Use BinaryInteger as bytes (SwifterSwift#987)

* add `BinaryInteger` extension & Tests

Co-authored-by: Guy Kogus <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>

* Add `MKMultiPoint` extensions (SwifterSwift#990)

* Add `MKMultiPoint` extensions

* Remove duplicate tests for MKPolyLine coordinates

* Update CHANGELOG.md

* Adding  subviewsOfType extension to UIViewExtensions (SwifterSwift#993)

* Adding  subviewsOfType extension

* Update Changelog

* Improve test

* Add check for empty subviews

* Update CHANGELOG.md

Co-authored-by: Luciano Almeida <[email protected]>

* Fix tests

* Update comment

* Fix test

Co-authored-by: Luciano Almeida <[email protected]>

* Stackview/swap (SwifterSwift#989)

* implment swap function

* add test for swap function

* support animate on swap action

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Luciano Almeida <[email protected]>

* Update Tests/UIKitTests/UIStackViewExtensionsTests.swift

Co-authored-by: Luciano Almeida <[email protected]>

* move private swap function inside public swap function as local function.

* add new test case of call swap with a view that is not on the stack nothing should happen

Co-authored-by: Luciano Almeida <[email protected]>

* Add joined(separator:) (SwifterSwift#985)

* Add joined(separator:)

* Update CHANGELOG.md

* Update NSAttributedStringExtensions.swift

* Update Sources/SwifterSwift/Foundation/NSAttributedStringExtensions.swift

Co-authored-by: Luciano Almeida <[email protected]>

* fix build errors

* more tests

* Update Sources/SwifterSwift/Foundation/NSAttributedStringExtensions.swift

Co-authored-by: Luciano Almeida <[email protected]>

* Fix tests

* testJoinedWithNonEmptySeparator

* testJoinedWithEmptyAttributedSeparator

* tests

* #if canImport(AppKit) || canImport(UIKit) outside methods

Co-authored-by: Luciano Almeida <[email protected]>

* UIImage with color (SwifterSwift#977)

Co-authored-by: Luciano Almeida <[email protected]>
Co-authored-by: Guy Kogus <[email protected]>

* func setAttributedTitleForAllStates(_ title: NSAttributedString) (SwifterSwift#1001)

* Add README Chinese document. (SwifterSwift#1005)

* Add README Chinese document.

* Update README Chinese document.

* Update README Chinese document.

* Bump cocoapods-downloader from 1.4.0 to 1.6.3 (SwifterSwift#1007)

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3.
- [Release notes](https://github.com/CocoaPods/cocoapods-downloader/releases)
- [Changelog](https://github.com/CocoaPods/cocoapods-downloader/blob/master/CHANGELOG.md)
- [Commits](CocoaPods/cocoapods-downloader@1.4.0...1.6.3)

---
updated-dependencies:
- dependency-name: cocoapods-downloader
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump git from 1.8.1 to 1.11.0 (SwifterSwift#1009)

* Bump jmespath from 1.4.0 to 1.6.1 (SwifterSwift#1015)

* deletingAllPathComponents can now handle empty paths (SwifterSwift#1018)

* Fixes SwifterSwift#1012 - deletingAllPathComponents can now handle empty paths

* Fixes UIView.rotate(toAngle) (SwifterSwift#1019)

* Project fixes (SwifterSwift#1017)

* Fix compiling and tests

* Cleans up ResourceTests folder to make it more compatible with SPM

* Update CONTRIBUTING.md (SwifterSwift#1024)

- Fix typos
- Add examples for allowed/disallowed code
- Remove changelog entry to lower entry friction for new joiners

* hexString computed property for CryptoKit.Digest (SwifterSwift#1026)

* hexString computed property for CryptoKit.Digest

* Update Sources/SwifterSwift/CryptoKit/DigestExtensions.swift

Co-authored-by: Luciano Almeida <[email protected]>

* Improvements to DigestExtensions per code review

Co-authored-by: Luciano Almeida <[email protected]>

* Bump tzinfo from 1.2.9 to 1.2.10 (SwifterSwift#1028)

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10.
- [Release notes](https://github.com/tzinfo/tzinfo/releases)
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md)
- [Commits](tzinfo/tzinfo@v1.2.9...v1.2.10)

---
updated-dependencies:
- dependency-name: tzinfo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removing Xctool from project (SwifterSwift#1035)

* Feature set background color for state in UIButton (SwifterSwift#1041)

* Hotfix accuracy (SwifterSwift#1044)

* accuracy

* Another color

* Updated DigestExtensions to compile on Xcode 14 Beta (SwifterSwift#1045)

* Added missing changelog for PR SwifterSwift#1045 (SwifterSwift#1046)

SwifterSwift#1045

* fix nearestTenMinutes behavior (SwifterSwift#1034)

* fix nearestTenMinutes behavior

* add additional test cases to demonstrate rounding consistency

* add changelog

* Update CHANGELOG.md

Co-authored-by: Guy Kogus <[email protected]>

Co-authored-by: Guy Kogus <[email protected]>

* [CI] Fixing CI issues (SwifterSwift#1056)

* [CI] Fixing ruby CI issue

* [CI] Export ruby to path

* Updating xcode to 13

* Update xcode for pods matrix

* WatchOS Failure

* Fix tvOs

* Commenting summary

* Rename Color, EdgeInset and Font typealiases to fix namespace conflicts with SwiftUI Types 🚀 (SwifterSwift#1055)

* Fix SwiftUI namespace conflict by renaming Color typealias to SFColor and EdgeInsets to SFEdgeInsets.

* Rename Font typealias to SFFont to fix SwiftUI's Font namespace conflict

* Add change log entry.

Co-authored-by: Luciano Almeida <[email protected]>

* Update README.md 🚀 (SwifterSwift#1030)

* Update README.md

* Update README.md

Co-authored-by: Luciano Almeida <[email protected]>

* Update README.md

Co-authored-by: Luciano Almeida <[email protected]>

Co-authored-by: Luciano Almeida <[email protected]>
Co-authored-by: Guy Kogus <[email protected]>

* Update README_CN.md 🚀 (SwifterSwift#1031)

* Update README_CN.md

* Update links to match SwifterSwift#1030

* Update README_CN.md

Co-authored-by: Guy Kogus <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>

* Fix swiftlint warnings (SwifterSwift#1060)

* Add Array.init(numberOfElements:,element:) initializer (SwifterSwift#1051)

* Add Array.init(numberOfElements:,element:) initializer

* Update CHANGELOG.md

Co-authored-by: Luciano Almeida <[email protected]>

* Fix docstring in Sources/SwifterSwift/SwiftStdlib/ArrayExtensions.swift

Co-authored-by: Guy Kogus <[email protected]>

* Fix Array.init(count:, element:) - make it rethrowing

Co-authored-by: Luciano Almeida <[email protected]>
Co-authored-by: Guy Kogus <[email protected]>

* Add .focused (SwifterSwift#1062)

* .focused

* Update CHANGELOG.md

* Focused state (SwifterSwift#1063)

* Focused state

* Typo

* Update CHANGELOG.md

* Bump git from 1.12.0 to 1.13.0 (SwifterSwift#1070)

* Bump activesupport from 6.1.7 to 6.1.7.1 (SwifterSwift#1073)

Bumps [activesupport](https://github.com/rails/rails) from 6.1.7 to 6.1.7.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v6.1.7.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add `DefaultStringInterpolation.appendInterpolation(_:placeholder:predicate:)` method for providing placeholder string if interpolated value is `nil` or the optional predicate closure returns `false` (SwifterSwift#1074)

* Add New Extension `DefaultStringInterpolationExtensions`

* WIP

* Update CHANGELOG.md

* [Misc] Remove Unneccessary Import

* [Refactor] Change Function Signature

* [Misc] Update `README.md`

* URLSession.dataSync(for request: URLRequest) throws -> (Data, URLResponse) (SwifterSwift#1076)

* URLSessionExtensions

* Tests

* Update CHANGELOG.md

* Improved tests

* Fix for Linux

* More fixes for Linux

* Update CHANGELOG.md

Co-authored-by: Guy Kogus <[email protected]>

* Update Sources/SwifterSwift/Foundation/URLSessionExtensions.swift

Co-authored-by: Guy Kogus <[email protected]>

* Update Tests/FoundationTests/URLSessionExtensionsTests.swift

Co-authored-by: Guy Kogus <[email protected]>

* More random

* Documentation

* Fix build errors

* Update Sources/SwifterSwift/Foundation/URLSessionExtensions.swift

Co-authored-by: Guy Kogus <[email protected]>

* Update README.md

* Cut

* For all platforms

* Another scheme

* http

* Update README_CN.md

---------

Co-authored-by: Guy Kogus <[email protected]>

* Change Implementation of `DefaultStringInterpolation.appendInterpolation(_:placeholder:where:)` (SwifterSwift#1083)

Use `appendInterpolation(_:)` instead of `appendLiteral(_:)` for better handling interpolation behavior.

* chore(typos): fix typos (SwifterSwift#1086)

* chore(typos): fix typos

* revert change to original inout instead of input

* revert change to original inout instead of input

* revert change to original inout instead of input

* revert change to original inout instead of input

* revert change to original splitted instead of split

* improve naming

* Added `pairs` function to Collection  (SwifterSwift#1094)

* Add `pairs` function to collection

* Add unit test case for `pairs` function

* Update CHANGELOG.md

* Add unit test cases for `pairs`

- unit test cases are added for even, odd and empty collection

* Change function name to `adjacentPairs`

* Simplify tests by removing unwanted loops

* Update CollectionExtensionsTests.swift

* Bump activesupport from 6.1.7.1 to 6.1.7.3 (SwifterSwift#1097)

* Improve documentation for localized method in StringExtensions. (SwifterSwift#1099)

* chore: Lint and Fix Description of `Collection.adjacentPairs()` (SwifterSwift#1102)

* Remove warning in NotificationCenterExtensions.swift (SwifterSwift#1104)

* Upgrade deprecated linux version (SwifterSwift#1108)

* Replaced the for-each anchors activation with `NSLayoutConstraint` (SwifterSwift#1107)

- If we are creating constraints programmatically, using the activate method can improve performance by activating all the constraints at once, rather than activating them one by one.

Co-authored-by: Mayank <>
Co-authored-by: Luciano Almeida <[email protected]>

* Fixes building HKActivitySummary for macOS (SwifterSwift#1059)

* Fixes building for macOS

* Fix comment

* Fix deprecation usage

* Add CHANGELOG

* [WatchOS] Fix watchOS build failure

* [github] Update xcode version

* [watchOS] Fix simulator device

* Try again

* Name escape

* [Pods] Update pods

* Add a bit more info

* Unquote

---------

Co-authored-by: Chen <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>

* Minor changes in Optional Collection extensions. 🚀 (SwifterSwift#1110)

- Instead of checking for nil using guard statements we are using self and some basic conditions
- This optimises the performance significantly considering that collection size can be bigger and checking using guard can be expensive.

---------

Co-authored-by: Mayank <>

* Add `addGradient(colors:locations:direction:)` extension (SwifterSwift#1039)

---------

Co-authored-by: Guy Kogus <[email protected]>
Co-authored-by: Phill Zarfos <[email protected]>

* Fixed `String.subscript(safe:)` to correctly check for valid ranges of different types (SwifterSwift#1114)

* Deprecate `String.init(randomOfLength:)` in favor of `String.random(ofLength:)` (SwifterSwift#1115)

Co-authored-by: Luciano Almeida <[email protected]>

* Reverse the parameters for the ~= String operator to not break the default implementation (SwifterSwift#1113)

* Add `URLQueryItem` variants to `URL` query parameter extensions (SwifterSwift#1116)

* Change the methods of UINavigationBarExtensions to use UINavigationBarAppearance for support iOS 15 and later versions. (SwifterSwift#1105)

* Make Date.weekday documentation clearer (SwifterSwift#1118)

* Fix test compilation

* Add `formatLocalized` method to format localized strings easily (SwifterSwift#1100)

* Bump activesupport from 6.1.7.3 to 7.0.7.2 (SwifterSwift#1128)

* Feature Extend a property backgroundViewColor for UIStackView to set its background color (SwifterSwift#1127)

* Fix: compilation errors for visionOS platform (SwifterSwift#1129)

* Add `method` operator to URLRequest (SwifterSwift#1133)

* Add `header(name:, value:)` method to URLRequest (SwifterSwift#1134)

* Adds `isInRange(of:radius:unit:)` to `CLLocation` (SwifterSwift#1095)

Co-authored-by: Luciano Almeida <[email protected]>
Co-authored-by: Guy Kogus <[email protected]>

* Run swiftformat (SwifterSwift#1137)

* Hide bottom bar (SwifterSwift#1117)

* Add pushViewController(_ viewController:, hideBottomBar:) UINavigationController Extensions

---------

Co-authored-by: Guy Kogus <[email protected]>

* Fixes tests for iOS 17 (SwifterSwift#1136)

* Run SwiftFormat and SwiftLint at the start of each build phase (SwifterSwift#1141)

* Combine.Future Extensions (SwifterSwift#1139)

Co-authored-by: Guy Kogus <[email protected]>

* Upgrade minimum deployment versions to match Xcode 15 recommendations (SwifterSwift#1142)

* Release 6.0.0 (SwifterSwift#1145)

* Release 6.0.0

* Removes deprecated extensions

* Enable Swift 6 upcoming features support (SwifterSwift#1146)

* Update README.md for v6.0.0 Release (SwifterSwift#1148)

* Fix UIView.GradientDirection access level (SwifterSwift#1152)

Fixes SwifterSwift#1151

* Fix running Swiftformat

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>
Co-authored-by: Shiva Huang <[email protected]>
Co-authored-by: Henry <[email protected]>
Co-authored-by: Guy Kogus <[email protected]>
Co-authored-by: Manuel Carlos <[email protected]>
Co-authored-by: Zero.D.Saber <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jevon Mao <[email protected]>
Co-authored-by: Randhir Kumar <[email protected]>
Co-authored-by: Randhir kumar <[email protected]>
Co-authored-by: Omar Albeik <[email protected]>
Co-authored-by: Yonat Sharon <[email protected]>
Co-authored-by: Jayxiang <[email protected]>
Co-authored-by: feixue299 <[email protected]>
Co-authored-by: Erik Drobne <[email protected]>
Co-authored-by: Rizwan Mohamed Ibrahim <[email protected]>
Co-authored-by: Asher Coelho <[email protected]>
Co-authored-by: Salah Nahed <[email protected]>
Co-authored-by: Roman Podymov <[email protected]>
Co-authored-by: 独木舟的木 <[email protected]>
Co-authored-by: Omar Albeik <[email protected]>
Co-authored-by: Marco Eidinger <[email protected]>
Co-authored-by: Aung Khant Myo <[email protected]>
Co-authored-by: theedov <[email protected]>
Co-authored-by: theedov <[email protected]>
Co-authored-by: Morgan Dock <[email protected]>
Co-authored-by: Mussa Charles <[email protected]>
Co-authored-by: Sara Tavares <[email protected]>
Co-authored-by: Victor Telitsyn <[email protected]>
Co-authored-by: Boudhayan Biswas <[email protected]>
Co-authored-by: Mustafa Ali Akçakır <[email protected]>
Co-authored-by: TTOzzi <[email protected]>
Co-authored-by: Mayank Kumar Gupta <[email protected]>
Co-authored-by: Chen <[email protected]>
Co-authored-by: Phill Zarfos <[email protected]>
Co-authored-by: biao <[email protected]>
Co-authored-by: Ricardo Rauber <[email protected]>
Co-authored-by: never-better <[email protected]>
Co-authored-by: KHAIRUL ISLAM <[email protected]>
Co-authored-by: Roman Podymov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants