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
Uh oh!
There was an error while loading. Please reload this page.
-
Interfaces & Classes Update
v0.12.0 - 2024-09-25
New Features
matchexpression for checking objects against interface types using pattern matching (Implementedmatchexpression for checking objects against interface types using pattern matching #692) @Luna-Klatzer @lorenzholzbauerinstanceofexpression for checking against class instances (Implementedinstanceofexpression for checking against class instances #691) @Luna-Klatzer @ByteWolf-devthiskeyword for accessing internal class members and "ahead of time" type evaluation for recursive types (Implementedthiskeyword for accessing internal class members and "ahead of time" type evaluation for recursive types #698) @Luna-Klatzertypeofoperator expression & internal meta types for arrays and functions (Implemented high-leveltypeofoperator expression & internal meta types for arrays and functions #688) @lorenzholzbauernewkeyword to be able to instantiate objects (Implementednewkeyword 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.0Detailed Changelog:
CHANGELOG.mdCompare 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