Skip to content

Latest commit

 

History

History
213 lines (95 loc) · 6.17 KB

CHANGELOG.md

File metadata and controls

213 lines (95 loc) · 6.17 KB

Change Log

Since March 2020 the changelog is managed by github releases - see https://github.com/sasjs/adapter/releases.

Changes up to 5th March 2020

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.9.0 (2020-03-05)

Bug Fixes

  • special chars regex, csv function improvements (5c8e3fe)
  • splitting tests in different files (95e1d8b)
  • switching crlfs to lfs in values (277cf3f)

Features

  • fixing tests to fit adapter behaviour (6146189)

1.8.0 (2020-03-03)

Bug Fixes

  • parsing error from response (ff5fa1b)

Features

  • update SASjs configuration after initializaton (ee1255c)

1.7.2 (2020-03-02)

1.7.1 (2020-03-02)

Bug Fixes

  • header data types, empty numerics (c95c9fc)

1.7.0 (2020-03-01)

Bug Fixes

Features

  • tests for sasjs, also bumping cypress version and setting cypress tsconfig to ES6 (we'll be using cypress browsers) (e8193c1)
  • tests for sasjs, also bumping cypress version and setting cypress tsconfig to ES6 (we'll be using cypress browsers) (a197344)

1.6.5 (2020-03-01)

1.6.4 (2020-03-01)

1.6.3 (2020-02-26)

Bug Fixes

  • always check session before trying to log in (6f256ac)

1.6.2 (2020-02-26)

Bug Fixes

1.6.1 (2020-02-23)

1.6.0 (2020-02-23)

Features

  • adding sasjs JS file in dist folder (a4d7e87)

1.5.4 (2020-02-22)

Bug Fixes

  • splice log only if there is a log in Viya (d72a987)

1.5.3 (2020-02-22)

Bug Fixes

  • capturing and parsing program code in Viya, plus replacement of console logs with console errors (f4d6ac7)

1.5.2 (2020-02-22)

1.5.1 (2020-02-21)

Bug Fixes

  • parse code only when log is available (92fadff)

1.5.0 (2020-02-21)

Bug Fixes

  • fetch login form data if not available (d7e7b2f)
  • revert unnecessary change (34ed2a0)

Features

1.4.2 (2020-02-20)

Bug Fixes

  • premature assignment of loginLink (0c8a967)

1.4.0 (2020-02-20)

Bug Fixes

  • putting param export in right place (6372ea2)

Features

  • switching from file based upload to params for Viya. Fixes #13 (2aeba78)

1.3.0 (2020-02-17)

Bug Fixes

Features

  • adding MIT license (ef19e2a)
  • add parsing of source and generated code from response (892122a)
  • add support for SAS9 responses (96c31c8)
  • code of conduct (cf31ce6)
  • initial commit (6957dac)