-
#932
dd96fd0
Thanks @akitaSummer! - AddCompressionStream
&DecompressionStream
APIs -
#973
3a18950
Thanks @QuiiBz! - Fix Bangalore region to be ap-west instead of ap-south -
#971
7a2b184
Thanks @QuiiBz! - Add a Drizzle and Turso example
- #914
00b30bc
Thanks @barbarbar338! - Add Sidra example.
-
#872
a90e9e9
Thanks @anbraten! - Update contributing environment variables setup -
#899
be0dded
Thanks @QuiiBz! - Update custom domains documentation
- #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
- #836
76f8260
Thanks @QuiiBz! - Improve environment variables with support for copy/pasting a .env file
-
#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.