Skip to content

Releases: Alydus/liro

Liro V1.2

21 Jun 11:56
Compare
Choose a tag to compare

This release adds global/per module blacklistedFiles for development purposes, it also adds a liro.isModuleLoaded() function to manual dependencies within your module. Lastly, it adds basic formatting improvements.

Liro V1.1

19 Jun 15:58
Compare
Choose a tag to compare

This release includes a number of formatting changes and instructions on how to create a module. Formatting changes include loading sequence console output, and some error console outputs.

Liro V1.0

08 Jun 18:14
Compare
Choose a tag to compare

New Module Loader

I've skipped a few releases with this one as it's one of the biggest, I've totally overhauled the module loader and added metadata for modules, also allowed loadPriority for modules (allowing dependencies).

Liro V0.6

15 May 14:43
Compare
Choose a tag to compare

Fixed fatal syntax errors from previous version.

Next version will be a total overhaul of the module system!

Liro V0.5

14 May 01:09
Compare
Choose a tag to compare

Added even more developer hooks and configurable global network strings.

V0.4

13 May 22:12
Compare
Choose a tag to compare

Added more developer hooks and a loaded module output table.

Liro V0.3

13 May 13:50
Compare
Choose a tag to compare

Added developer hooks, changed comment style and added comments to almost everything for easier contributions.

Liro V0.1

13 Apr 15:40
Compare
Choose a tag to compare

Initial Release of Liro, with basic module support & example modules.

Liro V0.2

08 May 17:17
Compare
Choose a tag to compare

Prefixes per module that define file load environments, cleaned a lot of code.