6.0.0
nicoletteschreier
released this
08 Oct 18:56
·
104 commits
to master
since this release
Release Notes
New Features
- Support for Angular 6.
- Support for rxjs 6.
Bug Fixes
- DATE field with hyphenated name is incorrectly serialized as DATETIME when attempting to perform server side filtering. A type mismatch error is displayed on the client.
- getSession() fails to return jsdosession when building with Angular production build.getSession() fails to return jsdosession when building with Angular production build.
- KUIB does incorrect mapping when dataset contains field named "id".
Known Issues
- If an app uses a JSDOSession object to log in to a Web application that uses Form authentication and then uses another JSDOSession object to log in to the same Web application (the serviceURI's resolve to the same location), the second JSDOsession does not validate credentials passed to its login() method if the session established by the first login is still valid. Developers should avoid using 2 JSDOSessions that point to the same Web application and are active at the same time.
getSession() will reject its promise with an error code of GENERAL_FAILURE instead of AUTHENTICATION_FAILURE if the user successfully logs into a token provider but the given data provider rejects said token. - [JSDO's Session] Login fails for the first time with 'Invalid Credentials' after session timeout.