Skip to content

Releases: centralnicgroup-opensource/rtldev-middleware-node-sdk

v5.0.2

25 Sep 16:53
Compare
Choose a tag to compare

5.0.2 (2018-09-25)

Bug Fixes

  • pkg: update nodejs engine version requirements (200715f)

v5.0.1

21 Sep 08:34
Compare
Choose a tag to compare
  • Updated docs
  • Fixed link to the SDK Documentation

TypeScript migration and Review from scratch

21 Sep 08:28
Compare
Choose a tag to compare
  • 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!