-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f25775
commit 826d9d0
Showing
1 changed file
with
5 additions
and
11 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
### v2.10.0 | ||
* Types | ||
* `any` | ||
* Can be assigned with `num`s, `str`s, number and string literals. | ||
* Useful for functions that need to accept an argument of any type | ||
* Important Changes | ||
* Removed template for `num` | ||
* Removed need to declare types in functions | ||
* Other | ||
* Conversion operators for `num` | ||
* Fix problem where `num`s can't be added to number literals | ||
### v2.10.0 → v2.11.0 | ||
* Additions to `any` | ||
* Member functions allow access value of object | ||
* VSCode Extension | ||
* Added snippets for autocompletion (#2 @turrnut) |