Skip to content

Releases: loune/snap-push

v6.3.0

17 Sep 13:06

Choose a tag to compare

  • feat: Upgrade to Node.js 20
  • feat: Upgrade to ESLint 9 and fix errors.
  • fix: CLI and ESM.
  • feat: Update dependencies.
  • feat: Remove azurite as a dev dep.
  • feat: Add publish to npm github action.

Full Changelog: v6.1.1...v6.3.0

v6.1.1

28 Dec 01:10

Choose a tag to compare

  • chore: update gitignore c4f0cfe
  • chore: Update README and CHANGELOG fa653c4
  • feat: Update dependencies 45e74e1
  • fix: missing/duplicate content types and extension detection dbd54e4

v6.1.0...v6.1.1

v6.1.0

25 Oct 11:17

Choose a tag to compare

  • feat: Refactor content type detection b9069b6

v6.0.0...v6.1.0

v6.0.0

24 Oct 20:58

Choose a tag to compare

  • feat: Convert to ES Modules feat: Build both CommonJS and ES Modules feat: Update dependencies - feat: Set minimum Node.js 16 9e5ba2e
  • feat: Update dependencies
  • fix: lint and type errors

v5.0.0...v6.0.0

v5.0.0

04 May 13:20

Choose a tag to compare

Changed

  • Uses AWS SDK v3 (@aws-sdk/client-s3) instead of aws-sdk.
  • Requires @aws-sdk/client-s3 and Node.js 14+.

v4.1.0...v5.0.0

v4.1.0

10 Jun 10:10

Choose a tag to compare

  • Update CHANGELOG for 4.1.0 d34c704
  • Merge branch 'master' of https://github.com/loune/snap-push 5fc1fd2
  • Add dryRun option that pretends to upload (and delete) files for testing purposes. Add ignoreFile option to allow skipping upload of certain files. Add substituteFile option to allow substituting upload of a local file with another. Add PushResult.errorKeys with keys which had upload errors. bb59cca
  • Bump ws from 7.4.4 to 7.4.6 (#14) 477b0bd
  • Bump browserslist from 4.16.3 to 4.16.6 (#13) 2f70bdd
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#12) 2ebc980

v4.0.0...v4.1.0

v4.0.0

05 May 11:35

Choose a tag to compare

Added

  • Automatically create compressed copies of files with br and gzip using new encoding option.
  • Object tagging for AWS and Azure.

v3.0.0...v4.0.0

v3.0.0

27 Apr 12:52

Choose a tag to compare

Changed

  • Update @azure/storage-blob to version 12 and fix implementation.
  • Update dependencies to latest version.
  • Improve unit tests and add CI.

v2.0.1...v3.0.0

v2.0.1

12 Jul 11:34

Choose a tag to compare

  • Fix built-in mime types not working when using custom mime types Add test and update changelog 12bbf8c
  • Add eslint-plugin-prettier 52fef0d
  • Fix README and improve error message 1f53234

v2.0.0...v2.0.1

2.0.0 - 2019/06/18

18 Jun 10:29

Choose a tag to compare

Fixed

  • Allow bucket name to have dots for CLI.
  • Better error handling.

Added

  • Define custom MIME types through mimeTypes.

Changed

  • metadata PushOption now accepts function.

v1.0.1...v2.0.0