Skip to content

Releases: sasjs/core

v2.2.0

05 Jan 14:42
Compare
Choose a tag to compare

2.2.0 (2021-01-05)

Features

  • mv_jobwaitfor macro, similar to waitfor statement (in concept) - will wait for ALL of a set of viya jobs to finish executing (506695b)

v2.1.2

03 Jan 22:36
Compare
Choose a tag to compare

2.1.2 (2021-01-03)

Bug Fixes

  • scope of json var, brining the %inc inside the macro (45f858d)

v2.1.1

03 Jan 22:31
Compare
Choose a tag to compare

2.1.1 (2021-01-03)

Bug Fixes

  • doc update for lua files, plus leftover reference in code (b4d97a0)

v2.1.0

03 Jan 22:17
Compare
Choose a tag to compare

2.1.0 (2021-01-03)

Features

  • mv_getjobcode macro, introducing LUA macros (4df8f3b)

v2.0.1

25 Dec 16:59
Compare
Choose a tag to compare

2.0.1 (2020-12-25)

Bug Fixes

  • debugging in mm_assignlib (b9fd79b)

v2.0.0

25 Dec 10:37
Compare
Choose a tag to compare

2.0.0 (2020-12-25)

Bug Fixes

  • updating

    Dependencies

    in header to be

    SAS Macros

    in line with the updated SASjs compilation process (which distinguishes between SAS Macro and SAS Program dependencies) (1beb30d)

BREAKING CHANGES

    • this doesn't break anything in the framework but I know of at least one old project that uses the

      Dependencies

      tag to perform backend compilation, so am bumping the version to be safe (looking at you, Chris

v1.14.0

25 Dec 10:23
Compare
Choose a tag to compare

1.14.0 (2020-12-25)

Bug Fixes

  • more comments in mp_prevobs (659339b)

Features

  • simple macro to test the write speed for a library (very very basic) (c090c8d)

v1.13.0

23 Dec 00:34
Compare
Choose a tag to compare

1.13.0 (2020-12-23)

Features

v1.12.4

16 Dec 16:12
Compare
Choose a tag to compare

1.12.4 (2020-12-16)

Bug Fixes

  • adding new mp_ds2csv macro (b3a8b43)

v1.12.3

02 Dec 07:11
Compare
Choose a tag to compare

1.12.3 (2020-12-02)

Bug Fixes

  • @cond on new line to prevent parsing issues in sasjs cli (bedc2a4)