Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@a-ludi a-ludi released this 22 Aug 10:04
· 100 commits to master since this release

Added

  • Created a CHANGELOG
  • Convert strings to dash-case at runtime
  • Added dalicious.dependency.enforceExternalDepencenciesAvailable as a
    replacement for dalicious.dependency.enforceExternalToolsAvailable
  • New type BoundedArray
  • Added helper charRange
  • Added execution helpers executeCommand, executeShell, executeScript
    that log their actions

Changed

  • Improved traceExecution; it now reports function names including template
    parameters
  • Made logJson and friends more convenient
  • Avoid warning about unreachable statement but print an info message instead
  • Fixed Ddoc warning in dalicious.dependency.ExternalDependencyMissing
  • Avoid naming conflict with std.array.array
  • Other bug fixes and improvements

Deprecated

  • dalicious.dependency.enforceExternalToolsAvailable because the name does
    not match other names in the module