Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

v6.0.0

Choose a tag to compare

@token-generator-app token-generator-app released this 18 Aug 11:16
4a49aca

6.0.0 (2022-08-17)

⚠ BREAKING CHANGES

  • When using zip-it-and-ship-it with TS the types for the config and some return types changed. nodeBundler in the config, moduleFormat and runtime in return objects are now also enums. These const enums are exported in the main entry point for your use.

Features

  • add support to per-function configuration files (#1030) (dbc0857)
  • convert Runtime, NodeBundler and ModuleFormat to enums (#1179) (b472a84)
  • new bundler that allows to skip bundling (#1173) (dbc0857)