You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
5.2 KiB

8 years ago
  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. ### 1.0.4 (Sep 08, 2016)
  23. * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to `cordovaDependencies`
  24. * add `JIRA` issue tracker link
  25. * Add badges for paramedic builds on Jenkins
  26. * Add pull request template.
  27. * [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
  28. ### 1.0.3 (Apr 15, 2016)
  29. * [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Minor spelling/formatting changes.
  30. * [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
  31. ### 1.0.2 (Nov 18, 2015)
  32. * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
  33. * Fixing contribute link.
  34. * Document formatting options for the console object
  35. * [CB-5089](https://issues.apache.org/jira/browse/CB-5089) Document supported methods for console object
  36. * reverted `d58f218b9149d362ebb0b8ce697cf403569d14cd` because `logger` is not needed on **Android**
  37. ### 1.0.1 (Jun 17, 2015)
  38. * move logger.js and console-via-logger.js to common modules, instead of the numerous repeats that were there.
  39. * clean up tests, info is below log level so it does not exist by default.
  40. * add a couple tests
  41. * [CB-9191](https://issues.apache.org/jira/browse/CB-9191) Add basic test
  42. * [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-console documentation translation: cordova-plugin-console
  43. * attempt to fix npm markdown issue
  44. ### 1.0.0 (Apr 15, 2015)
  45. * [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
  46. * [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
  47. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
  48. * Use TRAVIS_BUILD_DIR, install paramedic by npm
  49. * docs: renamed Windows8 to Windows
  50. * [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
  51. * [CB-8560](https://issues.apache.org/jira/browse/CB-8560) Integrate TravisCI
  52. * [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-console documentation translation: cordova-plugin-console
  53. * [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
  54. * [CB-8362](https://issues.apache.org/jira/browse/CB-8362) Add Windows platform section to Console plugin
  55. ### 0.2.13 (Feb 04, 2015)
  56. * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
  57. ### 0.2.12 (Dec 02, 2014)
  58. * [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention `deviceready` in plugin docs
  59. * [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-console documentation translation: cordova-plugin-console
  60. ### 0.2.11 (Sep 17, 2014)
  61. * [CB-7249](https://issues.apache.org/jira/browse/CB-7249) cordova-plugin-console documentation translation
  62. ### 0.2.10 (Aug 06, 2014)
  63. * [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs
  64. ### 0.2.9 (Jun 05, 2014)
  65. * [CB-6848](https://issues.apache.org/jira/browse/CB-6848) Add Android quirk, list applicable platforms
  66. * [CB-6796](https://issues.apache.org/jira/browse/CB-6796) Add license
  67. * [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
  68. ### 0.2.8 (Apr 17, 2014)
  69. * [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers
  70. * Add NOTICE file
  71. ### 0.2.7 (Feb 05, 2014)
  72. * Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory
  73. * [CB-4718](https://issues.apache.org/jira/browse/CB-4718) fixed Console plugin not working on wp
  74. ### 0.2.6 (Jan 02, 2014)
  75. * [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Console plugin
  76. ### 0.2.5 (Dec 4, 2013)
  77. * add ubuntu platform
  78. ### 0.2.4 (Oct 28, 2013)
  79. * [CB-5154](https://issues.apache.org/jira/browse/CB-5154) log formatting incorrectly to native
  80. * [CB-5128](https://issues.apache.org/jira/browse/CB-5128): added repo + issue tag to plugin.xml for console plugin
  81. * [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
  82. ### 0.2.3 (Sept 25, 2013)
  83. * [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
  84. * [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.console to org.apache.cordova.console
  85. * Rename CHANGELOG.md -> RELEASENOTES.md
  86. * [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch.