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

Release/0.4.1 #43

Merged
merged 39 commits into from
Jun 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
005738c
Feat: introduce headPipe and tailPipe
Oni-zerone May 11, 2019
c6dbd8a
Refactor: streamline of Pipe API
Oni-zerone May 11, 2019
fe2e55b
Fix: chaining of head and tail pipes
Oni-zerone May 11, 2019
40e9afb
Feat: add AsyncPromisePipe
Oni-zerone May 12, 2019
5ed4bb3
Refactor: declare and abstract, higher level pipeline interface
Oni-zerone May 12, 2019
44f857a
Feat: create tester podspec
Oni-zerone May 18, 2019
fbb5c51
Merge branch 'feature/Pipeline-improvements' into feature/tester-pod
Oni-zerone May 18, 2019
dc3899d
Merge commit '495f73e21a954eb5d00a5f8c31dc2f6114b16a8b' into feature/…
Oni-zerone Jun 9, 2019
7493675
Feat: expose mocks as part of the tester module
Oni-zerone Jun 9, 2019
3a25592
Feat: update podspec
Oni-zerone Jun 10, 2019
42845ed
Merge commit '7c6c6a751bf8ac5059af3c4a7731de29c568a98c' into feature/…
Oni-zerone Jun 11, 2019
8c69389
Feat: exclude the tester spec til the compatible version of PowerTool…
Oni-zerone Jun 16, 2019
b9b76e3
Merge pull request #39 from Oni-zerone/master
Oni-zerone Jun 16, 2019
5dfd2df
Merge commit 'b9b76e3d1a9dca5edc93569de809998fa8481d08' into feature/…
Oni-zerone Jun 16, 2019
3850f17
Feat: update podspec
Oni-zerone Jun 16, 2019
ddcf5a6
Chore: remove unused files
Oni-zerone Jun 17, 2019
4269f61
Fix: send reset to next pipe
Oni-zerone Jun 17, 2019
cff2dcd
Fix: try repo update to fix travis cache
Oni-zerone Jun 22, 2019
71a0ac2
Fix: try clear compile settings
Oni-zerone Jun 22, 2019
28e195e
Fix: try rebuild
Oni-zerone Jun 22, 2019
0188bca
Fix: let's try with a pod install
Oni-zerone Jun 22, 2019
e48f92f
Fix: pod install in the right place
Oni-zerone Jun 22, 2019
7aace35
Feat: add appending test
Oni-zerone Jun 22, 2019
037c405
Fix: merge lost tests
Oni-zerone Jun 22, 2019
68cc76d
Feat: add tests for AsyncPromisePipe
Oni-zerone Jun 22, 2019
cff18df
Merge pull request #32 from Oni-zerone/feature/tester-pod
Oni-zerone Jun 22, 2019
b0ac703
Feat: define BinderDataSourcePipe, specific for Array<SectionViewModel>
Oni-zerone Jun 27, 2019
db0541e
Feat: test BinderPipe
Oni-zerone Jun 27, 2019
8d0819e
Fix: files position in pods
Oni-zerone Jun 27, 2019
e3ec34b
Fix: File positions in pods
Oni-zerone Jun 27, 2019
67b6e6b
Chore: wrap helper methods in a wrapper base
Oni-zerone Jun 27, 2019
cfe2649
Merge pull request #40 from Oni-zerone/feature/BinderDataSource-Pipel…
Oni-zerone Jun 27, 2019
558633c
Feat: test permutations
Oni-zerone Jun 27, 2019
30fafe2
Merge pull request #41 from Oni-zerone/feature/more-Unit-Tests
Oni-zerone Jun 27, 2019
f24f637
Feat: add GridViewController tests
Oni-zerone Jun 27, 2019
a0957ea
Fix: disable swiftlint in mock
Oni-zerone Jun 27, 2019
1298ed5
Fix: avoid module break
Oni-zerone Jun 27, 2019
7d424c9
Merge pull request #42 from Oni-zerone/feature/more-Unit-Tests
Oni-zerone Jun 27, 2019
9505780
Chore: bump version number
Oni-zerone Jun 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ osx_image: xcode10.2
before_install:
- gem update fastlane --no-document
- gem update cocoapods --no-document
- pod repo update
script:
- cd Example/
- pod install
- fastlane ci
3 changes: 2 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ use_frameworks!

target 'PowerTools_Example' do
pod 'PowerTools', :path => '../'
pod 'PowerTools/CollectionVM', :path => '../'

target 'PowerTools_Tests' do
inherit! :search_paths

pod 'PowerToolsTester', :path => '../'

end
end
23 changes: 16 additions & 7 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
PODS:
- PowerTools (0.4.0):
- PowerTools/CollectionVM (= 0.4.0)
- PowerTools/Core (= 0.4.0)
- PowerTools/CollectionVM (0.4.0):
- PowerTools (0.4.1):
- PowerTools/Core (= 0.4.1)
- PowerTools/CollectionVM (0.4.1):
- PowerTools/Core
- PowerTools/Core (0.4.0)
- PowerTools/Core (0.4.1)
- PowerToolsTester (0.4.0):
- PowerToolsTester/CoreTester (= 0.4.0)
- PowerToolsTester/CoreTester (0.4.0):
- PowerTools/CollectionVM (~> 0.4)
- PowerTools/Core (~> 0.4)

DEPENDENCIES:
- PowerTools (from `../`)
- PowerTools/CollectionVM (from `../`)
- PowerToolsTester (from `../`)

EXTERNAL SOURCES:
PowerTools:
:path: "../"
PowerToolsTester:
:path: "../"

SPEC CHECKSUMS:
PowerTools: 94391c852ee1ad1c70be7a9d197ce574ad7c8d77
PowerTools: e5c6bf917d78d6fb4b63611f83a9a4be8cddcab3
PowerToolsTester: cce5270b189036bc1b7dda0b30773374be745165

PODFILE CHECKSUM: 48c20d66f414453cb32e39dc329adefc74dd552a
PODFILE CHECKSUM: bd56953ceb0419089006965221b4defccd051f52

COCOAPODS: 1.7.2
13 changes: 6 additions & 7 deletions Example/Pods/Local Podspecs/PowerTools.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions Example/Pods/Local Podspecs/PowerToolsTester.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 16 additions & 7 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading