Skip to content

Version 2.0.2 - Switch to JSON endpoint, improved speeds

Compare
Choose a tag to compare
@boatbomber boatbomber released this 02 Mar 23:49
· 13 commits to main since this release

Instead of parsing sheets as CSV files in Luau, I switched to getting the sheets as JSON files and use HttpService:JSONDecode() to get the file data.
I also wrote a proper pattern matcher for the type transformation instead of looping over every possible type, making the processing stage much much faster.