Skip to content

Releases: feathersjs-offline/owndata-ownnet

v2.0.7

28 Dec 10:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

28 Dec 09:46
1a2c89e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.6

v2.0.3

30 Oct 09:59
ac3eb7e
Compare
Choose a tag to compare

Full automatic publishing to both NPM and GitHum Packages! 🎉

v2.0.2

30 Oct 09:30
2f78514
Compare
Choose a tag to compare

No news - still trying to automate publishing to GitHub Packages.

v2.0.1

29 Oct 14:46
a2b7bc8
Compare
Choose a tag to compare

No news - only trying to automate publishing.

v2.0.0

28 Oct 22:17
9811406
Compare
Choose a tag to compare

By adopting @feathersjs-offline/localforage as the offline database service adapter we enable the ordinary Feathers functions for WebSQL, IndexedDB, and LocalStorage by extending the localForage package as described in localForage. This allows for local storage of large amounts of data.

BREAKING CHANGE as we adopt a new way of specifying the storage backend.

v1.1.1

01 Aug 15:40
1f7aea6
Compare
Choose a tag to compare
Fix react (#51)

* Bump @types/mocha from 8.2.3 to 9.0.0

Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.3 to 9.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sift from 13.5.4 to 14.0.2

Bumps [sift](https://github.com/crcn/sift.js) from 13.5.4 to 14.0.2.
- [Release notes](https://github.com/crcn/sift.js/releases)
- [Changelog](https://github.com/crcn/sift.js/blob/master/changelog.md)
- [Commits](https://github.com/crcn/sift.js/commits)

---
updated-dependencies:
- dependency-name: sift
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed handling of syncedAt for AsyncStorage

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.1.0

30 Jul 14:43
d2d093b
Compare
Choose a tag to compare
Fix react (#50)

* Bump @types/mocha from 8.2.3 to 9.0.0
* Bump sift from 13.5.4 to 14.0.2
* Removed inclusion of localStorage **breaking**

__*** Breaking change ***__
Clients will no longer try to automatically supply a valid `localStorage` as this ruins pre-compiled clients (eg. React). If you still want to use the client eg. for a "slave" server, then you need to include something like:

```js
let LocalStorage = require('node-localstorage').LocalStorage;
global.localStorage = new LocalStorage('./.scratch');
```
before requiring the @feathersjs-offline/client module.

v1.0.8

17 Jul 14:29
0073ddf
Compare
Choose a tag to compare
Node localstorage fix (#45)

* Better params handling in server. Increment version.

* version update

* version update

* version update

* chore(release): publish v1.0.7

* Fixed #43 - sorry for any inconvenience!

* Change logs updated

v1.0.7

30 Apr 08:21
2b14e78
Compare
Choose a tag to compare

Better handling of params in server fixParams() courtesy of @tiagoit . New publish GitHub action. Bumped version.