Skip to content

Commit afb57d3

Browse files
committed
Update to version 1.5.3
1 parent c19234a commit afb57d3

Some content is hidden

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

52 files changed

+214
-104
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.5.2 #
1+
# offline-persistence-toolkit 1.5.3 #
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.5.2 #
1+
# offline-persistence-toolkit 1.5.3 #
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.5.2/min'
61+
'persist' : 'js/libs/persist/v1.5.3/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.5.2/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.5.3/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.5.2/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.5.3/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.5.2/min'
94+
'persist' : 'js/libs/persist/v1.5.3/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.5.2 #
1+
# offline-persistence-toolkit 1.5.3 #
22

33
# Introduction #
44

docs/ArrayPersistenceStoreFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ <h5>Returns:</h5>
450450

451451

452452
<footer>
453-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
454-
<span class="product-docs-footer">Copyright © 2017, 2020
453+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
454+
<span class="product-docs-footer">Copyright © 2017, 2021
455455
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
456456
</footer>
457457
</div>

docs/AttributeFilter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ <h4 id="value" class="name">
447447

448448

449449
<footer>
450-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
451-
<span class="product-docs-footer">Copyright © 2017, 2020
450+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
451+
<span class="product-docs-footer">Copyright © 2017, 2021
452452
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
453453
</footer>
454454
</div>

docs/CompoundFilter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ <h4 id="op" class="name">
360360

361361

362362
<footer>
363-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
364-
<span class="product-docs-footer">Copyright © 2017, 2020
363+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
364+
<span class="product-docs-footer">Copyright © 2017, 2021
365365
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
366366
</footer>
367367
</div>

docs/ConfigurablePouchDBStoreFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@ <h5>Returns:</h5>
671671

672672

673673
<footer>
674-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
675-
<span class="product-docs-footer">Copyright © 2017, 2020
674+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
675+
<span class="product-docs-footer">Copyright © 2017, 2021
676676
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
677677
</footer>
678678
</div>

docs/DataMapping.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ <h5>Returns:</h5>
680680

681681

682682
<footer>
683-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
684-
<span class="product-docs-footer">Copyright © 2017, 2020
683+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
684+
<span class="product-docs-footer">Copyright © 2017, 2021
685685
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
686686
</footer>
687687
</div>

docs/DataMapping.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ <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.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
296-
<span class="product-docs-footer">Copyright © 2017, 2020
295+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
296+
<span class="product-docs-footer">Copyright © 2017, 2021
297297
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
298298
</footer>
299299
</div>

docs/DefaultResponseProxy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,8 +1730,8 @@ <h5>Returns:</h5>
17301730

17311731

17321732
<footer>
1733-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
1734-
<span class="product-docs-footer">Copyright © 2017, 2020
1733+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
1734+
<span class="product-docs-footer">Copyright © 2017, 2021
17351735
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
17361736
</footer>
17371737
</div>

0 commit comments

Comments
 (0)