Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Releases: rdlaitila/upperclass.lua

0.3.1

02 Feb 12:48

Choose a tag to compare

Patch 0.3.0 > 0.3.1

This closes #8

0.2.0

18 Jan 19:16

Choose a tag to compare

Release 0.2.0

* Closes admin36/lua-upperclass#3
* Upperclass globals will now respect existing upperclass globals from a
prior require
* Performance enhancements by implimenting Class Implimentation
'memberLookupCache' table
* Removed internal upperclass method upperclass:getClassMember() as it
is no longer in use
* Implimented additional tests

0.1.3

11 Jan 18:39

Choose a tag to compare

0.1.3 Release

* Includes SHA: 336255a684e500f2a4f35e4d3c3a0a2f6495b3b2

0.1.2

11 Jan 18:30

Choose a tag to compare

0.1.2 Release

* Fix for member property overrides when lookups must span parent
classes
* Grammer fix in defining_class_properties.md

0.1.1

11 Jan 07:58

Choose a tag to compare

0.1.1 Release

0.1.0

10 Jan 23:41

Choose a tag to compare

Minor fixes