All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.2 (2020-05-28)
2.2.1 (2020-05-28)
2.2.0 (2020-05-28)
- adding possibiltiy to upload visualisations (d1b4674)
- removed code and made it more robust (b8bec1b)
2.1.1 (2019-08-21)
- make cognos.js IE11 compatible again (b38854f)
2.1.0 (2019-08-15)
- Updated build dependencies (5415a21)
- Updated packages for build and test (90bdc82)
- Updated testing dependencies (5e82bc5)
- Add functions to manager configuration settings (867a7f7)
- More stable testing with promises (85ed66b)
2.0.1 (2019-07-16)
2.0.0 (2019-07-11)
- Added additional option to getCognos: ignoreInvalidCertificates (4c21b2f)
- Removed options parameter from uploadExtension
1.13.2 (2019-07-10)
- Fixed about everything about the new feature. this does not throw errors anymore. (c9a5404)
1.13.1 (2019-07-10)
- typo (4b7f4db)
1.13.0 (2019-07-10)
- Upload extetion function now allows for disabling ssl certificate check (a5688ad)
1.12.0 (2019-04-06)
- Made http delete request return better information (7e6b4cf)
1.11.0 (2019-03-12)
- Allow for export and import of Palettes (ef33ac3)
1.10.1 (2019-03-05)
1.10.0 (2019-03-05)
- Added resolves to nested promises to make async requests work more reliable (9f28869)
1.9.0 (2019-02-04)
- Added getFolderDetails function for raw folder details (7016b39)
1.8.0 (2018-12-19)
- GetRootFolder did not properly return a nested promise (ab258f0)
- Added getCognosVersion call and made get Public folders more robust (a1cd145)
1.7.0 (2018-11-26)
- Expose user preferences and capabilities (ba0254a)
- New option for getCognos: timeout. See documentation. (5ca108b)
1.6.0 (2018-11-09)
- New option for getCognos: timeout. See documentation. (9ae7b59)
1.5.1 (2018-10-09)
- Multiple prompts were not concatenated correctly (6c21d89)
1.5.0 (2018-09-20)
- Added support for uploading themes and extensions in the compiled sources (dbd2ac8)
- Added uploadExtension method that allows you to upload extensions and themes (7423305)
1.4.0 (2018-08-22)
- The getCognos function now returns the same object if you omit the url parameter (54a3236)
1.3.1 (2018-08-06)
1.3.0 (2018-08-06)
- Added attributes for possible NameSpaces and the defaultNamespace (fbf4aef)
1.2.3 (2018-08-03)
1.2.2 (2018-08-03)
- Never compiled a version for node usage. (1fa5729)
- typo in package.json (a2c6e8a)
- addFolder function: in some environments the addFolder function failed (8210cca)
1.2.1 (2018-08-02)
1.2.0 (2018-08-02)
- Small improvements in reselience of http requests to Cognos. Support of Redirects for example. (eb20164)
1.1.0 (2018-04-20)
- Added another error scenario when the network connection disappears (0c2412a)
- Add Filter to fetch report data URL (133ee4b)
- jcognos will reset the connection if a timeout has occured (cac122f)
1.0.3 (2018-03-27)
- fixed: After deleting session, the next session fails. (85181ed)
1.0.2 (2018-03-20)
- More Error handling, better tests (b324ba2)
1.0.1 (2018-03-15)
- Fixed NodeJs support for Cognos including XSRF Cookie. Fixed tests, more error handling (ff31d4b)
1.0.0 (2018-03-13)
- Added GetReportData function (2786922)
- The main API changed (the way the jcognos object is exported.
0.1.4 (2018-03-12)
- Working Axios version without XSRF support (1142f44)
0.1.3 (2017-11-29)
0.1.2 (2017-11-17)
- Simplified the babel configuation and fixed main file path for npm module (4b97165)
0.1.1 (2017-11-15)
- Initial Version (1abc423)