Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Releases: hbomb79/Titanium

0.1.0 (Alpha 3)

16 Sep 12:35
Compare
Choose a tag to compare
0.1.0 (Alpha 3) Pre-release
Pre-release

Titanium now has fairly decent page support and many major bugs have been fixed.

Node Queries have been upgraded allowing much more complex queries like Container > PageContainer Page #Test > Button (Fetches buttons that are direct children of elements with id Test that are children of Page, that are children of PageContainer that are direct children of Container.

Titanium themes have been upgraded, allowing for nested themes, eg:

<Container>
    <backgroundColour>grey</backgroundColour>

    <Button>
        <colour>red</colour>
    </Button>
</Container>

Theme files are then lexed and parsed into node queries which are used to find what nodes in the application are affected by what theme definitions.

0.1.0 (Alpha 2)

06 Aug 10:27
Compare
Choose a tag to compare
0.1.0 (Alpha 2) Pre-release
Pre-release

Titaniums second alpha release.

Added some new features, mainly node queries.

Comprehensive Changelog: 075ea2d...58bca74

0.1.0 (Alpha 1)

03 Aug 23:52
Compare
Choose a tag to compare
0.1.0 (Alpha 1) Pre-release
Pre-release

The first official alpha release of Titanium, Titaniums public API is subject to change and backwards compatibility may not be preserved.

Both .lua files below have the same functionality, however one is minified to save space on the computers file system.