Skip to content

Latest commit

 

History

History
567 lines (250 loc) · 20.6 KB

CHANGELOG.md

File metadata and controls

567 lines (250 loc) · 20.6 KB

Changelog

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

0.12.0 (2022-04-14)

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#119) (f102e09)
  • package.json: fix chore (1a499b5)
  • package.json: fix name (8891988), closes #118

0.12.0 (2022-04-14)

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#119) (f102e09)
  • package.json: fix chore (1a499b5)
  • package.json: fix name (8891988), closes #118

0.12.0 (2022-04-14)

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#119) (f102e09)
  • package.json: fix chore (1a499b5)
  • package.json: fix name (8891988), closes #118

0.12.0 (2022-04-14)

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#119) (f102e09)
  • package.json: fix chore (1a499b5)
  • package.json: fix name (8891988), closes #118

0.12.0 (2022-04-14)

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#119) (f102e09)
  • package.json: fix chore (1a499b5)
  • package.json: fix name (8891988), closes #118

0.11.2 (2021-08-22)

Features

Bug Fixes

0.11.2 (2021-08-22)

Features

Bug Fixes

0.11.1 (2021-08-22)

Features

Bug Fixes

0.11.0 (2021-08-22)

Features

  • project: Update peerDependencies to Angular 11 (d8813bd)

0.10.0 (2020-11-04)

0.9.0 (2020-07-18)

Features

  • package.json: Update dependency for Angular to version 8, 9 and 10 (f19ef2a), closes #88

BREAKING CHANGES

  • package.json: Update dependency for Angular to version 8, 9 and 10

0.8.4 (2020-03-29)

Features

  • CustomParams: Added support for custom query parameters (#92) (b6b301f)

0.8.3 (2020-02-22)

Bug Fixes

  • return correct url if entity name is empty (#86) (0d74352)

0.8.2 (2019-09-20)

Bug Fixes

0.8.1 (2019-05-06)

Features

  • $search: Added support for $search (#80) (19f9aa1)

0.8.0 (2018-12-24)

Features

BREAKING CHANGES

  • Paging: All request options in the ODataConfiguration have a non-null headers object.

  • style(style): remove comment

remove comment

0.7.4 (2018-12-22)

Bug Fixes

  • package.json: Fixed dependencies (ea53b53)

0.7.3 (2018-12-22)

Bug Fixes

  • post: POST headers were missing content-type + npm audit fixes (06d2aeb)
  • post-headers: Post Headers (a91cb44), closes #54

0.7.2 (2018-12-22)

Bug Fixes

  • post: POST headers were missing content-type + npm audit fixes (06d2aeb)

0.7.1 (2018-11-28)

Bug Fixes

0.7.0 (2018-11-01)

Features

  • $GetUrl: GetUrl() is now supported on more operations (c2cb179)

BREAKING CHANGES

  • $GetUrl: .Delete(..) also requires .Exec() to really execute the delete operation.

#71

0.6.3 (2018-10-30)

Features

  • $GetUrl: Added GetUrl() method (2e48897)

0.6.2 (2018-10-21)

0.6.1 (2018-10-12)

0.6.0 (2018-10-10)

  • Allow ability to expand children on POST/PUT/PATCH calls (#63) (b628d73)

BREAKING CHANGES

  • Calls to .Post() now require .Exec() to invoke the request

61

  • feat(angularODataOperation): Add PatchOperation

Adding a PatchOperation to allow things like $expand, $select on PATCH requests

  • Calls to .Patch() now require .Exec() to invoke the request

61

  • feat(angularODataOperation): Add PutOperation

Adding a PutOperation to allow things like $expand, $select on PUT requests

  • Calls to .Put() now require .Exec() to invoke the request

61

  • refactor(rename): Renamed postRequestOptions -> customRequestOptions

Renamed postRequestOptions to customRequestOptions since it's no longer used on post/patch/put calls, but instead only on custom actions/functions/etc

  • Usage of postRequestOptions will need to use customRequestOptions now

  • refactor(angularODataService.spec): Extract common variable from tests

CodeFactor was complaining about the duplicate IEmployee object. Extracted this into the describe scope for the tests to use instead.

0.5.0 (2018-08-04)

Bug Fixes

  • $demo: Fixed rxjs__WEBPACK_IMPORTED_MODULE_0__.Observable.throw and updated demo with correct c (9911417)

0.4.0 (2018-07-21)

Bug Fixes

0.3.3 (2018-06-02)

Bug Fixes

  • $post: When doing a post or put, return value is TResponse (57dd534)

0.3.2 (2018-03-14)

Bug Fixes

  • Actions are http's post methods, so they needs customRequestOptions (#52) (7dc15c3)

0.3.1 (2018-02-21)

Features

  • $compositekey: Support composite key (bc00de5)

0.3.0 (2018-02-13)

Features

  • $code: supporting $count endpoint (79fb32c)

0.2.10 (2018-02-08)

Bug Fixes

  • $code: Remove toCommaString (995a1a4)

0.2.9 (2018-02-06)

Bug Fixes

  • $rxjs: import 'rxjs/add/observable/throw' (2f88057)

0.2.8 (2018-02-02)

Features

  • function: Add methods CustomCollectionAction, CustomCollectionF… (#45) (2b6e3c7)

0.2.7 (2018-01-20)

Bug Fixes

  • $query: Fixed issue #40 (nested property support for expand,filter and orderby) (8afea2f)

0.2.6 (2017-11-22)

Bug Fixes

0.2.5 (2017-11-10)

Bug Fixes

  • $service): fix(operation: numeric/guid/boolean keys should not be quoted (7f40f95)

0.2.4 (2017-11-07)

Bug Fixes

  • utils: Allows numbers as strings (df15d0d)
  • utils: Omits undefined values from serialized params (c339a89)
  • utils: Support boolean as entity key (ac631e0)

0.2.3 (2017-10-17)

Bug Fixes

  • $function: Function extractData return HttpResponce instead of T (dbc2dc5)
  • function: fix (b513136)
  • funtion: Function extractQueryResultData always returned undefined (ac61e8c)

0.2.2 (2017-10-12)

Bug Fixes

  • function: Function extractQueryResultData always returned undefined (6bb0f8b)

0.2.1 (2017-10-11)

Bug Fixes

  • $demo: fix demo (64b40be)
  • $options: Use Object.assign to create a copy from defaultRequestOptions (b278d8f)

0.2.0 (2017-10-03)

0.2.0-preview-01 (2017-09-29)

Bug Fixes

Features

  • $httpclient: HttpClient : fixes (3f803c5)

0.1.6 (2017-09-01)

Bug Fixes

0.1.5 (2017-05-10)

Bug Fixes

  • ODataQuery: Fix Exec() and ExecWithCount() to use defaultRequestOptions from config. (45ab4f9)

0.1.4 (2017-05-07)

Bug Fixes

  • angularODataService: Fixed custom function formatting and added unit test for it (64b8e1e)
  • test: Fixed npm test issue (Tslint should be of version 4+) (16aa50a)

Features

  • CustomFunction: Added parameter support to custom function (3622866)

0.1.3 (2017-04-20)

Bug Fixes

  • angularODataService: Fixed angularODataService.Get() operation (6c43562)

4.0.0 (2017-03-25)

0.1.2 (2017-03-23)

Bug Fixes

  • changelog: make changelog empty (c3d2b94), closes #2