V.2.1.0
TheNexusAvenger
released this
24 Nov 03:02
·
13 commits
to master
since this release
Changes
- Added strict typing.
- Deprecated object-based property validators for
AddGenericPropertyValidator
andAddPropertyValidator
in favor of function-based property validators likeAddGenericPropertyFinalizer
andAddPropertyFinalizer
. SetClassName
now returns the class it was called on instead ofnil
to allow for chaining.