Skip to content

Releases: a-ludi/dalicious

v2.0.0

22 Aug 10:04
Compare
Choose a tag to compare

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