Commit graph

60 commits

Author SHA1 Message Date
ff13b5a048
chore(bins): bump luau-lsp to v1.39.2 2025-02-16 17:55:48 +00:00
4f1e8b24a0
chore(bins): bump luau-lsp to v1.39.1 2025-02-16 17:54:08 +00:00
981fbe0163
chore(bins): bump blink to v0.15.4 2025-02-16 17:53:40 +00:00
e92f9e6c76
chore(bins): sync asphalt README 2025-02-16 17:53:14 +00:00
53aede0432
chore(bins): bump asphalt to v0.9.1 2025-02-16 17:52:31 +00:00
93929ee356
chore(bins): update lockfiles 2025-02-12 16:41:32 +00:00
898cd5020d
chore(bins): bump blink to v0.15.3 2025-02-12 16:40:12 +00:00
7eca79f3cb
chore(bins): bump luau-lsp to v1.39.0 2025-02-12 16:39:44 +00:00
0429a91eea
chore(bins): bump asphalt to v0.9.0 2025-02-12 16:39:27 +00:00
3caf9baaf9
chore(bins): bump argon to v2.0.23 2025-02-12 16:39:07 +00:00
17e5395758
chore(lib): prepare for v0.1.12 2025-02-12 16:33:42 +00:00
a19331f951
chore(pkg): migrate to pesde v0.6.0 w/ engines 2025-02-12 16:25:53 +00:00
61c20b25a3
feat(lib): upgrade pathfs and dirs to v0.3.0 2025-02-05 12:30:00 +05:30
e03f07470d
chore: update lockfiles 2025-01-29 20:08:27 +05:30
c2a8abeda6
chore(bins): bump zap to v0.6.17 2025-01-29 20:03:45 +05:30
50aea6d266
chore(bins): bump darklua to v0.16.0 2025-01-29 20:03:45 +05:30
d0eb238281
chore(bins): update READMEs 2025-01-29 20:03:44 +05:30
037520c4c6
chore(bins): bump argon to v2.0.22 2025-01-29 20:03:35 +05:30
bee9bc8c92
chore(lib): prepare for v0.1.11 2025-01-23 13:16:25 +05:30
f99a4f787d
chore(lib): prepare for v0.1.10 2025-01-22 12:00:11 +05:30
e90fc8b617
chore(pkg): use new index url 2025-01-22 11:55:28 +05:30
3a5ba527cf
chore(lib): prepare for v0.1.9 2025-01-16 08:52:35 +00:00
4da1e25967
chore(lib): prepare for v0.1.8 2025-01-16 07:48:34 +00:00
2d50daa2c6
chore(bins): bump blink to v0.15.2 2025-01-16 07:42:09 +00:00
Luka
3e1876ad43
feat(lib): switch to luau-unzip (#3)
* chore(bins): bump `asphalt` to v0.8.4

* chore(bins): bump `selene` to v0.28.0

* feat(lib): use luau-unzip

* chore(CHANGELOG): add luau-unzip

* chore: switch back to CRLF

* fix(lib): extracting wrong binary

* refactor(lib): use extractEntry function

* refactor(lib): make checks explicit and add comments to zip decompressor

* chore(lib): remove unused exec util

* chore(CHANGELOG): remove trailing full-stop

---------

Co-authored-by: Erica Marigold <hi@devcomp.xyz>
2025-01-16 13:08:06 +05:30
a33fa76f8b
chore(bins): bump luau-lsp to v1.38.1 2025-01-12 18:31:35 +00:00
7236d5e701
chore: update lockfile 2024-12-29 11:24:45 +00:00
29857272e0
chore(bins): bump luau-lsp to v1.38.0 2024-12-29 11:20:08 +00:00
08a45703da
chore: update lockfiles 2024-12-28 09:22:53 +00:00
edb0a3be2a
chore(bins): bump asphalt to v0.8.3 2024-12-28 09:16:45 +00:00
35fb2df3a4
chore(lib): prepare for v0.1.6 2024-12-25 05:59:33 +00:00
3d5bdc55bf
chore(bins): bump darklua to v0.15.0 2024-12-25 05:55:31 +00:00
09248561bf
chore(bins): update blink to v0.15.1 2024-12-22 14:57:33 +00:00
cbf58c8ca1
chore(bins): update blink to v0.15.0 2024-12-22 14:55:22 +00:00
ffefa493df
chore(bins): sync README for asphalt 2024-12-22 14:53:58 +00:00
e6e5debcac
chore: update lockfiles 2024-12-22 14:42:22 +00:00
4a26699691
chore(pkg): update pesde lockfiles 2024-12-16 19:39:08 +00:00
682088dbca
chore(bins): include asphalt bin 2024-12-16 19:37:56 +00:00
3f4acfc759
chore(bins): update tools to latest
* Bumped luau-lsp@1.37.0
* Bumpted stylua@v2.0.2
* Bumped zap@v0.6.16
2024-12-16 06:32:03 +00:00
f003ce8895
chore(bins): update selene README 2024-12-13 13:39:18 +00:00
daimond113
ad36473326
fix: correctly parse base64 with whitespace 2024-12-09 10:46:25 +01:00
3e22a38dca chore(bins): fetch and include READMEs for bins 2024-12-09 07:08:21 +00:00
a1b4b91ca3 chore(bins): add README.md to all bin includes 2024-12-09 04:36:42 +00:00
80882fc173 feat(lib): remove reliance on semver parsing
Previously, we assumed that the tools followed semver, and hence parsed
their versions for comparison. Some tools may not follow semver, and we
should not impose such a requirement as a toolchain management library.

Therefore, we now only check if the requested version string matches an
asset version tag. In order to ensure backwards compatibility, we strip
the leading `v` from the version if present.
2024-12-09 03:34:05 +00:00
93e2918432 feat(bins): include zap bin 2024-12-07 13:34:49 +00:00
039b4619a4 chore(bins): bump toolchainlib and update luau-lsp 2024-12-01 05:30:59 +00:00
Arid
1fdc4ebe93 feat(bins): include argon bin (#1)
Co-authored-by: Arid <118916772+AridDev@users.noreply.github.com>
Co-authored-by: Erica Marigold <hi@devcomp.xyz>
2024-12-01 00:09:55 +05:30
a9fec3884e feat(bins): include darklua bin 2024-11-30 06:00:47 +00:00
0dfb7ecc31 chore(bins): bump blink to 0.15.0-rc.1
Also refreshes lockfile cache for all workspace members.
2024-11-30 05:53:56 +00:00
8e5d0f0b49 feat(bins): include blink bin 2024-11-28 16:33:44 +00:00