Releases: tschettler/olingo-odata4-js
Releases · tschettler/olingo-odata4-js
xmldom dependency update
What's Changed
-
Xmldom update by @tschettler in #11
- Adds objects for tests to npm ignore
- Simplifies build process
- Updates to use @xmldom/xmldom
- Adds debug log to rat excludes
Full Changelog: 4.0.7...4.0.8
Tooling updates and fixes for lookup methods
What's Changed
- Net browser fix by @tschettler in #9
- Updated to toggle net module to use for oData.net export.
- Tooling updates by @tschettler in #10
- Build script updates.
- Fixed test project and tests.
- Updated dependencies based on npm audit.
- Added missing exports for odatautils: lookupAction, lookupFunction, lookupActionImport.
- Fixed license-check issues.
Full Changelog: 4.0.6...4.0.7
Updated to toggle net module to use for oData.net export
Additional Typings
- Fixed issue with ignored httpClient properties
- Added OData HttpClient and request interfaces
- Added Edmx interface references for metadata parameters
- Added Context interface for invokeRequest
- Added withCredentials to request
- Updated typings for odata and odatautils
- Fixed jsdoc issue in Gruntfile
- Fixed implicit any
Build fixes
- Updated xmldom to a dev dependency
- Fixed msbuild issues
- Added build script
- Added lookup functions for action, actionImport, and function EDM types
More typings
- Fixed typings for optional parameters
- Added interfaces for most Edm and Edmx schema elements
- Fixed parsing logic for OData 4 metadata
- Added interfaces for batch request/response objects