Skip to content

Latest commit

 

History

History
758 lines (315 loc) · 21.5 KB

CHANGELOG.md

File metadata and controls

758 lines (315 loc) · 21.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.10.4 (2019-09-15)

4.10.3 (2019-09-10)

Bug Fixes

  • 🐛 schematics should not override the default service (a9795b8)

4.10.2 (2019-08-28)

Bug Fixes

  • selectmany: refactor it to be sync (1f884a0)

4.10.1 (2019-08-27)

Bug Fixes

  • ui-store: should support upsertmany (4ee8b2f), closes #285

4.10.0 (2019-08-20)

Features

  • devtools: allow to change instance name visible in devtools (50a65e9)

4.9.7 (2019-08-17)

Bug Fixes

  • schematics: use name as last part of path (d0ef1cf)

4.9.6 (2019-08-15)

Bug Fixes

  • entity-store: removeActive add support for single active (5097ec4)

4.9.5 (2019-08-15)

Bug Fixes

  • schematics: fix typo (dee8c37)
  • schematics: fix typos (bdf594a)
  • types: activestate use id by default again (ab90451)

4.9.4 (2019-08-13)

Bug Fixes

  • schematics: add doc link to entityservices (d8b34c9)
  • types: activestate use any by default (fd96dbb)

4.9.3 (2019-08-09)

Bug Fixes

  • array-utils: array upsert should pass the id key (b824e67), closes #270

4.9.2 (2019-08-09)

Bug Fixes

  • dirty-check-plugin: added missing generic type in DirtyCheckParams (f12eb1e)

4.9.0 (2019-08-06)

Bug Fixes

  • operators: filternil type (5be64cd)
  • schematic: uncomment ng-entity-service deps (401f049)
  • schematic-path: update path (f4b9539)
  • schematic-path: update path (c097b4a)
  • schematics: can update providers with object (6c2b41d)
  • schematics: change requested + build (9096c1f)
  • schematics: change requested after review (1fce27b)

Features

  • cli: add http entity service (792e7a5)
  • cli: add http entity service (0ce57a4)
  • schematics: add entity service (8714eb8)
  • schematics: add entity service (33c0b88)
  • schematics: generate http entity service (838f58b)
  • schematics: generate http entity service (36069f6)
  • schematics: httpService option for feature (a37ad89)

4.8.1 (2019-07-25)

Bug Fixes

  • upsert-many: should support class on update (4194410)

4.8.0 (2019-07-21)

Features

  • upsert-many: add akitaPreCheckEntity hook (9eddf45)
  • upsert-many: add akitaPreCheckEntity hook (#255) (6d05be9)

4.7.0 (2019-07-21)

Features

  • array-utils: add upsert function (03bda18)
  • array-utils: added arratUpsert (ae5f77c)

4.6.0 (2019-07-18)

Features

  • packages: entity-service (9b1bf13)

4.5.0 (2019-07-14)

Features

  • query: add combine queries helper (5d0a9f2)
  • query: add support for querying multiple keys (b2b0dd1)

4.4.3 (2019-07-12)

Bug Fixes

  • schematics: should support sourceroot key (793774f)

4.4.2 (2019-07-12)

Bug Fixes

  • upsert-many: should run pre hooks (1786129), closes #248

4.4.1 (2019-07-06)

Bug Fixes

  • devtools: fix hmr regression and remove devtools action (fa45d84)

4.4.0 (2019-07-05)

Features

  • cache: add cacheable helper (7ec6044)

4.3.0 (2019-07-05)

Features

  • entity-store: add move method (bd7369d)
  • store: move cache ttl to base store (114238a)

4.2.2 (2019-07-03)

Bug Fixes

  • schematics: import packages improvements (45324ef)

4.2.1 (2019-06-30)

Bug Fixes

  • schematics: router should run in production (5f1e2de)

4.2.0 (2019-06-29)

Features

  • persist-state: include property now can take a preficate (79f75b4)

4.1.1 (2019-06-26)

Bug Fixes

  • lib: should work with ts strict type (e4e4532), closes #241

4.1.0 (2019-06-26)

Features

4.0.0 (2019-06-26)

Features

  • lib: checkout the breaking changes file for more info (4105a11), closes #238

BREAKING CHANGES

  • lib: checkout the breaking changes file for more info

3.18.0 (2019-06-23)

Bug Fixes

  • persist-state: should support dynamic stores deletion (1a2eb5c)

Features

  • stores: expose stores on window in browser devmode (ead8561)

3.17.1 (2019-06-20)

Bug Fixes

  • persist-state: avoid redundant de/serialize (b182303)

3.17.0 (2019-06-19)

Features

  • persist-state: add prestorage operators option (91489b8)

3.16.1 (2019-06-16)

Bug Fixes

  • schematics: update devtools version (c627b99)

3.16.0 (2019-06-14)

Features

  • entity-store: add replace entity method (0289a7e)

3.15.1 (2019-06-10)

Bug Fixes

3.15.0 (2019-06-09)

Features

  • paginator-plugin: add refresh page method (85705e4), closes #232

3.14.0 (2019-06-07)

Features

  • history-plugin: allow custom clear function (68ba22e)

3.13.1 (2019-06-04)

Bug Fixes

  • persist-state: allow skipping storage update (e732050), closes #228

3.13.0 (2019-06-03)

Bug Fixes

  • store-config: remove internal storeName from config (8f8ceec)

Features

  • query-entity: add predicate function to select-entity method (ea7a1d7)

3.12.1 (2019-05-30)

Bug Fixes

  • persist-state: should support non-localstorage envs (3b7e160), closes #226

3.12.0 (2019-05-29)

Features

  • persist-state: add preupadte hooks (e3a5396)

3.11.2 (2019-05-27)

Bug Fixes

  • resettable: allow passing resettable in the constructor (40d6182), closes #224

3.11.1 (2019-05-20)

Bug Fixes

  • entity-store: revert store config to include idkey (949237c), closes #221
  • fp: add query entity options to create-entity-query function (430f8f3)

3.11.0 (2019-05-19)

Features

  • lib: add create store and create query functions (ee37a2c)

3.10.0 (2019-05-05)

Bug Fixes

  • presist-state: cache value should be persisted (56b4b16)

Features

  • entity-query: add entity actions query (6d9dc8d)

3.9.2 (2019-05-01)

Bug Fixes

  • paginator: take current page from response (4f05658)

3.9.0 (2019-04-30)

Bug Fixes

  • paginator: should take the total property to calc the to field (0ab4e20), closes #214

Features

  • devtools: add option to filter actions by deep compare (e7d4a63)
  • entity-store: add method should reset the loading back to false (69c9e1c)
  • entity-store: add upsert many method (79a7752)

3.7.0 (2019-04-17)

Bug Fixes

  • add platform check for NativeScript (4930c9b)
  • entity-store: select many should filter nil entities (7aef894), closes #210
  • schematics: extend angular schematics (3fe10a1)
  • storeconfig: changed config name (74c1e1f)

Features

  • store,storeconfig: config for deepFreeze function (1d7535c), closes #124

3.6.0 (2019-04-17)

Bug Fixes

  • storeconfig: changed config name (74c1e1f)

Features

  • store,storeconfig: config for deepFreeze function (1d7535c), closes #124

3.5.7 (2019-04-16)

Bug Fixes

  • schematics: extend angular schematics (3fe10a1)
  • add platform check for NativeScript (4930c9b)

3.5.6 (2019-04-13)

Bug Fixes

  • schematics: extend angular schematics (3fe10a1)

3.5.5 (2019-04-08)

Bug Fixes

  • transaction: expose transaction operator (3b1d036)

3.5.4 (2019-04-08)

Bug Fixes

  • paginator-plugin: add option to not clear the original store (be88f3e)

3.5.3 (2019-04-07)

Bug Fixes

  • ui-store: support pre-middleware hook (f1da2d7)

3.5.2 (2019-04-04)

Bug Fixes

  • internal: simplify not util (731302a)

3.5.1 (2019-04-04)

Bug Fixes

  • persist-state: merge clear all stores (a2dd005)

3.4.2 (2019-04-03)

Bug Fixes

  • persist-state: clear store should allow delete all (1e49782), closes #199

3.5.0 (2019-04-04)

Bug Fixes

  • array-utils: add support for non object keys (e2456c1)

Features

  • array-utils: add support for non-object keys (c434621)

3.4.2 (2019-04-04)

Bug Fixes

  • array-utils: add support for non object keys (e2456c1)

3.4.1 (2019-04-03)

Bug Fixes

  • devtools: call reset action (151df7a)

3.4.0 (2019-03-31)

Bug Fixes

  • entity-id-key: support dynamic id key from middleware (495f272), closes #196
  • entity-store: loop over the entities once (b74ea12)

Features

  • transactions: add new transactions operators (ce05544)

3.3.0 (2019-03-31)

Features

  • transactions: add new transactions operators (ce05544)

3.2.5 (2019-03-30)

Bug Fixes

  • entity-store: remove id key check (d4b4b7b)
  • upsert: add option to pass a class (9a6685a), closes #192

3.2.2 (2019-03-26)

Bug Fixes

  • dev-tools: protect undefined store (6e6e8c0)
  • store: fix store cache (485eac4)

Features

  • ui-entity-store: add initial entity state option (b099184)
  • ui-store: add the option to pass initial state (b1504df), closes #190

3.1.8 (2019-03-24)

3.1.4 (2019-03-23)

Bug Fixes

  • set-entities: verify that id is not a number before casting (c76a64f), closes #185

3.1.3 (2019-03-22)

Bug Fixes

  • middleware: set method should support pre middleware (1d7eb97), closes #186

3.1.2 (2019-03-20)

Bug Fixes

  • arrays: fix typescript import (3d6a924)
  • lib: export array utils (b72828e), closes #181
  • lib: import (db53731)
  • store: fix regression is not browser check (16119bb)

Features

  • entity-store: add assertEntityIdKey check (580cd6e)
  • query: add selectUpdatedEntityIds query method (71e6b3f), closes #183

3.0.3 (2019-03-16)

Bug Fixes

  • actions: short store actions (7d9adba)

3.0.2 (2019-03-16)

Bug Fixes