Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Releases: data-provider/browser-storage

Update dependencies

31 Oct 11:31
2453403

Choose a tag to compare

Changed

  • chore(deps): Update dependencies

Update dependencies

21 Jun 08:26
d9d6d2e

Choose a tag to compare

Changed

  • chore(deps): Update dependencies

Add Stryker tests

16 May 09:08
40028da

Choose a tag to compare

Added

  • test(stryker): Add stryker tests

Changed

  • chore(deps): Update dependencies

Update dependencies

09 Apr 10:26
a2a7a07

Choose a tag to compare

Changed

  • chore(deps): Update dependencies

Update dependencies

22 Mar 08:41
e139535

Choose a tag to compare

Changed

  • chore(deps): update dependencies

Fix namespace

18 Mar 13:21
50af940

Choose a tag to compare

Fixed

  • fix(namespace): Queried instances were using another namespace in localStorage or browserStorage.

Major release

14 Mar 10:18
9f15e4a

Choose a tag to compare

DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read pre-releases changelog, Data Provider Changelog and docs in https://www.data-provider.org for further info.

Changed

  • chore(deps): [BREAKING CHANGE] Update @data-provider dependency to v2.0.0
  • feat(providers): [BREAKING CHANGE] Use provider id as item key for localStorage and browserStorage
  • feat(providers): [BREAKING CHANGE] Remove create method. Update can be used instead.

Update @data-provider/core

26 Feb 19:23

Choose a tag to compare

Pre-release

Changed

First v2 pre-release

23 Feb 12:11

Choose a tag to compare

First v2 pre-release Pre-release
Pre-release

DISCLAIMER: This major release adapts this origin to the @data-provider v2.x interface. Read @data-provider docs for further info.

Changed

  • feat(Memory): [BREAKING CHANGE] - Use data-provider v2 standard arguments (id, options)
  • feat(Memory): [BREAKING CHANGE] - Queries now has to be defined as an object: { prop: "foo-prop" }
  • feat(Memory): [BREAKING CHANGE] - Remove defaultValue argument, now "initialState" option has to be used instead.
  • feat(Memory): [BREAKING CHANGE] - Remove queriesDefaultValue option. Now this is the default behavior
  • chore(umd distribution): [BREAKING CHANGE] - Rename umd dist file name to "index.umd.js"

Update dependencies

12 Jan 18:48
7ad56ba

Choose a tag to compare

Changed

  • Update dependencies