Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Update changelog

+6 -4
+6 -4
CHANGELOG.md
··· 53 53 ([Diemo Gebhardt](https://github.com/diemogebhardt)) 54 54 55 55 - Improved the styling of constructor argument descriptions in the generated 56 - documentation. ([Nicd](https://git.ahlcode.fi/nicd)) 56 + documentation. 57 + ([Nicd](https://git.ahlcode.fi/nicd)) 57 58 58 59 - Allow users to set the `GLEAM_CACERTS_PATH` environment variable to specify a 59 60 path to a directory containing CA certificates to install Hex packages. ··· 160 161 161 162 ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) 162 163 163 - - The Language Server now suggests a code action to generate a function to 164 + - The language server now suggests a code action to generate a function to 164 165 encode a custom type as JSON using the `gleam_json` package. For example: 165 166 166 167 ```gleam ··· 188 189 189 190 ([Surya Rose](https://github.com/GearsDatapacks)) 190 191 191 - - The Language Server now suggests a code action to inline a variable 192 + - The language server now suggests a code action to inline a variable 192 193 which is only used once. For example, this code: 193 194 194 195 ```gleam ··· 275 276 276 277 ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) 277 278 278 - - The Language Server now shows module documentation when hovering over a module 279 + - The language server now shows module documentation when hovering over a module 279 280 name. 280 281 ([Surya Rose](https://github.com/GearsDatapacks)) 281 282 ··· 313 314 314 315 - Fixed a bug where `gleam export package-interface` would not properly generate 315 316 the package interface file if some modules were cached. 317 + ([Pedro Francisco](https://github.com/mine-tech-oficial)) and 316 318 ([Surya Rose](https://github.com/GearsDatapacks)) 317 319 318 320 - Fixed a bug where pattern matching using a UTF-8 string constant would not