Skip to content

Commit

Permalink
Merge pull request #4 from richie0866/luau
Browse files Browse the repository at this point in the history
Rewrite in Luau
  • Loading branch information
richie0866 authored Feb 9, 2022
2 parents f16db16 + e3f66cb commit 052ff60
Show file tree
Hide file tree
Showing 48 changed files with 989 additions and 3,386 deletions.
89 changes: 0 additions & 89 deletions .eslintrc.json

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/ci.yml

This file was deleted.

13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@ jobs:
with:
node-version: "14"

- name: Download release artifact
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: ci.yml
name: rbxm-suite
- name: Install dependencies
run: npm install

- name: Minify rbxm-suite
run: npm run min

- name: Upload to release
uses: softprops/action-gh-release@v1
with:
draft: true
prerelease: false
files: rbxmSuite.lua
files: rbxm-suite.lua
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
/node_modules
/out
/include
rbxmSuite.lua
*.tsbuildinfo
*.rbxm
/rbxm-suite.lua
6 changes: 0 additions & 6 deletions .vscode/extensions.json

This file was deleted.

13 changes: 0 additions & 13 deletions .vscode/settings.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@

- item

# v2.0.0

## Documentation

⭐ Use EmmyLua annotations

- Avoid Luau type-related errors in exploits and the lua minifier

## Development

⭐ Full Luau rewrite to improve performance and reduce file size

- Rewrite in Luau 9bc10fe177c91cb5c9dba954aac4f6bb69875de4 @richie0866
- Add `no_circular_deps` option 2042c0ca962b0301c12c2696e3281c3dcbe93ba6 @richie0866

# v1.0.3

## Bug Fixes
Expand Down
Loading

0 comments on commit 052ff60

Please sign in to comment.