Skip to content

Releases: richie0866/rbxts-bundle-example

🔄 1.1.1 🔄

25 Jan 20:11
Compare
Choose a tag to compare

🎉 Sample Release

Hello! This is an example release to test automated bundling in release.yml.

📌 Quick Start

To run the code from a specific release, use these snippets:

-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/1.1.1/main.lua"))()

🐞 Bug Fixes

  • Circular dependency check fails to run 4e08b8d

🔄 Full Changelog

📚 1.1.0 📚

25 Jan 19:54
Compare
Choose a tag to compare

🎉 Sample Release

Hello! This is an example release to test automated bundling in release.yml.

📌 Quick Start

To run the code from a specific release, use these snippets:

-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/1.1.0/main.lua"))()

🛠️ Development

  • Improve bundled code formatting 2ad4ddf
  • Localize runtime library functions 2dc7447

🐞 Bug Fixes

  • CoreGui access check always returns true f02742a

🔄 Full Changelog

🎉 1.0.0 🎉

20 Jan 05:36
Compare
Choose a tag to compare

🎉 Sample Release

Hello! This is an example release to test automated bundling in release.yml.

📌 Quick Start

To run the code from a specific release, use these snippets:

-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/1.0.0/main.lua"))()

🎉 0.1.0 🎉

20 Jan 04:57
Compare
Choose a tag to compare

🎉 Sample Release

Hello! This is an example release to test automated bundling in release.yml.

📌 Quick Start

To run the code from a specific release, use these snippets:

-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/0.1.0/main.lua"))()