Skip to content

Latest commit

 

History

History
142 lines (74 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

142 lines (74 loc) · 3.67 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]

[3.0.6] - 2024-06-06

Fixed

  • Fixed clear collection with this.data.length = 0 (#368)

[3.0.5] - 2024-06-05

Fixed

  • Fixed clear collection (#367)

[3.0.4] - 2024-06-05

Fixed

  • Fixed document-collection remove collection elements (#366)

[3.0.3] - 2024-06-05

Fixed

  • Fixed document-collection this.data.length (#365)

[3.0.2] - 2023-01-20

Fixed

  • Fixed when filtering with an operator, object is added as a value (#361)

[3.0.0] - 2021-12-23

Changed

  • Changed README and StoreService, JsonRipper added to public_api (#341)

[3.0.0] - 2021-08-17

Added

  • Compatibility with other frameworks in addition to angular was added to the library. The behavior of the http.service.ts file was changed, it stopped using http client by axios to give compatibility with other libraries. It changed the way the library is initialized, a bootstrap was created that is found in the jsonapi-bootstrap file (#326)

[2.3.0] - 2021-05-19

Changed

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

[2.2.3] - 2021-06-24

Fixed

  • Fix trackBy params of document-collection.ts. (#299)

[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