Skip to content

Releases: Araxeus/vendorfiles

v1.4.2

21 Feb 10:19

Choose a tag to compare

What's Changed

  • fix: updating single dependencies having wrong names in #136

    aka vendor update dependencyName when dependencyName isn't the same as the repo name

package was published to npm: https://www.npmjs.com/package/vendorfiles

Full Changelog: v1.4.1...v1.4.2

v1.4.1

14 Feb 00:41

Choose a tag to compare

What's Changed

  • fix {version} substitution in a folder inside a zip in #127
  • fix nodejs json import in #134
  • Bump dependencies in #133 and #132

package was published to npm: https://www.npmjs.com/package/vendorfiles

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Jan 15:43

Choose a tag to compare

What's Changed

  • use keyring instead of obfuscated auth in #112
  • enable incremental builds in #115
  • add a locked option to VendorDependencies in #116
  • add crx support by bumping unarchive version in #117
  • Support config location via VENDOR_CONFIG env var in #126
  • create vendorfiles.schema.json in #120
  • allows using defaultVendorOptions as an alternative to the default key in the config in f608b3c
  • import packageJson as an es6 module in #113
  • update dependencies

package was published to npm: https://www.npmjs.com/package/vendorfiles

Full Changelog: v1.3.1...v1.4.0

v1.3.0

29 Nov 13:26

Choose a tag to compare

What's Changed

  • add releaseRegex config option in #108
  • update dependencies && create npm provenance publish action in #107
  • replace @ltd/j-toml with smol-toml in #109

BREAKING:

  • replace -d --folder with -c --config in #110

package was published to npm: https://www.npmjs.com/package/vendorfiles

Full Changelog: v1.2.2...v1.3.0

v1.2.2

06 Aug 20:19

Choose a tag to compare

v1.2.1

06 Aug 19:12

Choose a tag to compare

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

31 May 13:06
7f70bfa

Choose a tag to compare

What's Changed

v1.2.0 by @Araxeus in #61 :

  • 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

18 May 15:19

Choose a tag to compare

What's Changed

  • Update all dependencies
  • Remove yarn requirement

Full Changelog: v1.1.1...v1.1.6

v1.1.1

14 Apr 23:06

Choose a tag to compare

What's Changed

  • fix install command not working & bump dependencies in #18

Full Changelog: v1.1.0...v1.1.1

v1.1.0

02 Apr 18:26

Choose a tag to compare

What's Changed

  • add a --folder option in #13
  • write final new line in config file if present previously in #14

Full Changelog: v1.0.0...v1.1.0