Releases: hbomb79/Titanium
0.1.0 (Alpha 3)
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)
Titaniums second alpha release.
Added some new features, mainly node queries.
Comprehensive Changelog: 075ea2d...58bca74
0.1.0 (Alpha 1)
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.