Releases: centralnicgroup-opensource/rtldev-middleware-node-sdk
Releases · centralnicgroup-opensource/rtldev-middleware-node-sdk
v5.0.2
v5.0.1
- Updated docs
- Fixed link to the SDK Documentation
TypeScript migration and Review from scratch
- typescript migration
- dropping out inheritance from EventEmitter and thus we are no longer based on event mechanism
- introducing eslint'ing
- introducing documentation tools: docco and typedoc
- TypeScript will be compiled to ES2016 (requires node 7.5.0 ++)
- use of async / await and Promises (requires node 7.6.0 ++)
- thus we enforce node 7.6.0 with this release!
- Review of Module Structure and their method nomenclature to be more customer/developer friendly
- Provide alternative Method to access data: by recordset or columnset
- Review of paginator methods: first, last, ...
- Dependency Bump: nock 9.3.3 -> 10.0.0 (requires node 6++)
- Dependency Bump: nyc 12.0.2 -> 13.0.1
- Possibility to use method chaining
- Easier way to save API Client's session data to the nodejs session and to reuse it later
- Dropping out things that were to technical in usage
Alternative usage possible: by using ts-node
NOTE: we have not tested this possibility!