-
#983
b2c1129
Thanks @QuiiBz! - Deploy to the specified organization instead of the current selected one -
#932
dd96fd0
Thanks @akitaSummer! - AddCompressionStream
&DecompressionStream
APIs -
#972
5dc7bd9
Thanks @QuiiBz! - Automatically load .env file from current directory or specified path -
#990
987642d
Thanks @QuiiBz! - Refactor binary installation to be more stable
-
#916
a8a02dd
Thanks @QuiiBz! - Replace once_cell with std's OnceLock -
#949
d003a29
Thanks @QuiiBz! - Improve performance of Headers & Body (Request & Response) -
#941
2dcce72
Thanks @QuiiBz! - Support HTTP/2 (along with HTTP/1.1) infetch()
-
#948
1075ea8
Thanks @QuiiBz! - Use rustls-ls instead of native-tls
-
#928
28bd4c6
Thanks @QuiiBz! - Set content-length header to 0 when body is null and method POST or PUT infetch()
-
#925
102bb75
Thanks @QuiiBz! - Fixlagon dev
hot reloading updating after the 2nd request -
dfdb662
Thanks @QuiiBz! - Load environment variable file based on current directory
-
#907
6a593cb
Thanks @QuiiBz! - Reduce loading animation ticks -
#835
12ff778
Thanks @QuiiBz! - Improve implementation of Headers, Request, Response and URLSearchParams
- #889
62447ba
Thanks @akitaSummer! - Support RSA-OAEP forSubtleCrypto#encrypt
&SubtleCrypto#decrypto
- #863
4e6968a
Thanks @akitaSummer! - Add AES-CTR toSubtleCrypto#encrypt
&SubtleCrypto#decrypt
- #861
22f5cc1
Thanks @akitaSummer! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA toSubtleCrypto#sign
&SubtleCrypto#verify
- #839
52b170a
Thanks @akitaSummer! - Add SubtleCrypto#deriveBits
- #851
66b1fa5
Thanks @akitaSummer! - Add SubtleCrypto#deriveKey
- #830
7d54f3a
Thanks @QuiiBz! - Add info message with link to get authorization code when usinglagon login
- #610
8e70413
Thanks @QuiiBz! - Allow usinglagon dev
without any argument to use the current directory configuration
-
#604
73856f5
Thanks @QuiiBz! - Improve functions configuration by saving parameters into a local config file.When using
lagon dev
,lagon build
orlagon 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.