Skip to content

Latest commit

 

History

History
373 lines (187 loc) · 24.9 KB

CHANGELOG.md

File metadata and controls

373 lines (187 loc) · 24.9 KB

@lagon/cli

0.7.8

Patch Changes

0.7.7

Patch Changes

0.7.6

Patch Changes

0.7.5

Patch Changes

0.7.4

Patch Changes

  • #928 28bd4c6 Thanks @QuiiBz! - Set content-length header to 0 when body is null and method POST or PUT in fetch()

  • #925 102bb75 Thanks @QuiiBz! - Fix lagon dev hot reloading updating after the 2nd request

  • dfdb662 Thanks @QuiiBz! - Load environment variable file based on current directory

0.7.3

Patch Changes

0.7.2

Patch Changes

0.7.1

Patch Changes

  • #861 22f5cc1 Thanks @akitaSummer! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA to SubtleCrypto#sign & SubtleCrypto#verify

0.7.0

Minor Changes

Patch Changes

  • #848 cd214f2 Thanks @QuiiBz! - Support AES-CBC for SubtleCrypto#encrypt & SubtleCrypto#decrypt
  • 9eada33 Thanks @QuiiBz! - Improve UX by showing file errors instead of exiting immediately

0.6.1

Patch Changes

  • #830 7d54f3a Thanks @QuiiBz! - Add info message with link to get authorization code when using lagon login

0.6.0

Minor Changes

Patch Changes

0.5.8

Patch Changes

  • 209ee44 Thanks @QuiiBz! - Set process.env.NODE_ENV to "development" when using lagon dev
  • #782 b92e0de Thanks @QuiiBz! - Automatically load .env files with lagon dev if present in root

0.5.7

Patch Changes

0.5.6

Patch Changes

0.5.5

Patch Changes

  • #688 0dffdb2 Thanks @QuiiBz! - Allow lagon deploy & lagon build to specify files and folders

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

  • #610 8e70413 Thanks @QuiiBz! - Allow using lagon dev without any argument to use the current directory configuration
  • #608 066c24e Thanks @QuiiBz! - Re-use the same isolate between requests to keep server-side state

0.5.0

Minor Changes

  • #604 73856f5 Thanks @QuiiBz! - Improve functions configuration by saving parameters into a local config file.

    When using lagon dev, lagon build or lagon deploy, you don't need anymore to specify the function's entrypoint and the public directory. These configuration are saved into a local .lagon/config.json file.

    Note that lagon dev still allows to specify an entrypoint and public directory as before using arguments and options, making it easy to test locally.

Patch Changes

0.4.7

Patch Changes

0.4.6

Patch Changes

  • #542 04235a1 Thanks @QuiiBz! - Only update the dev server when files are added/deleted/modified

0.4.5

Patch Changes

  • #453 aa76449 Thanks @QuiiBz! - Show errors in the terminal instead of as request responses

0.4.4

Patch Changes

  • #416 c3bbdb3 Thanks @QuiiBz! - Stop streaming and log errors when we have errors/timeouts/memory limits

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

  • #340 75eac5d Thanks @QuiiBz! - Fix some commands returning an error due to wrong parsing

0.4.0

Minor Changes

Patch Changes

0.3.6

Patch Changes

0.3.5

Patch Changes

0.3.4

Patch Changes

0.3.3

Patch Changes

0.3.2

Patch Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes