Skip to content

Latest commit

 

History

History
102 lines (54 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

102 lines (54 loc) · 2.44 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • Fixed error lint with eslint (#332)

Changed

  • Migrated tslint to eslint. (#331)

[2.3.0] - 2021-05-19

Changed

  • Angular version upgraded to 10, and vulnerabilities updated. (#306)

[2.2.2] - 2021-05-19

Fixed

  • When ttl 0 was set, a request to the server was not made again, it brought it from memory, it was corrected in the isLive function of common.
  • When the value of a remote filter contained '&', the generated url did not keep the '&'.

[2.2.1] - 2020-10-17

Fixed

  • Warning: Entry point 'ngx-jsonapi' contains deep imports into 'node_modules/rxjs/internal/util/noop'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
  • lodash dependency missing.

[2.2.0] - 2020-10-17

Changed

  • Local cache store is disabled by default.
  • Only used lodash functions are included on base script. 69.44 KB to 7.5 KB, 89% saved!
  • Store support is optional.

image

Removed

  • config.cachestore_support

[2.1.19] - 2020-08-25

Fixed

  • Changed JS modules and methods for ES

[2.1.18] - 2020-08-13

Fixed

  • Fixed ModuleWithProviders to work with Angular 10

[2.1.17] - 2020-07-21

Removed

  • Removed test modules. Now they are not exported.

[2.1.16] - 2020-07-18

Fixed

  • With cachestore_support=false, dont try to save resources on LocalStorage. Problem detected with Angular Server Side Rendering.

[2.1.15] - 2020-01-17

Added

  • Added include_get and include_save to IResourceParams
  • Resource's save methods uses is_new instead of ID property to select between POST and PATCH

[2.1.14] - 2019-10-24

Added

  • Export testing resources

[2.1.13] - 2019-10-24

Fixed

  • ES6 support.

Deprecated

  • Deprecated @Autoregister() decorator.

[0.0.1]

Added