Skip to content

Commit

Permalink
Merge branch 'master' into feat/createmeshpartasync
Browse files Browse the repository at this point in the history
  • Loading branch information
unix-system authored Jun 12, 2022
2 parents c8ee858 + cd5d6fd commit 50d350c
Show file tree
Hide file tree
Showing 27 changed files with 330 additions and 305 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@

# Snapshot files from the 'insta' Rust crate
**/*.snap.new

# Selene generates a roblox.toml file that should not be checked in.
/roblox.toml
58 changes: 0 additions & 58 deletions .luacheckrc

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased Changes
* Switched from structopt to clap for command line argument parsing.
* Significantly improved performance of building and serving. ([#548])
* Fixed `init.meta.json` when used with `init.lua` and related files. ([#549])

[#548]: https://github.com/rojo-rbx/rojo/pull/548
[#549]: https://github.com/rojo-rbx/rojo/pull/549

## [7.1.1] - May 26, 2022
* Fixed sourcemap command not stripping paths correctly ([#544])
Expand Down
Loading

0 comments on commit 50d350c

Please sign in to comment.