Commit Graph

8 Commits

Author SHA1 Message Date
Bart Jablonski 923dfbc369 SAS Packages Framework, version 20260723
SAS Packages Framework, version `20260723`

Changes:

- Bugfix in the %isPackagesFilerefOK() macro.
- New functionality added to the %SasPackagesFrameworkNotes() macro.
- Minor code cleaning.
2026-07-23 15:37:54 +02:00
Bart Jablonski 914ad08157 SAS Packages Framework, version 20260721
SAS Packages Framework, version `20260721`

Changes:

- Small errors fixed
- Code cleanup
2026-07-22 10:14:11 +02:00
Bart Jablonski 8102ab5513 SAS Packages Framework, version 20260710
SAS Packages Framework, version `20260710`

Changes:

- Code cleanup
2026-07-10 11:05:38 +02:00
Bart Jablonski 3ca1cae526 SAS Packages Framework, version 20260617
SAS Packages Framework, version `20260617`

Changes:

- Documentation update. Answer to issue: #136

Co-Authored-By: K.Nakamatsu <ken-nakamatsu@knworx.com>
2026-06-17 19:20:26 +02:00
Bart Jablonski 75a8b77406 SAS Packages Framework, version 20260615
SAS Packages Framework, version `20260615`

Changes:

- Documentation update. Answer to issue: https://github.com/yabwon/SAS_PACKAGES/issues/136
2026-06-15 23:08:16 +02:00
Bart Jablonski 8b5b1d18dc SAS Packages Framework, version 20260602
SAS Packages Framework, version `20260602`

Changes:

- New macro: `%requestPackage()`;
- Error fix for `githubRepo=` selection in the `%installPackage()` macro;
- check for already loaded packages added to the `%loadPackage()` macro to avoid unnecessary re-loading;
- update in `CMPLIB` cleaning for the `%unloadPacjkage()` macro.
2026-06-03 00:46:45 +02:00
Bart Jablonski b0654fe0eb SAS Packages Framework, version 20260515
SAS Packages Framework, version `20260515`

Changes:

Two new parameters in the `%unbundlePackages()` macro:

 - `reportOnly=` - *Optional.* Indicates if packages unbundling should be suspended and only a report with bundle content be produced and printed. Value `1` means yes, Value `0` (default) means no.

 - `quiet=` - *Optional.* Indicates if printout of the summary report should be suspended. Value `1` means yes, Value `0` (default) means no.
2026-05-15 23:59:07 +02:00
Bart Jablonski 163dd066d5 SAS Packages Framework, version 20260514
# SAS Packages Framework, version `20260514`

Code cleaning and fixes in user input verification.
2026-05-14 13:44:58 +02:00