Created
April 5, 2022 15:22
-
-
Save gdotdesign/5fdf942855d025701c09b52830e68720 to your computer and use it in GitHub Desktop.
Mint 0.16.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Parser | |
The parser has been spead up some thanks to @asterite #537 and it should parse | |
twice as fast and should consume half the memory in the general case. | |
## Type Checker | |
- Fixed a bug in scoping #529 | |
## Language Server | |
- Added `FoldingRange` provider. | |
- Added `CodeAction` provider. | |
- Added a code action to sort the module entities in order. | |
## Standard Library | |
- Added `Math.trunc` | |
- Added `String.padLeft` | |
- Added `String.takeRight` | |
## Time module rewrite | |
The time module has been completely reworked check the PR: #526 and the [docs](https://github.com/mint-lang/mint/blob/master/documentation/Core/Time.md) for more information |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment