Ender v0.9.3-dev Release Notes

Release Date: 2012-06-01 // almost 12 years ago
    • Adjust package.json data after reading to allow for some keys in an "ender" object (if it exists) to override root keys, including "name", "main", "ender" (bridge), "dependencies". Also accept overriding with "overlay"->"ender" as per the CommonJS Packages spec.
    • Take more responsibility for deciding which packages to install via npm. If packages are already in node_modules they are not installed with npm unless the package is specified as a path. Also allows Ender to install dependencies specified in "ender"->"dependencies".
    • --force-install option to force npm install of root packages, always true for for refresh
    • --quiet option to suppress stdout (except for errors)
    • upgrade dependencies
    • fix dupe dir scanning for dependency tree construction
    • add Contributors file
    • add Changelog.md file
    • --level (-l) of whitespace|simple|advanced to pass to Closure compiler