Skip to content

Latest commit

 

History

History
345 lines (151 loc) · 9.88 KB

CHANGELOG.md

File metadata and controls

345 lines (151 loc) · 9.88 KB

Changelog

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)

Features

  • adding possibiltiy to upload visualisations (d1b4674)

Bug Fixes

  • removed code and made it more robust (b8bec1b)

2.1.1 (2019-08-21)

Bug Fixes

  • make cognos.js IE11 compatible again (b38854f)

2.1.0 (2019-08-15)

Build System

  • Updated build dependencies (5415a21)
  • Updated packages for build and test (90bdc82)
  • Updated testing dependencies (5e82bc5)

Features

  • Add functions to manager configuration settings (867a7f7)

Tests

  • More stable testing with promises (85ed66b)

2.0.1 (2019-07-16)

2.0.0 (2019-07-11)

Features

  • Added additional option to getCognos: ignoreInvalidCertificates (4c21b2f)

BREAKING CHANGES

  • Removed options parameter from uploadExtension

1.13.2 (2019-07-10)

Bug Fixes

  • Fixed about everything about the new feature. this does not throw errors anymore. (c9a5404)

1.13.1 (2019-07-10)

Bug Fixes

1.13.0 (2019-07-10)

Features

  • Upload extetion function now allows for disabling ssl certificate check (a5688ad)

1.12.0 (2019-04-06)

Bug Fixes

  • Made http delete request return better information (7e6b4cf)

Features

  • Added deletePalette function (e732f2b)
  • Release compiled versions (6e54922)

1.11.0 (2019-03-12)

Features

  • Allow for export and import of Palettes (ef33ac3)

1.10.1 (2019-03-05)

1.10.0 (2019-03-05)

Bug Fixes

  • Added resolves to nested promises to make async requests work more reliable (9f28869)

Features

  • Add new function getCurrentThemeSettings (0e42342)
  • Added function to the builds as well (22809c1)

1.9.0 (2019-02-04)

Features

  • Added getFolderDetails function for raw folder details (7016b39)

1.8.0 (2018-12-19)

Bug Fixes

  • GetRootFolder did not properly return a nested promise (ab258f0)

Features

  • Added getCognosVersion call and made get Public folders more robust (a1cd145)

1.7.0 (2018-11-26)

Features

  • Expose user preferences and capabilities (ba0254a)
  • New option for getCognos: timeout. See documentation. (5ca108b)

1.6.0 (2018-11-09)

Features

  • New option for getCognos: timeout. See documentation. (9ae7b59)

1.5.1 (2018-10-09)

Bug Fixes

  • Multiple prompts were not concatenated correctly (6c21d89)

1.5.0 (2018-09-20)

Features

  • 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)

Features

  • 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)

Features

  • Added attributes for possible NameSpaces and the defaultNamespace (fbf4aef)

1.2.3 (2018-08-03)

1.2.2 (2018-08-03)

Bug Fixes

  • 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)

Bug Fixes

  • Small improvements in reselience of http requests to Cognos. Support of Redirects for example. (eb20164)

Features

  • Add support for namespaces as requested in #6 (3f09039)

1.1.0 (2018-04-20)

Bug Fixes

  • Added another error scenario when the network connection disappears (0c2412a)

Features

  • 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)

Bug Fixes

  • fixed: After deleting session, the next session fails. (85181ed)

1.0.2 (2018-03-20)

Bug Fixes

  • More Error handling, better tests (b324ba2)

1.0.1 (2018-03-15)

Bug Fixes

  • Fixed NodeJs support for Cognos including XSRF Cookie. Fixed tests, more error handling (ff31d4b)

1.0.0 (2018-03-13)

Features

  • Added GetReportData function (2786922)

BREAKING CHANGES

  • The main API changed (the way the jcognos object is exported.

0.1.4 (2018-03-12)

Bug Fixes

  • Working Axios version without XSRF support (1142f44)

0.1.3 (2017-11-29)

0.1.2 (2017-11-17)

Bug Fixes

  • Simplified the babel configuation and fixed main file path for npm module (4b97165)

0.1.1 (2017-11-15)

0.1.0 (2017-11-15)

Features