Releases
v1.3.2
Fixes:
Fixed a bug where comparing a generic to and invalid type creates and error
Fixed an error where websocket.send
would cause an error when connection closed
Fixed an error where times.getTime
would cause a runtime error
Fixed an error where request
would throw a runtime error when url is invalid
Fixed an error where json.parse
would throw a runtime error if the property name was not encloded in quotes
Fixed an error where FileIO
would not create folders
Fixed an error where using ~
on an int would return a bool
Fixed an error where while
requried a value
Fixed an error where syntax errors in an imported file causes a runtime error
Fixed an error where destructuring the enum that comes out of websocket.send
would cause a runtime error
Fixed an error where having no internet when making a request throwed a runtime error
Definitions
Defined what happens if range
's third argument is 0
Defined behaviors for round
Defined behavior for strip
Defined text encoding for FileIO
Removals
Removed anonymous functions
You can’t perform that action at this time.