Releases: xp-lang/xp-static
Releases · xp-lang/xp-static
2.0.0: XP 12, PHP 7.4+
1.0.0: Stable API
- Removed holder property, see xp-framework/ast#47 - @thekid
0.3.0: XP Compiler v8 compatibility
- Made compatible with compiler version 8.0.0, and dropped support
for versions older than 7.0.0.
(@thekid)
0.2.0: Multiple blocks
- Allowed multiple static initializer blocks, just like NodeJS does, see
https://v8.dev/features/class-static-initializer-blocks#multiple-blocks
(@thekid)
0.1.0: Hello world
- Hello World! First release - @thekid