Releases: Usbac/borealis
v0.3.0
Added
-
Add
Error
standard module. -
Add
fill
function to theArray
standard module. -
Add
getUser
andgetGroup
functions to theOs
standard module. -
Add
setOption
andgetOption
functions to theSocket
standard module.
Changed
-
Change all references to arrays to tables.
-
Change the
public
keyword topub
. -
Change the return value of the
new
,accept
andgetOption
functions of theSocket
standard module to null when an error happens. -
Change the return value of the
listen
function of theSocket
standard module to a boolean.
Removed
-
Remove the support for body-less if statements with
continue
,break
andreturn
. -
Remove the
setTimeout
andgetTimeout
functions from theSocket
standard module. -
Remove the
EADDRINUSE
,EBADF
,ENOTSOCK
andEOPNOTSUPP
constants from theSocket
standard module. -
Remove the
pub
keyword and access modifier functionality. -
Remove the object data type and all its references.