Installation: The package no longer requires the spawn-sync module unless you are using Node.js version 0.10 and specifically call spawnSync, simplifying the installation process for most users.
Improvements
Testing: The package now includes tests for Node.js version 6, ensuring better compatibility and performance for users on this version.
Module Structure: The package is restructured to be a single module again, enhancing usability and reducing complexity for end-users.
Fixes
Fix issues with installing spawn-sync during tests, improving the reliability of the testing process.
Others
Update the README to provide clearer documentation and guidance for users.
Update to use ESLint for code quality, ensuring a more maintainable and consistent codebase.
Use the master branch of the AppVeyor image for better build consistency.
Release version 3.0.0, bringing all the latest improvements and fixes to users.