| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: upgrade deps (#1726) | William Boman | 2024-05-31 | 1 | -0/+1 |
| | | |||||
| * | feat: add semver module (#1058) | William Boman | 2023-03-05 | 1 | -0/+1 |
| | | | | | | | | | | | This will be used to compare semver versions, for example: ```lua local v1 = try(semver.parse("1.0.0")) local v2 = try(semver.parse("v2.0.0")) local _ = v1 < v2 -- true ``` | ||||
| * | refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵ | William Boman | 2022-08-15 | 1 | -0/+5 |
| (#296) | |||||
