Skip to content

Releases: smwhr/tinta

Bugfix release 1.0.2

05 Apr 21:35
1ce4878
Compare
Choose a tag to compare
  • Various bugfixes related to external functions.
  • Improved documentation for external functions.

Day1 BugFixes

29 Mar 19:50
Compare
Choose a tag to compare

What's a 1.0.0 release without its day1 crashing bugs ?

Well, at least we caught them, right ?

Here you go : 1.0.1 🚀

1.0.0 : Feature complete runtime engine

29 Mar 11:24
7b3b735
Compare
Choose a tag to compare

Tinta 1.0.0

Thanks to absolutely awesome work by @Myonmu, Tinta is now feature complete (with a roadmap for improvements).

Things that are still missing, but not essential and are open to contributions (contribution guide also open to contributions 😏 ) :

  • docs for less commonly used functions
  • better getter/setter handling (should use some metatable trick, use the story:_(varName, [varValue]) accessor at the moment)
  • global callbacks (as stated in the modified readme)

Any contribution related to improving the performance or the usability of the library is also very welcome.
Note : due to code using Lua5.4 feature, tinta is not yet ready to be used by the Löve Engine.

Enjoy !

V0.9.2

20 Mar 12:35
ef3e398
Compare
Choose a tag to compare
  • Flow integration, many thanks to @Myonmu !

Tinta 0.9.1

17 Mar 18:52
Compare
Choose a tag to compare

Stable test release.

Some more bugfixes.

0.3.3

13 Nov 13:43
Compare
Choose a tag to compare

First workable release