Skip to content

Small but breaking API changes

Choose a tag to compare

@pcafstockf pcafstockf released this 02 Jun 23:37
· 1 commit to master since this release
  • Small but breaking API changes:
    • pkgToConfig is now async (returns Promise). Callers must await it.
    • LoadConfigFileOpts no longer uses a data property (only affects apps utilizing dotenv-expand).
    • mergeViaDirectives is no longer exported from the main entry points.
    • Removed setup-fs module (redundant with index).
    • Initializer priority sort is now numeric.
  • New: onEvalError notification when a helper fails during interpolation.
  • Comprehensive doc updates.