···4455### Compiler
6677+- The `@internal` attribute can now be used to annotate definitions.
88+ This will hide those definitions from the generated docuentation,
99+ autocompletions and the exported module interface.
710- Prepending to lists in JavaScript (`[x, ..xs]` syntax) has been optimised.
811- Function stubs are no longer generated for functions that do not have an
912 implementation for the current targeting being compiled for.
···122125 will now refuse to publish it to Hex.
123126- Monospaced links in the generated documentation now have the same color as
124127 common links.
128128+- Fixed a bug where the `export package interface` command would always
129129+ recompile the project ignoring the cache.
125130126131### Language Server
127132···148153149154- Fixed a bug where the exported package interface would not have a module's
150155 documentation.
151151-- Fixed a bug where the `export package interface` command would always
152152- recompile the project ignoring the cache.
153156154157## v1.0.0-rc2 - 2024-02-14
155158···167170168171### Language changes
169172170170-- The `@internal` attribute can now be used to annotate definitions.
171171- This will hide those definitions from the generated docuentation,
172172- autocompletions and the exported module interface.
173173- Using a reserved word is now a compile error, not a warning.
174174- Inexhaustive matches are now compile errors, not warnings.
175175- The warning for an unused module alias now shows how to not assign a name to