Releases: centralnicgroup-opensource/rtldev-middleware-node-sdk
Releases · centralnicgroup-opensource/rtldev-middleware-node-sdk
v5.4.1
29 Mar 15:19
Compare
Sorry, something went wrong.
No results found
5.4.1 (2019-03-29)
Bug Fixes
apiclient: useragent string missing slashes; security bump; (2704c7e )
v5.4.0
07 Mar 16:09
Compare
Sorry, something went wrong.
No results found
5.4.0 (2019-03-07)
Features
user-agent: added functionality to customize default value (4406c4e )
v5.3.0
07 Mar 15:49
Compare
Sorry, something went wrong.
No results found
5.3.0 (2019-03-07)
Features
user-agent: review user-agent header value (e182cd4 )
v5.2.0
02 Nov 16:27
Compare
Sorry, something went wrong.
No results found
5.2.0 (2018-11-02)
Features
logger: possibility to set a customer logger (4231369 )
v5.1.0
15 Oct 14:21
Compare
Sorry, something went wrong.
No results found
5.1.0 (2018-10-15)
Features
client: add getSession method (c22884c )
v5.0.4
04 Oct 12:42
Compare
Sorry, something went wrong.
No results found
5.0.4 (2018-10-04)
Bug Fixes
CLIENT: use of fixed version of urlencode (e067ded )
v5.0.3
02 Oct 15:59
Compare
Sorry, something went wrong.
No results found
./src/templates/template.hbs
v5.0.2
25 Sep 16:53
Compare
Sorry, something went wrong.
No results found
5.0.2 (2018-09-25)
Bug Fixes
pkg: update nodejs engine version requirements (200715f )
v5.0.1
21 Sep 08:34
Compare
Sorry, something went wrong.
No results found
Updated docs
Fixed link to the SDK Documentation
TypeScript migration and Review from scratch
21 Sep 08:28
Compare
Sorry, something went wrong.
No results found
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!