Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Latest commit

 

History

History
193 lines (80 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

193 lines (80 loc) · 5.33 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.10 (2018-12-21)

1.2.9 (2018-10-28)

1.2.8 (2018-10-19)

1.2.7 (2018-10-12)

1.2.6 (2018-10-12)

1.2.5 (2018-10-12)

1.2.4 (2018-10-12)

1.2.3 (2018-09-16)

1.2.2 (2018-09-16)

1.2.1 (2018-09-16)

1.2.0 (2018-09-16)

1.1.3 (2018-09-16)

Features

  • compat: Introduce babel for backwards compat with older versions of Node (c510cc3)

1.1.2 (2018-09-15)

Features

  • cli: Restructure console.logging (e57336e)

1.1.1 (2018-09-15)

Features

  • cli: Add newest options to cli.js (9aad483)

1.1.0 (2018-09-15)

Features

  • all: Change how params are handled (e0e5b71)

1.0.18 (2018-09-14)

1.0.17 (2018-09-14)

Bug Fixes

  • cli: Fix error handling in CLI (57658f0)
  • tests: Fixed tests appearing outside of BDD structure (2a87c28)

Features

  • errors: Externalise error handling to make it reusable (59c724e)

1.0.16 (2018-09-14)

1.0.15 (2018-09-14)

1.0.14 (2018-09-14)

1.0.13 (2018-09-14)

Bug Fixes

  • index: Fix params passed down (was missing CLI flag) (3618ae1)

Features

  • s3: Change from primitive path resolution to using absolute paths (dbbba6f)

1.0.12 (2018-09-14)

Bug Fixes

  • s3: Remove distributionId from params of uploadFilesInDir (c1647b1)

Features

  • s3: Add better error handling to invocation of recursive (2c4c64d)

1.0.11 (2018-09-13)

1.0.10 (2018-09-13)

Bug Fixes

  • s3: Fix a number of issues with s3.js (1c5e0c8)

1.0.9 (2018-09-13)

Bug Fixes

  • cli: Fix cli params (96dd057)
  • s3: Add mime lookup to ensure types are maintained (67813d1)

Features