Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

RELEASENOTES.md 9.8 KiB

4 anni fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. <!--
  2. #
  3. # Licensed to the Apache Software Foundation (ASF) under one
  4. # or more contributor license agreements. See the NOTICE file
  5. # distributed with this work for additional information
  6. # regarding copyright ownership. The ASF licenses this file
  7. # to you under the Apache License, Version 2.0 (the
  8. # "License"); you may not use this file except in compliance
  9. # with the License. You may obtain a copy of the License at
  10. #
  11. # http://www.apache.org/licenses/LICENSE-2.0
  12. #
  13. # Unless required by applicable law or agreed to in writing,
  14. # software distributed under the License is distributed on an
  15. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. # KIND, either express or implied. See the License for the
  17. # specific language governing permissions and limitations
  18. # under the License.
  19. #
  20. -->
  21. # Release Notes
  22. ### 2.0.2 (Apr 12, 2018)
  23. * [CB-13893](https://issues.apache.org/jira/browse/CB-13893) **iOS** delete `libz.tbd` from device plugin
  24. ### 2.0.1 (Dec 27, 2017)
  25. * [CB-13702](https://issues.apache.org/jira/browse/CB-13702) Fix to allow 2.0.0 version install
  26. ### 2.0.0 (Dec 15, 2017)
  27. * [CB-13670](https://issues.apache.org/jira/browse/CB-13670) Remove deprecated platforms
  28. ### 1.1.7 (Nov 06, 2017)
  29. * [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again
  30. * [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setup `eslint` and removed `jshint`
  31. * [CB-13113](https://issues.apache.org/jira/browse/CB-13113) (browser) `device.isVirtual` is always false
  32. * [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on Travis and AppVeyor
  33. * [CB-13000](https://issues.apache.org/jira/browse/CB-13000) (CI) Speed up **Android** builds
  34. * [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`.
  35. ### 1.1.6 (Apr 27, 2017)
  36. * [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README`
  37. * [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder
  38. * [CB-12105](https://issues.apache.org/jira/browse/CB-12105) (browser) Properly detect Edge
  39. ### 1.1.5 (Feb 28, 2017)
  40. * [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml`
  41. * [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped`
  42. * [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0**
  43. * [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges
  44. ### 1.1.4 (Dec 07, 2016)
  45. * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 1.1.4
  46. * [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…"
  47. * [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version.
  48. ### 1.1.3 (Sep 08, 2016)
  49. * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
  50. * Add badges for paramedic builds on Jenkins
  51. * Add pull request template.
  52. * Readme: Add fenced code blocks with langauage hints
  53. * [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to `README.md`
  54. ### 1.1.2 (Apr 15, 2016)
  55. * Use passed device, follow create policy forf `CFUUIDCreate`
  56. * [CB-10631](https://issues.apache.org/jira/browse/CB-10631) Fix for `device.uuid` in **iOS 5.1.1**
  57. * Updating the comment to exclude URL
  58. * [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
  59. * Refactored `deviceInfo` on **iOS** for better readability.
  60. ### 1.1.1 (Jan 15, 2016)
  61. * [CB-10238](https://issues.apache.org/jira/browse/CB-10238) **OSX** Move `device-plugin` out from `cordovalib` to the plugin repository
  62. * [CB-9923](https://issues.apache.org/jira/browse/CB-9923) Update `device.platform` documentation for **Browser** platform
  63. ### 1.1.0 (Nov 18, 2015)
  64. * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
  65. * Add `isVirtual` for **Windows Phone 8.x**
  66. * Added basic **Android** support for hardware serial number
  67. * [CB-9865](https://issues.apache.org/jira/browse/CB-9865) Better simulator detection for **iOS**
  68. * Fixing contribute link.
  69. * Added **WP8** implementation
  70. * update to use `TARGET_OS_SIMULATOR` as `TARGET_IPHONE_SIMULATOR` is deprecated.
  71. * update code to use 'isVirtual'
  72. * create test to verify existence and type of new property 'isVirtual'
  73. * add `isSimulator` for **iOS** & **Android** device
  74. * Updated documentation to mention backwards compatibility
  75. * Updated **README** to reflect new behaviour and quirks on **iOS**
  76. * Check user defaults first to maintain backwards compatibility
  77. * Changed `UUID` to use `[UIDevice identifierForVendor]`
  78. ### 1.0.1 (Jun 17, 2015)
  79. * [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-device documentation translation: cordova-plugin-device
  80. * Attempts to corrent npm markdown issue
  81. ### 1.0.0 (Apr 15, 2015)
  82. * [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
  83. * [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
  84. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id
  85. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
  86. * Use TRAVIS_BUILD_DIR, install paramedic by npm
  87. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
  88. * remove defunct windows8 version
  89. * add travis badge
  90. * Add cross-plugin ios paramedic test running for TravisCI
  91. * [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
  92. ### 0.3.0 (Feb 04, 2015)
  93. * Added device.manufacturer property for Android, iOS, Blackberry, WP8
  94. * Support for Windows Phone 8 ANID2 ANID is only supported up to Windows Phone 7.5
  95. * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) Use a local copy of uniqueAppInstanceIdentifier rather than CordovaLib's version
  96. * browser: Fixed a bug that caused an "cannot call method of undefined" error if the browser's user agent wasn't recognized
  97. ### 0.2.13 (Dec 02, 2014)
  98. * Changing `device.platform` to always report the platform as "browser".
  99. * [CB-5892](https://issues.apache.org/jira/browse/CB-5892) - Remove deprecated `window.Settings`
  100. * [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-device documentation translation: cordova-plugin-device
  101. * [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin
  102. ### 0.2.12 (Sep 17, 2014)
  103. * [CB-7471](https://issues.apache.org/jira/browse/CB-7471) cordova-plugin-device documentation translation
  104. * [CB-7552](https://issues.apache.org/jira/browse/CB-7552) device.name docs have not been removed
  105. * [fxos] Fix cordova version
  106. * added status box and documentation to manual tests
  107. * [fxos] Fix cordova version
  108. * added status box and documentation to manual tests
  109. * Added plugin support for the browser
  110. * [CB-7262](https://issues.apache.org/jira/browse/CB-7262) Adds support for universal windows apps.
  111. ### 0.2.11 (Aug 06, 2014)
  112. * [FFOS] update DeviceProxy.js
  113. * [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs
  114. * Use Windows system calls to get better info
  115. ### 0.2.10 (Jun 05, 2014)
  116. * [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Spanish and French Translations added. Github close #12
  117. * Changing 1.5 to 2.0
  118. * added firefoxos version - conversion
  119. * added firefoxos version
  120. * [CB-6800](https://issues.apache.org/jira/browse/CB-6800) Add license
  121. * [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
  122. ### 0.2.9 (Apr 17, 2014)
  123. * [CB-5105](https://issues.apache.org/jira/browse/CB-5105): [Android, windows8, WP, BlackBerry10] Removed dead code for device.version
  124. * [CB-6422](https://issues.apache.org/jira/browse/CB-6422): [windows8] use cordova/exec/proxy
  125. * [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers
  126. * Add NOTICE file
  127. ### 0.2.8 (Feb 05, 2014)
  128. * Tizen support added
  129. ### 0.2.7 (Jan 07, 2014)
  130. * [CB-5737](https://issues.apache.org/jira/browse/CB-5737) Fix exception on close caused by left over telephony code from [CB-5504](https://issues.apache.org/jira/browse/CB-5504)
  131. ### 0.2.6 (Jan 02, 2014)
  132. * [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Device plugin
  133. * [CB-5504](https://issues.apache.org/jira/browse/CB-5504) Moving Telephony Logic out of Device
  134. ### 0.2.5 (Dec 4, 2013)
  135. * [CB-5316](https://issues.apache.org/jira/browse/CB-5316) Spell Cordova as a brand unless it's a command or script
  136. * [ubuntu] use cordova/exec/proxy
  137. * add ubuntu platform
  138. * Modify Device.platform logic to use amazon-fireos as the platform for Amazon Devices
  139. * 1. Added amazon-fireos platform. 2. Change to use cordova-amazon-fireos as the platform if user agent contains 'cordova-amazon-fireos'
  140. ### 0.2.4 (Oct 28, 2013)
  141. * [CB-5128](https://issues.apache.org/jira/browse/CB-5128): added repo + issue tag in plugin.xml for device plugin
  142. * [CB-5085](https://issues.apache.org/jira/browse/CB-5085) device.cordova returning wrong value
  143. * [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
  144. ### 0.2.3 (Sept 25, 2013)
  145. * [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
  146. * [windows8] commandProxy has moved
  147. * [BlackBerry10] removed uneeded permission tags in plugin.xml
  148. * [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.device to org.apache.cordova.device
  149. * Rename CHANGELOG.md -> RELEASENOTES.md
  150. * updated to use commandProxy for ffos
  151. * add firefoxos support
  152. * [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch.
  153. ### 0.2.1 (Sept 5, 2013)
  154. * removed extraneous print statement
  155. * [CB-4432](https://issues.apache.org/jira/browse/CB-4432) copyright notice change