Releases: FxllenCode/roxios
1.1.9
Update - v1.1.9
Changes
- Added URL parsing using @csqrl's URL package.
- Added safer URL detection to ensure
RbxHttpApiRequest
only occurs for a Roblox url.
Upgrading
With Wally
Update your wally.toml
file to:
[dependencies]
roxios = "fxllencode/[email protected]"
With .rbxm
Head to the releases page to download the latest version, and drag pack.rbxm
into ReplicatedStorage
. Ensure you replace your other version of Roxios.
Building from Source Code with Foreman
Inside your git repository, run git pull
, or git fetch
. Then, run the build command again:
rojo build -o pack.rbxm pack.project.json
1.1.8
Update - v1.1.8
Changes
- Fixed support as a Wally package.
Upgrading
With Wally
Update your wally.toml
file to:
[dependencies]
roxios = "fxllencode/[email protected]"
With .rbxm
Head to the releases page to download the latest version, and drag pack.rbxm
into ReplicatedStorage
. Ensure you replace your other version of Roxios.
Building from Source Code with Foreman
Inside your git repository, run git pull
, or git fetch
. Then, run the build command again:
rojo build -o pack.rbxm pack.project.json
v1.1.7
Update - v1.1.7
Changes
- Fixed Git error causing latest update to not push
- Added stricter Luau types.
- Lints and Code Cleanup
Upgrading
With Wally
Update your wally.toml
file to:
[dependencies]
roxios = "fxllencode/[email protected]"
With .rbxm
Head to the releases page to download the latest version, and drag pack.rbxm
into ReplicatedStorage
. Ensure you replace your other version of Roxios.
Building from Source Code with Foreman
Inside your git repository, run git pull
, or git fetch
. Then, run the build command again:
rojo build -o pack.rbxm pack.project.json
v1.1.6
What's Changed
- fix readme.md by @FxllenCode in #2
- Feature Update by @FxllenCode in #3
- Revert "Feature Update" by @FxllenCode in #4
- fix: wally version by @FxllenCode in #5
- update: readme.md by @FxllenCode in #6
Full Changelog: 1.1.5...1.1.6
v1.1.5
Full Changelog: 1.1.4...1.1.5
v1.1.4
What's Changed
- feat: everything lo by @FxllenCode in #1
New Contributors
- @FxllenCode made their first contribution in #1
Full Changelog: https://github.com/FxllenCode/roxios/commits/1.1.4