Skip to content

Commit

Permalink
Release 0.3.0 (#22)
Browse files Browse the repository at this point in the history
* JJCircleImageViewTests

* add UI Tests

* ignore tests in codecov config

* cleanup tests

* improve ignored files

* add changelog

* recreated gif, absolute url in readme (#20)

* handle touches with uicontrol (#19)

* move circle view in a separate file, define default color

* handle touch related actions with UIControls

* improve test coverage

* fix tests

* cleanup

* travis: upgrade to xcode 9.1

* resolve warnings from pod lib lint

* update change log

* format

* add optional open button image (#21)

* add optional button image for open state

* add openButtonImage to README

* bump version

* update changelog

* update changelog
  • Loading branch information
jjochen committed Nov 26, 2017
1 parent 65787f7 commit b8b00cf
Show file tree
Hide file tree
Showing 55 changed files with 712 additions and 230 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ coverage:
precision: 2
round: nearest
range: "60...100"
ignore:
- "*_Tests.*"
- "*_UITests.*"

status:
project:
Expand Down
1 change: 1 addition & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release-branch=develop
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,9 @@ playground.xcworkspace

fastlane/screenshots

### Other Stuff ###

# Only commit gif versions
*.mov

# End of https://www.gitignore.io/api/swift,cocoapods,ruby,fastlane
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
language: objective-c
osx_image: xcode9
osx_image: xcode9.1
branches:
only:
- develop
- master
- /^release.*$/
- /^hotfix.*$/
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE="Example/JJFloatingActionButton.xcworkspace"
- SCHEME="JJFloatingActionButton_Example"
- SDK="iphonesimulator11.0"
- SDK="iphonesimulator11.1"
matrix:
- DESTINATION="OS=11.0,name=iPhone X"
- DESTINATION="OS=11.1,name=iPhone X"
- DESTINATION="OS=10.3.1,name=iPhone 7 Plus"
- DESTINATION="OS=9.3,name=iPhone 6"
cache:
Expand All @@ -30,4 +31,4 @@ script:
- pod lib lint

after_success:
- bash <(curl -s https://codecov.io/bash) -J 'JJFloatingActionButton'
- bash <(curl -s https://codecov.io/bash)
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Change Log

## [0.3.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.3.0) (2017-11-26)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.2.1...0.3.0)

**Implemented enhancements:**

- Button should have configurable image for open state [\#18](https://github.com/jjochen/JJFloatingActionButton/issues/18)

**Merged pull requests:**

- add optional open button image [\#21](https://github.com/jjochen/JJFloatingActionButton/pull/21) ([jjochen](https://github.com/jjochen))
- recreated gif, absolute url in readme [\#20](https://github.com/jjochen/JJFloatingActionButton/pull/20) ([jjochen](https://github.com/jjochen))
- handle touches with uicontrol [\#19](https://github.com/jjochen/JJFloatingActionButton/pull/19) ([jjochen](https://github.com/jjochen))
- Feature/improve test coverage [\#16](https://github.com/jjochen/JJFloatingActionButton/pull/16) ([jjochen](https://github.com/jjochen))

## [0.2.1](https://github.com/jjochen/JJFloatingActionButton/tree/0.2.1) (2017-11-25)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.2.0...0.2.1)

**Fixed bugs:**

- Fix snapshot tests

## [0.2.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.2.0) (2017-11-16)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.1.2...0.2.0)

**Implemented enhancements:**

- Improve example [\#11](https://github.com/jjochen/JJFloatingActionButton/issues/11)
- Improve test coverage [\#10](https://github.com/jjochen/JJFloatingActionButton/issues/10)
- Restructure project folder [\#8](https://github.com/jjochen/JJFloatingActionButton/issues/8)

**Merged pull requests:**

- improve travis configuration [\#15](https://github.com/jjochen/JJFloatingActionButton/pull/15) ([jjochen](https://github.com/jjochen))
- add codecov configuration [\#14](https://github.com/jjochen/JJFloatingActionButton/pull/14) ([jjochen](https://github.com/jjochen))
- improve example [\#13](https://github.com/jjochen/JJFloatingActionButton/pull/13) ([jjochen](https://github.com/jjochen))
- improve test coverage [\#12](https://github.com/jjochen/JJFloatingActionButton/pull/12) ([jjochen](https://github.com/jjochen))
- restructure project folder [\#9](https://github.com/jjochen/JJFloatingActionButton/pull/9) ([jjochen](https://github.com/jjochen))

## [0.1.2](https://github.com/jjochen/JJFloatingActionButton/tree/0.1.2) (2017-11-08)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.1.1...0.1.2)

**Implemented enhancements:**

- remove SnapKit dependency [\#2](https://github.com/jjochen/JJFloatingActionButton/issues/2)

**Merged pull requests:**

- Ceanup [\#6](https://github.com/jjochen/JJFloatingActionButton/pull/6) ([jjochen](https://github.com/jjochen))
- Remove SnapKit dependency [\#5](https://github.com/jjochen/JJFloatingActionButton/pull/5) ([jjochen](https://github.com/jjochen))

## [0.1.1](https://github.com/jjochen/JJFloatingActionButton/tree/0.1.1) (2017-11-06)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.1.0...0.1.1)

## [0.1.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.1.0) (2017-11-06)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
Loading

0 comments on commit b8b00cf

Please sign in to comment.