aboutsummaryrefslogtreecommitdiffstats
path: root/selene.toml
Commit message (Collapse)AuthorAgeFilesLines
* ci: upgrade deps (#1726)William Boman2024-05-311-0/+1
|
* feat: add semver module (#1058)William Boman2023-03-051-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 Boman2022-08-151-0/+5
(#296)