Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Latest commit

 

History

History
385 lines (199 loc) · 19.4 KB

CHANGELOG.md

File metadata and controls

385 lines (199 loc) · 19.4 KB

Changelog

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

4.0.0 (2020-09-12)

⚠ BREAKING CHANGES

  • min node version is 12

Features

Bug Fixes

Chores

  • updated various dev dependencies (76369bf)
  • deps-dev: bump standard-version from 8.0.0 to 8.0.1 (#293) (f95bcd5)
  • fixed prettier warnings (6e8c34b)

3.0.0 (2020-06-11)

⚠ BREAKING CHANGES

  • minimum version of Next.js is now 9.3.2

Features

Bug Fixes

Chores

2.1.0 (2020-02-21)

Features

Bug Fixes

  • case where there's a generated folder by next.js (e5a638e)
  • updated dependencies (515d184)

Chores

  • moving binary inside integration folder (2f829a6)
  • removed azure pipelines (d0c8b90)

2.0.0 (2020-01-17)

  • BREAKING CHANGE: dropped Node.js v8

1.3.0 (2019-11-21)

Features

  • Env vars and more configuration for lambdas (#137) (1439426)

Bug Fixes

Docs

Chores

  • deps: [security] bump https-proxy-agent from 2.2.2 to 2.2.4 (#131) (3004c41)

1.2.1 (2019-11-13)

Bug Fixes

Chores

  • deps-dev: bump @types/node from 12.7.11 to 12.11.7 (#107) (37e1271)
  • added CI build on Github => lint and unit test (5236da2)

1.2.0 (2019-10-04)

Chores

  • deps-dev: bump react from 16.10.1 to 16.10.2 (#90) (f363711)

Features

  • writing files using native methods (#92) (118b30c)

1.1.0 (2019-10-02)

Chores

  • deps-dev: bump jest from 24.8.0 to 24.9.0 (#54) (b0a7468)
  • added config to include more commits (b03db8c)
  • deps: [security] bump eslint-utils from 1.3.1 to 1.4.2 (#64) (37388fb)
  • deps: [security] bump mixin-deep from 1.3.1 to 1.3.2 (#66) (12a0070)
  • deps-dev: bump @types/jest from 24.0.15 to 24.0.16 (#45) (760da5e)
  • deps-dev: bump @types/jest from 24.0.16 to 24.0.17 (0fe3020)
  • deps-dev: bump @types/jest from 24.0.16 to 24.0.17 (#48) (87c356e)
  • deps-dev: bump @types/jest from 24.0.17 to 24.0.18 (#57) (ac4f280)
  • deps-dev: bump babel-eslint from 10.0.1 to 10.0.2 (#52) (dccc496)
  • deps-dev: bump babel-eslint from 10.0.2 to 10.0.3 (#63) (8d1433e)
  • deps-dev: bump eslint from 5.16.0 to 6.2.2 (#60) (81756b1)
  • deps-dev: bump eslint from 6.2.2 to 6.3.0 (#68) (00944af)
  • deps-dev: bump eslint-config-prettier from 5.1.0 to 6.0.0 (#53) (db028c6)
  • deps-dev: bump eslint-config-prettier from 6.0.0 to 6.1.0 (#58) (c79ef3a)
  • deps-dev: bump eslint-config-prettier from 6.1.0 to 6.2.0 (#69) (d0b73cc)
  • deps-dev: bump eslint-config-prettier from 6.2.0 to 6.3.0 (#71) (1fda150)
  • deps-dev: bump eslint-plugin-node from 9.1.0 to 9.2.0 (#67) (bbe7869)
  • deps-dev: bump eslint-plugin-node from 9.2.0 to 10.0.0 (#70) (e35deb4)
  • deps-dev: bump eslint-plugin-prettier from 3.1.0 to 3.1.1 (#76) (75214e5)
  • deps-dev: bump eslint-plugin-unicorn from 9.1.0 to 9.1.1 (#51) (39f20d1)
  • deps-dev: bump eslint-plugin-unicorn from 9.1.1 to 10.0.0 (#62) (5328438)
  • deps-dev: bump jest-junit from 6.4.0 to 7.0.0 (661e7e9)
  • deps-dev: bump jest-junit from 6.4.0 to 7.0.0 (#43) (321d855)
  • deps-dev: bump jest-junit from 7.0.0 to 8.0.0 (#65) (a768faf)
  • deps-dev: bump react from 16.8.6 to 16.9.0 (#50) (6533c71)
  • deps-dev: bump react-dom from 16.8.6 to 16.9.0 (#49) (78eec10)
  • deps-dev: bump standard-version from 6.0.1 to 7.0.0 (71bd550)
  • deps-dev: bump standard-version from 6.0.1 to 7.0.0 (#44) (638066c)

Features

1.0.1 (2019-07-11)

1.0.0 (2019-07-08)

Bug Fixes

0.9.0 (2019-07-06)

  • BREAKING CHANGE: renamed CLI params (#33) (24efe81), closes #33

BREAKING CHANGES

  • renamed CLI params
  • gatewayKey => gateway-key
  • lambdaPath => next-app-dir
  • chore: removed next build app chore: udpated test

  • fix: tests

  • fix: added more info on the error msg

  • fix: path resolution

  • fix: requrie the correct build func

  • fix: correctly call build

0.8.0 (2019-07-04)

  • BREAKING CHANGE: routes not mandatory (#29) (e5f6e78), closes #29

BREAKING CHANGES

  • routes not mandatory
  • routes is not mandatory
  • added more types to the code
  • create routes based on next pages
  • fix: removed .next from ignored files

  • fix: path resolution of lambdas

  • fix path resolution of where the lambdas are
  • removed default value from CLI
  • handling schema validation in a different way
  • fix: test reviewed

  • fix: path to lambda

0.7.0 (2019-07-04)

  • BREAKING CHANGE: routes not mandatory (#29) (e5f6e78), closes #29

BREAKING CHANGES

  • routes not mandatory
  • routes is not mandatory
  • added more types to the code
  • create routes based on next pages
  • fix: removed .next from ignored files

  • fix: path resolution of lambdas

  • fix path resolution of where the lambdas are
  • removed default value from CLI
  • handling schema validation in a different way
  • fix: test reviewed

  • fix: path to lambda

0.6.1 (2019-06-27)

Bug Fixes

Features

  • added more types (6e263b3)
  • added typings to the functions (a9d2d63)
  • fixed declarations in lambdas (da752f0)
  • reactor based on providers (786957b)

0.5.1 (2019-06-27)

Bug Fixes

Features

  • added more types (6e263b3)
  • added typings to the functions (a9d2d63)
  • fixed declarations in lambdas (da752f0)
  • reactor based on providers (786957b)

0.5.0 (2019-06-21)

Bug Fixes

Features

  • added more types (eaa526d)
  • added typings to the functions (ad6ec11)
  • fixed declarations in lambdas (2f1ab5e)
  • TypeScript types for the main function (#18) (2610b7e)

0.4.1 (2019-06-20)

Bug Fixes

0.4.0 (2019-06-20)

Bug Fixes

Features

0.3.0 (2019-06-10)

Bug Fixes

Features

0.2.0 (2019-06-08)

Features

  • read configuration from config file (d75cde3)

  • BREAKING CHANGE: refactored how params are passed (#9) (efe1cd7), closes #9

BREAKING CHANGES

  • refactored how params are passed

0.1.0 (2019-06-07)