1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
4 Copyright 2007, Google Inc.
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
9 1. Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer.
11 2. Redistributions in binary form must reproduce the above copyright notice,
12 this list of conditions and the following disclaimer in the documentation
13 and/or other materials provided with the distribution.
14 3. Neither the name of Google Inc. nor the names of its contributors may be
15 used to endorse or promote products derived from this software without
16 specific prior written permission.
18 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
19 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
21 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
27 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 <title>API History
</title>
33 <link rel=
"stylesheet" type=
"text/css" href=
"gears.css" />
40 <div id=
"pagecontent">
42 <h3 id=
"0.3">New in
0.3 <em>- In the pipeline
</em></h3>
45 <li>Added initial
<a href=
"api_desktop.html">Desktop
</a> module.
46 <li><a href=
"api_factory.html">Factory
</a> changes:
48 <li>Added the
<code>hasPermission
</code> property.
49 <li>Added the
<code>getPermission()
</code> method.
51 <li><a href=
"api_localserver.html">LocalServer
</a> changes:
53 <li>Added the
<code>oncomplete
</code>,
<code>onerror
</code>, and
54 <code>onprogress
</code> events to the
55 <code>ManagedResourceStore
</code> class.
61 <h3 id=
"0.2">New in
0.2 <em>- Released February
14,
2008</em></h3>
64 <li>Added initial
<a href=
"api_httprequest.html">HttpRequest
</a> module.
65 <li>Added initial
<a href=
"api_timer.html">Timer
</a> module.
66 <li><a href=
"api_workerpool.html">WorkerPool
</a> changes:
68 <li>Added the
<code>onerror
</code> callback.
69 <li>Added the
<code>createWorkerFromUrl()
</code> method.
70 <li>Added the
<code>allowCrossOrigin()
</code> method.
71 <li>Added the
<code>messageObject
</code> parameter to the
72 <code>onmessage
</code> callback.
74 <li><a href=
"api_localserver.html">LocalServer
</a> changes:
76 <li>The
<code>requiredCookie
</code> parameter to the
77 <code>openManagedStore()
</code> and
<code>createManagedStore()
</code>
78 methods now recognizes the special cookie value
<code>;NONE;
</code>.
80 <li><a href=
"api_factory.html">Factory
</a> changes:
82 <li>Added the
<code>version
</code> property.
83 <li>Deprecated the
<code>classVersion
</code> parameter to the
84 <code>create()
</code> method.
90 <h3 id=
"0.1">New in
0.1 <em>- Released May
31,
2007</em></h3>
92 <li>Initial Gears release, including first versions of:
94 <li><a href=
"api_database.html">Database
</a> module
95 <li><a href=
"api_localserver.html">LocalServer
</a> module
96 <li><a href=
"api_workerpool.html">WorkerPool
</a> module