Skip to content

Commit 0c5c992

Browse files
committed
Updating to 1.4.9
1 parent 658db2c commit 0c5c992

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+236
-185
lines changed

JSDOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# offline-persistence-toolkit 1.4.8 #
1+
# offline-persistence-toolkit 1.4.9 #
22

33
## Introduction ##
44

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# offline-persistence-toolkit 1.4.8 #
1+
# offline-persistence-toolkit 1.4.9 #
22

33
offline-persistence-toolkit is a client-side JavaScript library that provides caching and offline support at the HTTP request layer. This support is transparent to the user and is done through the Fetch API and an XHR adapter. HTTP requests made while the client device is offline are captured for replay when connection to the server is restored. Additional capabilities include a persistent storage layer, synchronization manager, binary data support and various configuration APIs for customizing the default behavior. This framework can be used in both ServiceWorker and non-ServiceWorker contexts within web and hybrid mobile apps.
44

@@ -58,16 +58,16 @@ If your app uses [RequireJS](http://www.requirejs.org/ "RequireJS"), update the
5858
```javascript
5959
requirejs.config({
6060
paths: {
61-
'persist' : 'js/libs/persist/v1.4.8/min'
61+
'persist' : 'js/libs/persist/v1.4.9/min'
6262

6363
// Other path mappings here
6464
}
6565
```
66-
For Oracle JET apps, also open `appDir/src/js/main-release-paths.json` and add the `'persist' : 'js/libs/persist/v1.4.8/min'` entry to the list of paths.
66+
For Oracle JET apps, also open `appDir/src/js/main-release-paths.json` and add the `'persist' : 'js/libs/persist/v1.4.9/min'` entry to the list of paths.
6767
6868
You can choose the name of the paths prefix. That is, you can use a different value to the ‘persist’ value shown in the examples.
6969
70-
It is recommended to add the version number as a convention in your application build step such as `'persist' : 'js/libs/persist/v1.4.8/min'`.
70+
It is recommended to add the version number as a convention in your application build step such as `'persist' : 'js/libs/persist/v1.4.9/min'`.
7171
7272
Versions of the toolkit are also available on CDN under the latest JET release. e.g.
7373
@@ -91,7 +91,7 @@ And again, if you are using RequireJS, you will need to map paths for these pack
9191
paths: {
9292
'pouchdb': 'js/libs/pouchdb-7.0.0',
9393
'pouchfind': 'js/libs/pouchdb.find',
94-
'persist' : 'js/libs/persist/v1.4.8/min'
94+
'persist' : 'js/libs/persist/v1.4.9/min'
9595

9696
// Other path mappings here
9797
}

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# offline-persistence-toolkit 1.4.8 #
1+
# offline-persistence-toolkit 1.4.9 #
22

33
# Introduction #
44

docs/ArrayPersistenceStoreFactory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ <h5>Returns:</h5>
450450

451451

452452
<footer>
453-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Jun 26 2020 12:21:08 GMT-0700 (Pacific Daylight Time)<br>
453+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Sep 04 2020 16:20:31 GMT-0700 (Pacific Daylight Time)<br>
454454
<span class="product-docs-footer">Copyright © 2017, 2020
455455
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
456456
</footer>

docs/AttributeFilter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ <h4 id="value" class="name">
447447

448448

449449
<footer>
450-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Jun 26 2020 12:21:08 GMT-0700 (Pacific Daylight Time)<br>
450+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Sep 04 2020 16:20:31 GMT-0700 (Pacific Daylight Time)<br>
451451
<span class="product-docs-footer">Copyright © 2017, 2020
452452
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
453453
</footer>

docs/CompoundFilter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ <h4 id="op" class="name">
360360

361361

362362
<footer>
363-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Jun 26 2020 12:21:08 GMT-0700 (Pacific Daylight Time)<br>
363+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Sep 04 2020 16:20:31 GMT-0700 (Pacific Daylight Time)<br>
364364
<span class="product-docs-footer">Copyright © 2017, 2020
365365
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
366366
</footer>

docs/ConfigurablePouchDBStoreFactory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ <h5>Returns:</h5>
671671

672672

673673
<footer>
674-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Jun 26 2020 12:21:08 GMT-0700 (Pacific Daylight Time)<br>
674+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Sep 04 2020 16:20:31 GMT-0700 (Pacific Daylight Time)<br>
675675
<span class="product-docs-footer">Copyright © 2017, 2020
676676
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
677677
</footer>

docs/DataMapping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ <h5>Returns:</h5>
680680

681681

682682
<footer>
683-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Jun 26 2020 12:21:08 GMT-0700 (Pacific Daylight Time)<br>
683+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Sep 04 2020 16:20:31 GMT-0700 (Pacific Daylight Time)<br>
684684
<span class="product-docs-footer">Copyright © 2017, 2020
685685
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
686686
</footer>

docs/DataMapping.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h1 class="page-title">Source: DataMapping.js</h1>
292292

293293

294294
<footer>
295-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Jun 26 2020 12:21:08 GMT-0700 (Pacific Daylight Time)<br>
295+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Sep 04 2020 16:20:31 GMT-0700 (Pacific Daylight Time)<br>
296296
<span class="product-docs-footer">Copyright © 2017, 2020
297297
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
298298
</footer>

docs/DefaultResponseProxy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ <h5>Returns:</h5>
17271727

17281728

17291729
<footer>
1730-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Jun 26 2020 12:21:08 GMT-0700 (Pacific Daylight Time)<br>
1730+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Fri Sep 04 2020 16:20:31 GMT-0700 (Pacific Daylight Time)<br>
17311731
<span class="product-docs-footer">Copyright © 2017, 2020
17321732
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
17331733
</footer>

0 commit comments

Comments
 (0)