All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.12.0 (2022-04-14)
- package.json: Angular <13 (61c92f3), closes #122
- project: npm publish (ac98a70), closes #118
- version: bump version number (3126c6a)
- 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)
- 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)
- 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)
- 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)
- 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)
0.11.2 (2021-08-22)
0.11.1 (2021-08-22)
0.11.0 (2021-08-22)
- project: Update peerDependencies to Angular 11 (d8813bd)
0.10.0 (2020-11-04)
0.9.0 (2020-07-18)
- package.json: Update dependency for Angular to version 8, 9 and 10
0.8.4 (2020-03-29)
0.8.3 (2020-02-22)
0.8.2 (2019-09-20)
0.8.1 (2019-05-06)
0.8.0 (2018-12-24)
-
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)
- package.json: Fixed dependencies (ea53b53)
0.7.3 (2018-12-22)
- post: POST headers were missing content-type + npm audit fixes (06d2aeb)
- post-headers: Post Headers (a91cb44), closes #54
0.7.2 (2018-12-22)
- post: POST headers were missing content-type + npm audit fixes (06d2aeb)
0.7.1 (2018-11-28)
0.7.0 (2018-11-01)
- $GetUrl: GetUrl() is now supported on more operations (c2cb179)
- $GetUrl: .Delete(..) also requires .Exec() to really execute the delete operation.
#71
0.6.3 (2018-10-30)
- $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)
- 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)
- $demo: Fixed rxjs__WEBPACK_IMPORTED_MODULE_0__.Observable.throw and updated demo with correct c (9911417)
0.4.0 (2018-07-21)
0.3.3 (2018-06-02)
- $post: When doing a post or put, return value is TResponse (57dd534)
0.3.2 (2018-03-14)
0.3.1 (2018-02-21)
- $compositekey: Support composite key (bc00de5)
0.3.0 (2018-02-13)
- $code: supporting $count endpoint (79fb32c)
0.2.10 (2018-02-08)
- $code: Remove toCommaString (995a1a4)
0.2.9 (2018-02-06)
- $rxjs: import 'rxjs/add/observable/throw' (2f88057)
0.2.8 (2018-02-02)
0.2.7 (2018-01-20)
0.2.6 (2017-11-22)
0.2.5 (2017-11-10)
- $service): fix(operation: numeric/guid/boolean keys should not be quoted (7f40f95)
0.2.4 (2017-11-07)
- 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)
- $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)
- function: Function extractQueryResultData always returned
undefined
(6bb0f8b)
0.2.1 (2017-10-11)
- $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)
- test: Fix all tests (3dfc8ac)
- $httpclient: HttpClient : fixes (3f803c5)
0.1.6 (2017-09-01)
0.1.5 (2017-05-10)
- ODataQuery: Fix Exec() and ExecWithCount() to use defaultRequestOptions from config. (45ab4f9)
0.1.4 (2017-05-07)
- angularODataService: Fixed custom function formatting and added unit test for it (64b8e1e)
- test: Fixed npm test issue (Tslint should be of version 4+) (16aa50a)
- CustomFunction: Added parameter support to custom function (3622866)
0.1.3 (2017-04-20)
- angularODataService: Fixed angularODataService.Get() operation (6c43562)