Commit graph

41 commits

Author SHA1 Message Date
ab6e993879 feat: implement tostring for SemverImpl
* `SemverImpl:__tostring` - Allows for stringifying a parsed semver instance
* Add TODO comment for future erroring for bad ordinal format
2024-11-21 17:20:48 +00:00
0d5629f3a6
chore(actions): implement pesde publish action 2024-11-13 11:28:55 +05:30
316c665622
chore(README): use raw url for lune badge for maximum compatibility 2024-11-12 21:48:30 +05:30
51dcd0e594
chore(pkg): remove .git suffix in index urls 2024-11-12 21:47:12 +05:30
58b1ecae3c
chore(actions): use pesde auth login command instead of manually editing config 2024-11-12 21:20:03 +05:30
6627b2895a
chore(actions): actually do the publish command 2024-11-12 21:19:04 +05:30
487e3557c4
chore(actions): use the builtin pesde command 2024-11-12 21:16:22 +05:30
d9a7033d08
chore(actions): use cat heredoc for auth config instead 2024-11-12 21:14:46 +05:30
afe13e8819
chore(actions): actually redirect the default_index output lol 2024-11-12 21:10:10 +05:30
bbbce960b0
chore(actions): set mandatory default registry for publishing 2024-11-12 21:08:14 +05:30
63215da70b
chore(actions): avoid bumping in CI 2024-11-12 21:02:59 +05:30
8537131cd0
chore(actions): include pesde package publishing action 2024-11-12 20:49:55 +05:30
9aa63354b8
chore(vscode): remove trailing comma in JSON config 2024-11-12 20:25:33 +05:30
b3db2f858c
chore(tests): migrate parse_invalid to use official frktest package 2024-11-12 20:24:52 +05:30
6e18053e5a
chore(tests): migrate parse_valid to use official frktest package
Also removes `any` casts since https://github.com/itsfrank/frktest/issues/2 was resolved.
2024-11-12 20:23:51 +05:30
7f30ca3df6
chore(tests): migrate cmp test to use official frktest package 2024-11-12 20:22:17 +05:30
6365b4121e
chore(lune): migrate tests runner to use official frktest package 2024-11-12 20:20:55 +05:30
429bd82bbb
refactor: include missed space before function decl 2024-11-11 17:14:30 +05:30
3481217e40
feat: freeze lex order constant table 2024-11-11 17:09:37 +05:30
f94ba14bd6
chore(pkg): use "0x5eal" as scope for package 2024-11-11 16:29:06 +05:30
b31e6ee68f
chore(pkg): explicitly specify frktest as a lune dep 2024-11-11 16:28:24 +05:30
2f2b086a57
chore(pkg): move deps to peer and use published frktest 2024-11-11 16:24:56 +05:30
2b19f0c104
chore(README): include pesde package badge 2024-11-11 16:09:36 +05:30
4ca2e2f483
docs: fix SemverResult generic type missing an equals 2024-11-11 16:09:12 +05:30
8ad5760d8d
chore(LICENSE): replace copyright holder 2024-11-11 11:52:05 +05:30
a76f47e155
docs: include moonwave comments for library 2024-11-11 11:46:46 +05:30
a6b8e5df19
chore(README): remove todo comment and close img tags 2024-11-11 11:45:15 +05:30
4c2d25485d
feat: trim leading v in versions 2024-11-10 20:46:01 +05:30
fa8452ecd9
chore: include README 2024-11-10 20:44:18 +05:30
9fc45cb75c
chore: include lune logo asset 2024-11-10 20:43:05 +05:30
e429cb6f9b
refactor: add leading | to error type union 2024-11-10 20:37:57 +05:30
eaa744bb3c
chore: remove pesde lockfile 2024-11-10 20:07:26 +05:30
beb8ee4247
chore(pkg): fix bad includes field 2024-11-04 17:23:27 +05:30
ead3b47562
chore: include .gitignore 2024-11-04 12:19:26 +05:30
147a5dbd2a
chore: include test suites for library 2024-11-04 12:18:52 +05:30
3d709ea6f5
chore: include various vscode settings 2024-11-04 12:18:23 +05:30
b136cd2a27
chore(lune): include frktest-powered test runner 2024-11-04 12:18:00 +05:30
0afd8546d2
chore(luaurc): include pkg aliases for lune packages 2024-11-04 12:17:13 +05:30
13ee498c92
chore: include luaurc for strict mode checking 2024-11-04 12:16:36 +05:30
36d3c84578
feat: complete parser and cmp implementation with package 2024-11-04 12:15:50 +05:30
3f2aacb597
chore: init repo 2024-11-04 12:14:53 +05:30