Skip to content

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Feb 17:19
· 8 commits to main since this release

Fixed

  • Namespace methods now use method syntax (:) instead of static function syntax requiring explicit self parameter
  • Generated namespace functions like Translations.ui.buttons:buy() now work correctly without passing self
  • Loop variable renamed from key to paramKey in parameter interpolation to avoid variable shadow warnings
  • All namespace methods (regular and plural) now consistently use method syntax for better DX

Changed

  • Documentation updated to reflect correct method syntax usage with colon (:) for namespace methods
  • All examples and guides now show proper method call syntax