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

Configure Feed

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

CHANGELOG

+17 -1
+17 -1
CHANGELOG.md
··· 75 75 76 76 ([Surya Rose](https://github.com/GearsDatapacks)) 77 77 78 + - It is now possible to omit the `:float` option for literal floats used in a 79 + `BitArray` segment. 80 + 81 + ```gleam 82 + <<1.11>> 83 + ``` 84 + 85 + Is the same as: 86 + 87 + ```gleam 88 + <<1.11:float>> 89 + ``` 90 + 91 + ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) 92 + 78 93 ### Build tool 79 94 80 95 - Include a type annotation for the `main` function generated by `gleam new`. 81 96 ([Drew Olson](https://github.com/drewolson)) 82 97 83 98 - Two entry point scripts are now always generated by `gleam export erlang-shipment`: 99 + 84 100 - `entrypoint.sh` for POSIX Shell 85 101 - `entrypoint.ps1` for PowerShell 86 - ([Greg Burri](https://github.com/ummon)) 102 + ([Greg Burri](https://github.com/ummon)) 87 103 88 104 - `gleam export` now takes a `package-information` option to export the 89 105 project's `gleam.toml` as a JSON file.