Hey SAS-C,
Just FYI. We have new release.
Bart
SAS Packages Framework, version 20231210
Intro
The release addresses the #89
issue. Thank you to ynsec37 for bringing the idea up!
New features in this release are dedicated for developers. And they allow to:
- automatically generate a
packagename.md
markdown file gathering all documentation notes from the help info snippets and the description file into one document,
- create a copy of the
zip
and md
files with the version number in their names (i.e. packagename_***_.zip
and packagename_***_.md
), just so archiving of the new packages versions would be easier.
For backward compatibility those features are turned off by default, appropriate parameters of the %generatePackage()
macro has to be set to 1 during package generation to enable them.
Changes: