Skip to content

Latest commit

 

History

History
162 lines (69 loc) · 5.14 KB

CHANGELOG.md

File metadata and controls

162 lines (69 loc) · 5.14 KB

Change Log

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

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