Releases: Araxeus/vendorfiles
v1.2.2
What's Changed
package was published on npm: https://www.npmjs.com/package/vendorfiles
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Bump dependencies
- Use Bun instead of Yarn as a package manager and build tool
- Other small build process improvements
overall small patch, not much changed
package was published on npm: https://www.npmjs.com/package/vendorfiles
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
-
Add
hashVersionFile
config option for dependencies which allows versioning based on commit hash of a file -
Add
default
options in config -
Allow empty version (error if using the
upgrade
command) -
Better error messages
-
Bump deps
-
Reflect changes in README
Full Changelog: v1.1.6...v1.2.0
v1.1.6
v1.1.1
v1.1.0
v1.0.0 🎉
What's Changed
- bump rome to 12.0.0 in #10
- add
outdated
command in #11 - add
--pr
flag tovendor upgrade
in #12 - add a GitHub Action that behave similarly to Dependabot
- Fixed bugs, increased stability and improved error handling
Full Changelog: v1.0.0-beta.5...v1.0.0
v1.0.0-beta.5
What's Changed
- fix array not working as output of release asset in #2
- accept different config files (standalone JSON, TOML, YML) in #3
- add
vendor login
command by in #4 - Implement fast and safe http caching in #5
Full Changelog: 1.0.0-beta.1...v1.0.0-beta.5
1.0.0-beta.1
-
Add support for release assets using the
{release}/
template -
Allow extracting files from release assets in
zip
/tar
/tgz
formats (documented in readme) -
Properly encode downloaded binaries / pictures etc
-
Various under the hood improvements
-
Update docs
package published to npm