Skip to content

Releases: alexbrazier/package-bundle

0.5.0

14 Jun 23:02

Choose a tag to compare

🎉 New Features

  • Added --proxy <url> option
  • Added --insecure option to ignore SSL errors
  • Added --basic-auth <hash> option
  • Added --auth-token <token> option

🐛 Bug Fixes

  • Invalid PBError type undefined
  • Switch registry to https

0.4.0

05 Jun 21:26

Choose a tag to compare

  • Add custom registry option with --registry
  • Update dependencies

0.3.1

25 Aug 18:24

Choose a tag to compare

  • Add missing dependency

0.3.0

25 Aug 18:15

Choose a tag to compare

  • Hash check downloads

0.2.0

25 Aug 17:39

Choose a tag to compare

  • Read packages from package.json if not args supplied

0.1.1

30 Apr 09:05

Choose a tag to compare

Fix bug on Windows

0.1.0

29 Apr 20:59

Choose a tag to compare

  • Resolve dependencies before downloading to improve speed
  • Logging more info as to what is happening
  • Progress bars

0.0.5

28 Apr 17:48

Choose a tag to compare

Typo

0.0.4

28 Apr 06:35

Choose a tag to compare

  • Fix bug with exiting before download finished
  • Add way to specify versions in the command line
  • Add way to download all versions
  • Transpile ES6 to make it work on older versions of node

0.0.3

27 Apr 07:20

Choose a tag to compare

Add more command line options, including usage output.