Skip to content

Latest commit

 

History

History
205 lines (99 loc) · 9.83 KB

CHANGELOG.md

File metadata and controls

205 lines (99 loc) · 9.83 KB

4.2.5 (2023-11-27)

Dependencies

  • deps: bump cosmiconfig from 8.3.6 to 9.0.0 (#494) (4a53e60)

4.2.4 (2023-10-04)

Dependencies

  • deps: bump rimraf from 5.0.1 to 5.0.5 (#449) (dd3ff7e)

4.2.3 (2023-09-16)

Dependencies

  • deps: bump cosmiconfig from 8.3.5 to 8.3.6 (#432) (3e3b337)

4.2.2 (2023-09-11)

Dependencies

  • deps: bump cosmiconfig from 8.3.3 to 8.3.5 (#427) (a94f62f)

4.2.1 (2023-09-04)

Dependencies

  • deps: bump cosmiconfig from 8.2.0 to 8.3.3 (#419) (57dc0ed)

4.2.0 (2023-08-29)

Features

  • allow to remap directories (f59d6da)
  • allow to specify downloadDirectory (c33860a)

4.1.6 (2023-06-06)

Dependencies

  • deps: bump clipanion from 3.2.0 to 3.2.1 (#351) (202d8b9)
  • deps: bump cosmiconfig from 8.1.3 to 8.2.0 (#352) (6783bde)

4.1.5 (2023-05-18)

Dependencies

  • deps: bump rimraf from 5.0.0 to 5.0.1 (#341) (a4e800f)

4.1.4 (2023-04-29)

Bug Fixes

4.1.3 (2023-04-29)

Bug Fixes

  • executing bindl asks to install ts-node (#327) (3287f0d)

4.1.2 (2023-04-29)

⚠ BREAKING CHANGES

  • Types declarations are no longer included in the package. I believe no one was using them anyway, but if you were, please open an issue and I'll add them back.

Code Refactoring

4.1.1 (2023-04-25)

Dependencies

  • deps: bump @oclif/command from 1.8.20 to 1.8.24 (#322) (bdcf560)
  • deps: bump @oclif/config from 1.18.6 to 1.18.8 (#266) (8ab86e5)
  • deps: bump @oclif/plugin-help from 3.3.1 to 5.2.9 (#310) (5270777)
  • deps: bump decode-uri-component from 0.2.0 to 0.2.2 (#293) (f0b2fd6)
  • deps: bump json5 from 2.2.1 to 2.2.3 (#294) (a2c81cb)
  • deps: bump yaml, cosmiconfig, semantic-release and husky (#321) (2a3299e)
  • deps: update oclif to latest version and several other dependencies (#183) (a9cf7a8)

4.1.0 (2022-12-05)

Features

  • allow to skip download with BINDL_SKIP (bc69ed8)

4.0.1 (2022-11-17)

Bug Fixes

  • download when no files are specified (4b2d56d)

4.0.0 (2022-11-17)

⚠ BREAKING CHANGES

  • support custom decompress plugins, drop support for xz by default

Features

  • support custom decompress plugins, drop support for xz by default (492b1ca)

3.0.0 (2022-11-16)

⚠ BREAKING CHANGES

  • honor npm_config_arch if set
  • deps: drop support for node 10 and 12

Features

  • honor npm_config_arch if set (2f505ac)

Dependencies

  • deps: drop support for node 10 and 12 (6883ba6)
  • deps: refresh dependencies (18d9f77)
  • deps: tidy up dependencies (afa682a)

2.0.0 (2021-08-03)

⚠ BREAKING CHANGES

  • The minimum version of Node required was bumped from 8 to 10 due to the new dependencies.

Features

  • fix installation on Windows, remove tslib (#131) (145c5c0)

1.1.1 (2021-06-14)

Dependencies

  • deps: upgrade dependencies (2693f95)

1.1.0 (2021-02-07)

Features

Dependencies

  • deps: bump @oclif/plugin-help from 3.2.1 to 3.2.2 (#70) (062fe67)
  • deps: bump tslib from 2.0.3 to 2.1.0 (#60) (b6570bc)

1.0.5 (2021-02-04)

Dependencies

  • deps: bump @oclif/plugin-help from 3.2.1 to 3.2.2 (#70) (062fe67)

1.0.4 (2021-01-19)

Dependencies

  • deps: bump tslib from 2.0.3 to 2.1.0 (#60) (b6570bc)

1.0.3 (2020-12-30)

Dependencies

  • deps: bump @oclif/plugin-help from 3.2.0 to 3.2.1 (#54) (de8e260)

1.0.2 (2020-10-12)

Improvements

  • deps: bump tslib from 2.0.2 to 2.0.3 (#34) (b8977a1)
  • deps-dev: bump jest from 26.5.2 to 26.5.3 (#33) (1d260b9)
  • deps-dev: bump semantic-release from 17.1.2 to 17.2.1 (#36) (9eba368)

1.0.1 (2020-10-07)