🚀 Updates
- Rewrote configuration from the ground-up:
- Strict parsing to bubble up typos, invalid nesting, and more.
- Recursive merging and validation.
- And many more improvements.
- Rewrote error handling and rendering.
- Improved error messages.
- Added custom error messages for certain situations.
- Added support for npm lockfile v3 format.
🐞 Fixes
- Fixed an issue where colors were not being forced when passing
--color
. - Fixed an issue where
--log
orMOON_LOG
would error when running nestedmoon
commands.
⚙️ Internal
- Updated to proto v0.10.
- Updated Cargo dependencies.