- Fixed stdout maxBuffer length exceeded error (#64)
- Added huggingface.co support (#59)
- Updated help.md to include
--disable-cache
option and hugging face support.
- Fixed previous version's buggy implementation. Previous version deprecated.
npm bugged out when publishing. Version 2.12.0 is the same as 2.12.1
- Added option to not use cache. (#36)
- Fix https mode not working with git mode, which was unfortunately introduced with previous fix. (#49)
- Fix ssh mode not working with git mode. (#49)
- full async + cjs (no build need) (#41)
- Fix bug introduced in previous version, which basically broke git mode for Windows. (#42)
- Add ability to use old hashes with --mode=git. (#34)
- Subgroups now work (GitLab). (#24)
- Subdir now works with --mode=git
- GitLab changed tar.gz url. Now works again.
- Add support for privately hosted git repositories (#10)
- Reverted previous fix due to uncaught bug during testing.
- Add support for privately hosted git repositories (#6)
- Using rimraf for older node version support. E.g. Node 10 should now work again in all uses. (#3)
- Speed up git mode by doing a shallow clone (#171)
- degit --help did not work. It would throw error. Now it reads the help.md like it should. (#179)
- Fixed shebang. It was broken by pointing bin in package.json straight to dist/bin.js. Now pointing again to ./bin.js
- Fixed build so that #191 from previous change log actually is in the build.
- "main" and other default branches work, not just master (#243)
- Use rimrafSync instead of rm -rf in --mode=git (#191)
- Updated dependencies
- Forked to tiged, community driven fork of degit
-
Stop bundling dependencies
-
Update all dependencies
- Replace
chalk
withcolorette
- Sort by recency in interactive mode
- Bundle for a faster install
- Add an interactive mode (#4)
- Add
--mode=git
for cloning private repos (#29)
- Clone subdirectories from repos (
user/repo/subdir
)
- Support HTTPS proxying where
https_proxy
env var is supplied (#26)
- Improve CLI error logging (#49)
- Update
help.md
for Sourcehut support
- Sourcehut support (#85)
- Install
sander
(#34)
- Remove
console.log
- Oops, managed to publish 2.1.0 without building
- Add actions (#28)
- Allow flags like
-v
before argument (#25)
- Update node-tar for Node 9 compatibility
- Expose API for use in Node scripts (#23)
- Fix
files
in package.json
- Add
engines
field (#17)
- Use HTTPS, not SSH (#11)
- First release