Skip to content

jTypes 2.2.3

Latest
Compare
Choose a tag to compare
@gaulinsoft gaulinsoft released this 27 May 03:16
  • Fixed: instance.type() returns appropriate class reference for non-internal classes
    • Issue did not affect legacy mode where jT_Legacy = true
  • Removed: Deprecated helper functions for packaged definitions
    • Includes .private(), .protected(), .public(), .prototype(), and .static()
  • Fixed: .accessor() properly handles invalid modifiers on native type constraints
  • Updated: Type constraint handlers initialize default values without the new operator
    • Only applies to non-primitive constraints for native types (except for Date which requires the new operator)
  • Fixed: .format() properly handles invalid indexes when no alignment is present