- Added a per repo option for partially cloning a package. @sneridagh @davisagli #42
- Added per repository
outputparameter @sneridagh #40
developoption to deactivate a package without losing the corresponding configuration [sneridagh]
developoption to deactivate a package without losing the corresponding configuration [sneridagh]
- Parallelize the repository actions. For the case of large number of packages (ex: 40), there's a 20x speedup in operation [tiberiuichim]
- Install Prettier, reformat code using Prettier [tiberiuichim]
- Support default branch names other than master and main [davisagli]
- Rename
--default-to-masteroption to--fallback-to-default-branch - Rename
--all-masteroption to--force-default-branch
- Use main branch when master is not available [giuliaghisini]
- Upgrade to simple-git 3.3.0 [ebrehault]
- replace colors js mith chalk
- Allow setting a package as non-develop by setting
"develop": falsein mrs-developer.json, for any package configuration. @tiberiuichim
- Added the option to separate fetch and push urls
- Use tsconfig.base.json by default if it exists
- Do not enforce baseUrl to ./src
- Preserve existing paths (if not in src/develop)
- Support local paths to be added in tsconfig.json
- Support for mono-repositories
- Fix typo in command options
- Add
--all-masteroption
- Fix
--last-tagoption - Add
--default-to-masteroption
- Display error properly
- Do not crash if tag does not exist
- Fetch from origin before checkout tag
- Add the --https option to support a secondary repository URL
- Adapt mr.developer implementation