Release v0.19.0
- updated
README.md
- Clean up of release notes files
consoleReset -> decorate reset (deprecated)
rotateLogs now supports --help and better variable validation
- Removed ALL instances of
clearLine in lieu of statusMessage --first and statusMessage --last
- Fixed
_format to not mess up console
__checkFunctionInstallsBinary moved to test central setup directory
- Distributed installation tests to correct modules
- Added
nodeInstall, nodeUninstall
- Added
nodePackageMangagerInstall, nodePackageManagerUninstall
- Added
yarnInstall
- Added related test files for
node npm yarn and python
- Thinking of adding a
# Test: testName to documentation to aid in determining coverage without exhausting memory
- Default
NODE_PACKAGE_MANAGER is yarn
- Added environment variable
BUILD_YARN_VERSION
- Added environment variables
IP_URL, IP_URL_FILTER and no default anymore
ipLookup uses IP_URL now
- Made all
printf "%s" -> printf -- "%s"
environmentFileLoad would fail without arguments, fixed
- Removed
--clean statusMessage from extensionLists
dockerEnvFromBashEnv checks bash files for syntax and errors better
prettier no longer supported as it is a node package
- Added
directoryOldestFile and directoryNewestFile
- Removed assertion from
bashSanitize