1
0
Fork 0
mirror of https://github.com/Reuh/classtoi.git synced 2025-10-27 12:19:31 +00:00

Rename classtoi to classtoi-heavy; replace with new classtoi

This commit is contained in:
Étienne Fildadut 2023-12-22 13:37:09 +01:00
parent 3bb90f9034
commit f43867739b
6 changed files with 432 additions and 224 deletions

View file

@ -1,3 +1,12 @@
classtoi: more features than class-toi light; everything is just as fast except class creation.
1.0.0:
- Initial version.
classtoi-light: only the minimum features.
1.0.0:
- Initial version.
classtoi-heavy: all the features and the slowness, not recommended anymore.
0.1.4:
- :new non-nil custom returns values now replace the usual returned instance
- Custom inherited __index metamethods are now called on the correct class instead of the class it is defined in.