All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Changelog
- updated packages
stack.ask
method now properly waits for user input
- removed helper methods
configureAndMerge
andconfigureMergeAndUpdateJSON
configure
supportssourceDirs
only
destSubDir
added tomerge
methodask
method- StackUpgrade constructor supports auto version and naming via providing path to existing package.json to read values from
- test coverage stats
merge
will auto-JSON.stringify provided answers if they are objects/arrays, strings and numbers are left unmodified.
- will throw error when doing deep merge over non .json or gitignore files which exists in respective destination
- added
forceOverride
option to force overriding of non .json or gitignore files
gitignore
files are also processed as.gitignore
and written with that name. This actually fixes npm/npm#3763
- add missing
semver
dep
- StackUpgrade.checkUpgrade(upgradeName, upgradeVersionRange)
- StackUpgrade.exec(cmd)
- updated README
- placeholders collection without duplicates
Initial version release