Skip to content

Releases: linhntaim/magic-class

Magic Class v1.1.0

07 Nov 03:14
Compare
Choose a tag to compare
  • Changes:
    • Magic methods with Symbol-naming is supported.

Magic Class v1.0.0

30 Oct 15:31
Compare
Choose a tag to compare
  • Features:
    • Magic methods: __set, __get, __call, __invoke, __has, __delete.
      • Magic method chaining is supported.
    • Magic static methods: __set, __get, __call, __has, __delete, __instance, __singleton.
      • Magic static method chaining is supported.
    • Prototype operations work normally as usual.
    • Strict mode:
      • on: (default) Throws error in some cases.
      • off: Takes default actions and not throws error.