Releases: ZachiNachshon/git-deps-syncer
Releases · ZachiNachshon/git-deps-syncer
v0.8.0
v0.7.0
Changes
🚀 Features
- Added flag
--skip-symlink
to allow syncing sources directly to the external folder @ZachiNachshon (#13)
v0.6.0
Changes
🐛 Bug Fixes
- Sync all command should not treat valid dependencies as stale @ZachiNachshon (#12)
v0.5.0
Changes
🧰 Maintenance
- Format shell scripts using
shfmt
bash style @ZachiNachshon (#11) - Added tests coverage + CI GitHub workflow @ZachiNachshon (#8)
- Break the single script into multiple files + use the external folder utils @ZachiNachshon (#7)
📖 Documentation
- [Docs Site] Aligned docs with recent changes + added install / uninstall scripts @ZachiNachshon (#10)
🔌 Dependency Updates
- Update shell_scripts_lib to revision
9e8bf3d
@ZachiNachshon (#9)
v0.4.0
Changes
🐛 Bug Fixes
- Dev dependency
localPath
uses relative path instead of absolute @ZachiNachshon (#6)
🧰 Maintenance
- [Docs Site] Added product and documents site @ZachiNachshon (#5)
- [Deps] Integrate
git-deps-syncer
and add external reposhell-scripts-lib
for github scripts @ZachiNachshon
v0.3.0
Changes
🚀 Features
- Added support for exclusion/inclusion rules within config.json @ZachiNachshon (#4)
🐛 Bug Fixes
version
action printed a wrong utility name @ZachiNachshon (#2)
v0.2.0
v0.1.0
Changes
- Initial Commit