Version 0.4
AcidBase 0.4.0 (2021-08-18)
New functions:
- Added new system path modifier functions, based on code previously defined in koopa shell package:
addToPathStart,addToPathEnd,removeFromPath. - Also added some useful path string parsing functions:
splitPathStringanduniquePathString.
Major changes:
-
shell: Reworked internal code to handoff toprocessx::runinstead of usingbase::system2. Simplified console output handling using a singleprintargument.
AcidBase 0.4.1 (2021-08-18)
Minor changes:
-
shellAdded some more useful options for subprocess handling and logging:wd,stdoutFile,stderrFile, as well asstderrToStdout.
AcidBase 0.4.2 (2021-08-19)
New functions:
-
parentDirectory(parentDir): Allows for each return of nested parent directories, similar to approach used in koopa shell package (parent_dir).
Minor changes:
-
realpath: Now keeps track of names, if defined.