Skip to content

Releases: boatbomber/SheetValues

Version 3.0.2 - SheetValues.new() no longer yields

14 Nov 17:32
Compare
Choose a tag to compare

Version 3.0.1 - Support empty cells

02 Nov 03:40
Compare
Choose a tag to compare

Version 3.0.0 - Near Lua syntax

01 Nov 16:30
Compare
Choose a tag to compare

New syntax allows you to write into sheets in a familiar Lua syntax, instead of the old TYPE(VALUE) syntax. Also minor fixes and improvements.

Full Changelog: v2.0.3...v3.0.0

Version 2.0.3 - Fix JSON response parsing

03 Mar 06:20
Compare
Choose a tag to compare

Fixes a critical issue with the JSON handling. Excess data from the API response was trimmed, and then incorrectly trimmed again later which resulted in mangled data.

Version 2.0.2 - Switch to JSON endpoint, improved speeds

02 Mar 23:49
Compare
Choose a tag to compare

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.

Version 2.0.1

26 Apr 16:17
Compare
Choose a tag to compare

Fixed a bunch of important issues with failures cases .

Version 2.0

11 Apr 18:15
d283f72
Compare
Choose a tag to compare

Inherent Types and Arbitrary Properties, along with more supported types.

Version 1.0

09 Apr 05:22
Compare
Choose a tag to compare

From here, no change under the V1.X tag will alter the API or break existing behavior.