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

Configure Feed

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

Fix changelog

+5 -5
+5 -5
CHANGELOG.md
··· 4 4 5 5 ### Compiler 6 6 7 + - The `@internal` attribute can now be used to annotate definitions. 8 + This will hide those definitions from the generated docuentation, 9 + autocompletions and the exported module interface. 7 10 - Prepending to lists in JavaScript (`[x, ..xs]` syntax) has been optimised. 8 11 - Function stubs are no longer generated for functions that do not have an 9 12 implementation for the current targeting being compiled for. ··· 122 125 will now refuse to publish it to Hex. 123 126 - Monospaced links in the generated documentation now have the same color as 124 127 common links. 128 + - Fixed a bug where the `export package interface` command would always 129 + recompile the project ignoring the cache. 125 130 126 131 ### Language Server 127 132 ··· 148 153 149 154 - Fixed a bug where the exported package interface would not have a module's 150 155 documentation. 151 - - Fixed a bug where the `export package interface` command would always 152 - recompile the project ignoring the cache. 153 156 154 157 ## v1.0.0-rc2 - 2024-02-14 155 158 ··· 167 170 168 171 ### Language changes 169 172 170 - - The `@internal` attribute can now be used to annotate definitions. 171 - This will hide those definitions from the generated docuentation, 172 - autocompletions and the exported module interface. 173 173 - Using a reserved word is now a compile error, not a warning. 174 174 - Inexhaustive matches are now compile errors, not warnings. 175 175 - The warning for an unused module alias now shows how to not assign a name to