Skip to content

Commit

Permalink
Adding a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sargent committed Dec 3, 2015
1 parent 769be7e commit 3384ddc
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
## Change Log

### 1.6.0 (2015/12/03 22:31 +00:00)
- [769be7e](https://github.com/lightningkite/LKAlertController/commit/769be7e0209839135f193870ba9fc49df1bd1b68) Fixing another issue in circle.yml (@eriksargent)
- [efeb691](https://github.com/lightningkite/LKAlertController/commit/efeb6919c882ab3ec5ebcdaf3f0ab6f2fd53262c) Fixing issue in circle.yml (@eriksargent)
- [608be00](https://github.com/lightningkite/LKAlertController/commit/608be00b932ed8589e56a0667465ae5ff7e4644f) Bump cocoapods version number (@eriksargent)
- [379a0ef](https://github.com/lightningkite/LKAlertController/commit/379a0ef2b95a756d07a6933e7f09caa5f2988ace) Updating circle config (@eriksargent)
- [6779509](https://github.com/lightningkite/LKAlertController/commit/677950926d657032853bc4f9862e028351a845aa) Adding preferredAction to README (@eriksargent)
- [7f658e4](https://github.com/lightningkite/LKAlertController/commit/7f658e48e7f0ae4875764397a7e672e9e9a5e41f) Fixing tests for preferredAction and cleaning up preferredAction code and documentation (@eriksargent)
- [#23](https://github.com/lightningkite/LKAlertController/pull/23) Merge pull request #23 from andela-aonawale/feature/preferred-action (@andela-aonawale)
- [d9208f2](https://github.com/lightningkite/LKAlertController/commit/d9208f28ae7d29036e663b1f4c34716536f172d1) override addAction method from super class and hardcoded the preferredAction argument to be false because its applicable to alerts only (@andela-aonawale)
- [c25c587](https://github.com/lightningkite/LKAlertController/commit/c25c58702ff5090ba906cb978b989b4b0299a411) add preferredAction feature to LKAlertController (@andela-aonawale)
- [09cc527](https://github.com/lightningkite/LKAlertController/commit/09cc527891f5ca076cf5561ec090c123e2b59032) Making circle use xcode 7 (@eriksargent)

### 1.5.0 (2015/09/17 14:48 +00:00)
- [770c237](https://github.com/lightningkite/LKAlertController/commit/770c237ebc3ce06a9af0a595ae8d5631f20624f1) Bumping version for cocoapods (@eriksargent)
- [126f0b1](https://github.com/lightningkite/LKAlertController/commit/126f0b14e786ae50b2bef9f0052dcce744762642) Converting tests and project to swift 2 (@eriksargent)
- [#22](https://github.com/lightningkite/LKAlertController/pull/22) Merge pull request #22 from willia15/Swift2update (@willia15)
- [3816605](https://github.com/lightningkite/LKAlertController/commit/381660510e0760ec2af2cdd1cbe3970541facd47) Update parameters to adhere to Swift 2 syntax (@willia15)

### 1.4.1 (2015/08/11 22:28 +00:00)
- [15d6442](https://github.com/lightningkite/LKAlertController/commit/15d6442114cf0e7ba138e09c3fcfb31c72f6f61a) Adding auto capitalization and correction configuration to text field (@eriksargent)

### 1.4.0 (2015/07/31 16:09 +00:00)
- [bb7a35a](https://github.com/lightningkite/LKAlertController/commit/bb7a35abeb4d8126ddeb024034ad678783236767) Updating pod version and adding keyboard type to text field (@eriksargent)
- [#20](https://github.com/lightningkite/LKAlertController/pull/20) Merge pull request #20 from lightningkite/textField (@lightningkite)
- [e0f3c2a](https://github.com/lightningkite/LKAlertController/commit/e0f3c2a99e19bf465743826804ac674a7d0fe724) Updating documentation (@eriksargent)
- [1fc55dd](https://github.com/lightningkite/LKAlertController/commit/1fc55dd3413e24f8bded74c656de97038ae8e803) Making it easier to use text fields (@eriksargent)
- [#19](https://github.com/lightningkite/LKAlertController/pull/19) Merge pull request #19 from willia15/Update-README-addTextField (@willia15)
- [#18](https://github.com/lightningkite/LKAlertController/pull/18) Merge pull request #18 from willia15/Fix-addTextField-chaining (@willia15)
- [486a38a](https://github.com/lightningkite/LKAlertController/commit/486a38aa465e3bb09d3683ca18f6ef701af385f4) Allow method chaining on addTextField (@willia15)
- [c65eb3b](https://github.com/lightningkite/LKAlertController/commit/c65eb3bf8aca067065245a43f6dc2c0eb10fbba8) Update README.md for using text fields in alerts (@willia15)
- [#13](https://github.com/lightningkite/LKAlertController/pull/13) Merge pull request #13 from willia15/add-textfield-to-alert (@willia15)
- [51c4fb9](https://github.com/lightningkite/LKAlertController/commit/51c4fb99436f23e86a4a0dab0261aa287ad90de8) Prevent addTextField method from being accessible in ActionSheet class (@willia15)
- [7bf5f45](https://github.com/lightningkite/LKAlertController/commit/7bf5f455e25673a138dbdabb3bfb5b7fe359baf6) Return self in addTextField functions to allow for stacked functions (@willia15)
- [e35fffa](https://github.com/lightningkite/LKAlertController/commit/e35fffa908d08220f729b2b433e0a1b2d84914a9) Merge https://github.com/lightningkite/LKAlertController into add-textfield-to-alert (@willia15)

### 1.3.0 (2015/07/24 16:26 +00:00)
- [#14](https://github.com/lightningkite/LKAlertController/pull/14) Merge pull request #14 from lightningkite/ActionSheetiPadCrash (@lightningkite)
- [6b57199](https://github.com/lightningkite/LKAlertController/commit/6b5719916da119261a1a4579baee1edc3c4f1a90) Add ability to set the presentationController's BarButtonItem or source view for iPad support on ActionSheets (@eriksargent)
- [3ddbde1](https://github.com/lightningkite/LKAlertController/commit/3ddbde1c832a9164d6d124e97accbef2f9e99b41) Add quick documentation for adding text field methods (@willia15)
- [7210ab4](https://github.com/lightningkite/LKAlertController/commit/7210ab489f15f9b8ebb70a492f09d7ca80a02d72) Add text field methods to Alert class (@willia15)
- [72780ca](https://github.com/lightningkite/LKAlertController/commit/72780caa62d5762ec495cde5876114d12cdd982f) Add textfield method to superclass (@willia15)
- [#11](https://github.com/lightningkite/LKAlertController/pull/11) Merge pull request #11 from lightningkite/CircleCI (@lightningkite)
- [177bc08](https://github.com/lightningkite/LKAlertController/commit/177bc0818a12ef8b4c40bb9b05302dd0e6831629) Updated README with CircleCI badge and removed travis config (@eriksargent)
- [9588b24](https://github.com/lightningkite/LKAlertController/commit/9588b24535e0472659e0a938dd3ef021d16d7ebd) Fixing indents in travis yml (@eriksargent)
- [0940f31](https://github.com/lightningkite/LKAlertController/commit/0940f31abac2c973db27a973b8301c8f417769f6) Fixing travis tests (@eriksargent)
- [ec5bb4c](https://github.com/lightningkite/LKAlertController/commit/ec5bb4cb5efc779cf41fe15c3d8293ffcf3976b4) Fixing circle config (@eriksargent)
- [71f164b](https://github.com/lightningkite/LKAlertController/commit/71f164b311c5fde4ca4c7700aa5e6d6464b0f7e4) Adding circle.yml (@eriksargent)

### 1.2.3 (2015/07/16 19:00 +00:00)
- [f2dff3c](https://github.com/lightningkite/LKAlertController/commit/f2dff3c78174ed6106fcbc1f0a54c387ff7576d5) Fixing issue when title is not set, message shows up as the title (@eriksargent)
- [cb8b079](https://github.com/lightningkite/LKAlertController/commit/cb8b079433f918085c5e3f717cf1693811a770db) Adding more tests (@eriksargent)

### 1.2.1 (2015/07/16 14:57 +00:00)
- [95e5816](https://github.com/lightningkite/LKAlertController/commit/95e58164070354ccc88b119a945f336512f02dad) Bumping version (@eriksargent)
- [#10](https://github.com/lightningkite/LKAlertController/pull/10) Merge pull request #10 from willia15/master (@willia15)
- [dde5485](https://github.com/lightningkite/LKAlertController/commit/dde548585c5fc8e45b9263dd0b469d62104577ff) Initialize UIAlertAction when invoked (@willia15)

### 1.2.0 (2015/07/15 18:14 +00:00)
- [e869dd6](https://github.com/lightningkite/LKAlertController/commit/e869dd6a8125a8e77e6ec3d1262f41d7f373cf0b) Bumping version (@eriksargent)
- [#9](https://github.com/lightningkite/LKAlertController/pull/9) Merge pull request #9 from lightningkite/OkayAlert (@lightningkite)
- [90589f8](https://github.com/lightningkite/LKAlertController/commit/90589f84520e2726709bd01b2d2959988b82501d) Adding showOkay function (@eriksargent)
- [066b559](https://github.com/lightningkite/LKAlertController/commit/066b559c327e6565d96c737fb125f04f4cb691c2) Finishing some documentation and tests and adding functionality to override the show method for testingG (@eriksargent)

### 1.1.0 (2015/07/14 20:51 +00:00)
- [eeb1cbd](https://github.com/lightningkite/LKAlertController/commit/eeb1cbd3d0a790b226c9a0e5d213f9bad74bd218) Bumping version number (@eriksargent)
- [#8](https://github.com/lightningkite/LKAlertController/pull/8) Merge pull request #8 from lightningkite/Documentation (@lightningkite)
- [4c52be4](https://github.com/lightningkite/LKAlertController/commit/4c52be4d203c70c0ddf28f0f56c6b00ea2ace2a4) Added documentation (@eriksargent)
- [#7](https://github.com/lightningkite/LKAlertController/pull/7) Merge pull request #7 from lightningkite/FixStyleAddPlainInit (@lightningkite)
- [87d0084](https://github.com/lightningkite/LKAlertController/commit/87d00846f2aee799255ac261bd54d3a68db857ae) Fixes the style and adds a plain init to the alert and action sheet (@eriksargent)

### 1.0.0 (2015/07/14 18:31 +00:00)
- [4a84a0e](https://github.com/lightningkite/LKAlertController/commit/4a84a0ea981b4d87faa41aabd6f738d40ad9ec9b) Set version to 1.0.0 (@eriksargent)
- [#1](https://github.com/lightningkite/LKAlertController/pull/1) Merge pull request #1 from lightningkite/travisXcode63 (@lightningkite)
- [fc84cb3](https://github.com/lightningkite/LKAlertController/commit/fc84cb391e95757214f560aaae02083ce399df75) Change travis to use xcode 6.3 (@eriksargent)
- [7f334a0](https://github.com/lightningkite/LKAlertController/commit/7f334a098633d774f6fbfe3bbff6c3e39522db42) Fixing travis xctool script (@eriksargent)
- [1119e9f](https://github.com/lightningkite/LKAlertController/commit/1119e9fce56c91f7b372f7dc2a394c14d2ede95a) Fixing link to travis (@eriksargent)
- [0a021c5](https://github.com/lightningkite/LKAlertController/commit/0a021c583e13835ceba7d8c0c835e9f31d048797) updating podspec (@eriksargent)
- [84efe6a](https://github.com/lightningkite/LKAlertController/commit/84efe6ad90c446ef10d5f387016bd34c66f9eb05) Adding descriptioN (@eriksargent)
- [4d030cf](https://github.com/lightningkite/LKAlertController/commit/4d030cf3316b3f4d157dc4a64be9d5a4a950e776) Adding documentation to the readme (@eriksargent)
- [775506b](https://github.com/lightningkite/LKAlertController/commit/775506b9d2aca1cd821a6c88f86f978d48ed8aca) Creating LKAlertController and corresponding tests (@eriksargent)
- [c7b735d](https://github.com/lightningkite/LKAlertController/commit/c7b735d05ca34d6970a13d7856a3b1d02662b48a) Initial commit (@eriksargent)

0 comments on commit 3384ddc

Please sign in to comment.