@@ -9,26 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12- - WIP: Allow running the ` make ` command in the browser ([ #94 ] ( https://github.com/guida-lang/compiler/issues/94 ) )
13- - Initial REPL tests for basic arithmetic evaluation
14- - New ` test ` command ([ #98 ] ( https://github.com/guida-lang/compiler/issues/98 ) )
15- - Add ` elm-explorations/test ` dependency as part of ` init ` ([ #65 ] ( https://github.com/guida-lang/compiler/issues/65 ) )
16- - Extend record referred by another record’s field ([ #79 ] ( https://github.com/guida-lang/compiler/issues/79 ) )
17- - Add a ` CONTRIBUTING.md ` file ([ #103 ] ( https://github.com/guida-lang/compiler/issues/103 ) )
18- - ` guida format ` command ([ #100 ] ( https://github.com/guida-lang/compiler/issues/100 ) )
19- - Numeric separators ([ #109 ] ( https://github.com/guida-lang/compiler/issues/109 ) )
20- - Binary literals support ([ #2248 ] ( https://github.com/elm/compiler/issues/2248 ) )
12+ - WIP: Allow running the ` make ` command in the browser ([ #94 ] ( https://github.com/guida-lang/compiler/issues/94 ) ).
13+ - Initial REPL tests for basic arithmetic evaluation.
14+ - New ` test ` command ([ #98 ] ( https://github.com/guida-lang/compiler/issues/98 ) ).
15+ - Add ` elm-explorations/test ` dependency as part of ` init ` ([ #65 ] ( https://github.com/guida-lang/compiler/issues/65 ) ).
16+ - Extend record referred by another record’s field ([ #79 ] ( https://github.com/guida-lang/compiler/issues/79 ) ).
17+ - Add a ` CONTRIBUTING.md ` file ([ #103 ] ( https://github.com/guida-lang/compiler/issues/103 ) ).
18+ - ` guida format ` command ([ #100 ] ( https://github.com/guida-lang/compiler/issues/100 ) ).
19+ - Numeric separators ([ #109 ] ( https://github.com/guida-lang/compiler/issues/109 ) ).
20+ - Binary literals support ([ #2248 ] ( https://github.com/elm/compiler/issues/2248 ) ).
2121- Bool type support in WebGL shader interface ([ #2120 ] ( https://github.com/elm/compiler/issues/2120 ) ).
2222
2323### Fixed
2424
25- - Correct reporting of multiple errors ([ #99 ] ( https://github.com/guida-lang/compiler/issues/99 ) )
26- - Replaced infinite looping ` Crash.crash ` with log and exit ([ #120 ] ( https://github.com/guida-lang/compiler/issues/120 ) )
25+ - Correct reporting of multiple errors ([ #99 ] ( https://github.com/guida-lang/compiler/issues/99 ) ).
26+ - Replaced infinite looping ` Crash.crash ` with log and exit ([ #120 ] ( https://github.com/guida-lang/compiler/issues/120 ) ).
2727
2828### Changed
2929
30- - Refactored project structure to support both Node and Browser environments
31- - Refactoring of ` Task ` aliases for a more unified approach across the codebase ([ #108 ] ( https://github.com/guida-lang/compiler/issues/108 ) )
30+ - Refactored project structure to support both Node and Browser environments.
31+ - Refactoring of ` Task ` aliases for a more unified approach across the codebase ([ #108 ] ( https://github.com/guida-lang/compiler/issues/108 ) ).
3232
3333---
3434
@@ -37,17 +37,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737### Added
3838
3939- Initial stable release.
40- - Allow tuples with 3+ elements ([ #75 ] ( https://github.com/guida-lang/compiler/issues/75 ) .
40+ - Allow tuples with 3+ elements ([ #75 ] ( https://github.com/guida-lang/compiler/issues/75 ) ) .
4141- Support for ` GUIDA_REGISTRY ` environment variable.
4242- New ` --yes ` flag for ` init ` command ([ #80 ] ( https://github.com/guida-lang/compiler/issues/80 ) ).
4343* Support modifying records via qualified names ([ #78 ] ( https://github.com/guida-lang/compiler/issues/78 ) ).
4444- New ` --package ` flag for ` init ` command ([ #43 ] ( https://github.com/guida-lang/compiler/issues/43 ) ).
4545- New ` --test ` flag for ` install ` command ([ #64 ] ( https://github.com/guida-lang/compiler/issues/64 ) ).
46- - ` uninstall ` command ([ #60 ] ( https://github.com/guida-lang/compiler/issues/60 ) .
47- - Source maps support ([ #63 ] ( https://github.com/guida-lang/compiler/issues/63 ) .
48- - Guida-specific syntax for underscore wildcard variables ([ #59 ] ( https://github.com/guida-lang/compiler/issues/59 ) .
46+ - ` uninstall ` command ([ #60 ] ( https://github.com/guida-lang/compiler/issues/60 ) ) .
47+ - Source maps support ([ #63 ] ( https://github.com/guida-lang/compiler/issues/63 ) ) .
48+ - Guida-specific syntax for underscore wildcard variables ([ #59 ] ( https://github.com/guida-lang/compiler/issues/59 ) ) .
4949- Format command (` guida format ` ) ([ #58 ] ( https://github.com/guida-lang/compiler/issues/58 ) , fixes [ #42 ] ( https://github.com/guida-lang/compiler/issues/42 ) ).
50- - Self-hosted environment ([ #9 ] ( https://github.com/guida-lang/compiler/issues/9 )
50+ - Self-hosted environment ([ #9 ] ( https://github.com/guida-lang/compiler/issues/9 ) ).
5151- ` --optimize ` flag for ` build ` command ([ #36 ] ( https://github.com/guida-lang/compiler/issues/36 ) ).
5252
5353### Changed
0 commit comments