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

new String Utils #16

Merged
merged 24 commits into from May 17, 2017
Merged

new String Utils #16

merged 24 commits into from May 17, 2017

Conversation

alemar11
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented May 17, 2017

Codecov Report

Merging #16 into develop will increase coverage by 0.2%.
The diff coverage is 98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #16     +/-   ##
==========================================
+ Coverage    79.73%   79.93%   +0.2%     
==========================================
  Files           50       51      +1     
  Lines         1278     1296     +18     
==========================================
+ Hits          1019     1036     +17     
- Misses         259      260      +1
Flag Coverage Δ
#ios 80.09% <98%> (+0.36%) ⬆️
#macos 77.62% <98%> (+0.25%) ⬆️
#tvos 78.59% <98%> (+0.41%) ⬆️
Impacted Files Coverage Δ
Sources/String+Validation.swift 100% <100%> (ø) ⬆️
Sources/String+Utils.swift 100% <100%> (ø) ⬆️
Sources/String+RegularExpressions.swift 100% <100%> (ø)
Sources/AnyUtils.swift 85.71% <83.33%> (-14.29%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f83b05...2bcdfb0. Read the comment docs.

@alemar11 alemar11 merged commit 925a488 into develop May 17, 2017
@alemar11 alemar11 deleted the type-name branch May 17, 2017 21:48
alemar11 added a commit that referenced this pull request Jun 2, 2017
* added className method for every NSObject

* new group

* cleaning up

* added typeName method for Any

* refactor NSObject ext to NSObjectProtocol ext

* file ordered by name

* updated docs

[ci skip]

* new String Utils (#16)

* wip

[ci skip]

* cleaning

* added -

* renaming NSRange subscript

* removed String.

* updated subscript with NSRange

* added regular expressions utils

* added capitalized and decapitalized methods

* better comments

* Int to UInt32

* better comments

* new line

* renaming patterns

* better indentation

* added tests for NSRegularExpression utils

* added initials method

* added initials unit tests

* added a performance test

* cleaning

* fixed closing }

* renaming “initials” into “firstCharacterOfEachWord”

* renaming

* indentation

* removed useless methods

* updated docs

* added firstMatch(for:options:) method + renamed strings(matching:options) in matches(in:options:)

* fix watchOS

* added a better comment

[ci skip]

* switch from test to build-for-testing test-without-building

* updated gitignore

Now it ignores all files whose name ends in ~, which is a usual suffix for
text editors backup files.

* added XCTAssertEqualWithAccuracy

* added XCTest+Utils

* SwiftLint (#17)

* added a base swiftlint

* swift linting...

* swift lint: cleaning up

* install swiftlint

* fixed swiftlint reporter

* chores

* RC 0.4.0

[ci skip]
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.

None yet

1 participant