UNPKG

3.04 kBMarkdownView Raw
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
23### 0.2.1 (Sept 5, 2013)
24* [CB-4580] Fixed up duplicate definitions of module id
25* [CB-4432] Copyright notice change
26
27### 0.2.3 (Sept 25, 2013)
28* CB-4889 bumping&resetting version
29* [BlackBerry10] removed uneeded permission tags in plugin.xml
30* [BlackBerry10] removed uneeded permission tags in plugin.xml
31* CB-4889 renaming blackberry10 reference in plugin.xml
32* CB-4888 renaming org.apache.cordova.core.contacts to org.apache.cordova.contacts
33* added contacts api for firefoxos
34* Rename CHANGELOG.md -> RELEASENOTES.md
35* [CB-4824] Fix XCode 5 contacts plugin warnings
36* [CB-4752] Incremented plugin version on dev branch.
37
38### 0.2.4 (Oct 9, 2013)
39* [CB-4950] Remove the dependence on concrete component android.webkit.WebView.
40* [CB-4915] Incremented plugin version on dev branch.
41
42 ### 0.2.5 (Oct 28, 2013)
43* CB-5128: added repo + issue tags for contacts
44* [CB-5010] Incremented plugin version on dev branch.
45
46### 0.2.6 (Dec 4, 2013)
47* Fix bad commit/merge
48* CB-3035 Fix issue with windows new line char \n\r
49* wrong example given
50* docs added
51* FxOS name fields are arrays hackedSearch refactored search based on find commented out
52* search hacked via getAll
53* search added - no idea if this is working
54* createMozillaFromCordova and vice versa are used to translate contact objects from one API to another.
55* add/remove working
56* save is working
57* attempt to save is failing trying to limit the translated contact fields to name and familyName, but still failing
58* save is linked with the proxy contact.name doesn't exist www/Contact.js#Contact.prototype.save check on which side is the error
59* CB-5214 Make mobile spec tests on WP8 to run w/o user interaction + Sync with cordova-mobile-spec
60* CB-5525 WP8. Contacts Api fails in case of there is special character in contact field
61* fixed ubuntu policy error
62* [ubuntu] specify policy_group
63* add ubuntu platform
64* CB-3035 Fix issue with windows new line char \n\r
65* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos'.
66* CB-5198 [BlackBerry10] Update dependencies to point to registry
67* handle null filter when fields are specified. ( long standing pull-req from @kevfromireland )