-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from bbc/changelog
Added changelog
- Loading branch information
Showing
4 changed files
with
76 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Change Log | ||
|
||
## [Unreleased](https://github.com/bbc/device_api-ios/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.5...HEAD) | ||
|
||
**Closed issues:** | ||
|
||
- Plistutil calls in device.rb should cache results [\#10](https://github.com/bbc/device_api-ios/issues/10) | ||
|
||
**Merged pull requests:** | ||
|
||
- Not having the IP address package installed is no longer a blocker [\#23](https://github.com/bbc/device_api-ios/pull/23) ([jonpwilson](https://github.com/jonpwilson)) | ||
|
||
## [v1.0.5](https://github.com/bbc/device_api-ios/tree/v1.0.5) (2016-02-18) | ||
[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.4...v1.0.5) | ||
|
||
**Merged pull requests:** | ||
|
||
- Remove signing [\#22](https://github.com/bbc/device_api-ios/pull/22) ([jonpwilson](https://github.com/jonpwilson)) | ||
|
||
## [v1.0.4](https://github.com/bbc/device_api-ios/tree/v1.0.4) (2016-02-10) | ||
[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.3...v1.0.4) | ||
|
||
**Merged pull requests:** | ||
|
||
- Added in the ability to retrieve entitlements for an app [\#21](https://github.com/bbc/device_api-ios/pull/21) ([jonpwilson](https://github.com/jonpwilson)) | ||
|
||
## [v1.0.3](https://github.com/bbc/device_api-ios/tree/v1.0.3) (2016-02-03) | ||
[Full Changelog](https://github.com/bbc/device_api-ios/compare/1.0.1...v1.0.3) | ||
|
||
**Merged pull requests:** | ||
|
||
- Updated version number [\#20](https://github.com/bbc/device_api-ios/pull/20) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Return a devices' assigned name [\#19](https://github.com/bbc/device_api-ios/pull/19) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Added Wifi mac address [\#18](https://github.com/bbc/device_api-ios/pull/18) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Added minimum versions to the dependencies so that they will be recog… [\#17](https://github.com/bbc/device_api-ios/pull/17) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Corrected Gemfile and updated Gemfile.lock [\#16](https://github.com/bbc/device_api-ios/pull/16) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Removed internal URL from Gemfile [\#15](https://github.com/bbc/device_api-ios/pull/15) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Changed the installation method to reduce duplicated code [\#14](https://github.com/bbc/device_api-ios/pull/14) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Added .type to the device object based on the device\_class [\#13](https://github.com/bbc/device_api-ios/pull/13) ([jonpwilson](https://github.com/jonpwilson)) | ||
- idevicedebug wrapper [\#12](https://github.com/bbc/device_api-ios/pull/12) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Added wrapper for ideviceprovision binary [\#11](https://github.com/bbc/device_api-ios/pull/11) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Package signing [\#9](https://github.com/bbc/device_api-ios/pull/9) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Added ios-devices as a dependency [\#8](https://github.com/bbc/device_api-ios/pull/8) ([jonpwilson](https://github.com/jonpwilson)) | ||
|
||
## [1.0.1](https://github.com/bbc/device_api-ios/tree/1.0.1) (2015-05-22) | ||
**Closed issues:** | ||
|
||
- Readme & license need adding to the gemspec files [\#5](https://github.com/bbc/device_api-ios/issues/5) | ||
- Gemspec is out of date [\#4](https://github.com/bbc/device_api-ios/issues/4) | ||
- Public api methods need documentation [\#3](https://github.com/bbc/device_api-ios/issues/3) | ||
- License file and copywrite notice required [\#2](https://github.com/bbc/device_api-ios/issues/2) | ||
|
||
**Merged pull requests:** | ||
|
||
- Added comments - yard coverage is now 100% [\#7](https://github.com/bbc/device_api-ios/pull/7) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Added MIT license, updated gemspec [\#6](https://github.com/bbc/device_api-ios/pull/6) ([jonpwilson](https://github.com/jonpwilson)) | ||
- Bring the iOS version in line with the Android version [\#1](https://github.com/bbc/device_api-ios/pull/1) ([jonpwilson](https://github.com/jonpwilson)) | ||
|
||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ gem 'ox' | |
|
||
group :test do | ||
gem 'rspec' | ||
gem 'pry' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters