Kipper v0.12.0 #710
Luna-Klatzer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Interfaces & Classes Update
v0.12.0 - 2024-09-25
New Features
match
expression for checking objects against interface types using pattern matching (Implementedmatch
expression for checking objects against interface types using pattern matching #692) @Luna-Klatzer @lorenzholzbauerinstanceof
expression for checking against class instances (Implementedinstanceof
expression for checking against class instances #691) @Luna-Klatzer @ByteWolf-devthis
keyword for accessing internal class members and "ahead of time" type evaluation for recursive types (Implementedthis
keyword for accessing internal class members and "ahead of time" type evaluation for recursive types #698) @Luna-Klatzertypeof
operator expression & internal meta types for arrays and functions (Implemented high-leveltypeof
operator expression & internal meta types for arrays and functions #688) @lorenzholzbauernew
keyword to be able to instantiate objects (Implementednew
keyword to be able to instantiate objects #689) @ByteWolf-devlen()
(Implemented support for arrays in built-in functionlen()
#680) @Luna-Klatzerparent.field
) (Added support for dot notation member access syntax (parent.field
) #678) @ByteWolf-devNaN
(Add support for built-in constantNaN
#676) @Luna-KlatzerFunc<T..., R>
generic function type and auto-function type inference (ImplementedFunc<T..., R>
generic function type and auto-function type inference #673) @Luna-KlatzerArray<T>
type and constant array initialisation expression syntax (ImplementedArray<T>
type and constant array initialisation expression syntax #662) @Luna-KlatzerFull Details
View on NPM:
kipper@0.12.0
Detailed Changelog:
CHANGELOG.md
Compare Changes: v0.11.0...v0.12.0
This discussion was created from the release Kipper v0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions