Releases: feathersjs-offline/owndata-ownnet
Releases · feathersjs-offline/owndata-ownnet
v2.0.7
v2.0.6
What's Changed
- Avoid version bump on Dependabot changes by @mhillerstrom in #75
- Bump sift from 14.0.3 to 15.1.0 by @dependabot in #76
- Create auto-merge.yml by @mhillerstrom in #77
- Update auto-merge.yml by @mhillerstrom in #78
- Bump @types/node from 16.11.14 to 17.0.0 by @dependabot in #79
- Added possibility to rename control attributes. by @mhillerstrom in #80
- Updated comment by @mhillerstrom in #81
- Fix peer dependency by @mhillerstrom in #82
Full Changelog: v2.0.1...v2.0.6
v2.0.3
Full automatic publishing to both NPM and GitHum Packages! 🎉
v2.0.2
No news - still trying to automate publishing to GitHub Packages.
v2.0.1
No news - only trying to automate publishing.
v2.0.0
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
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
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
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