Releases: trinketapp/skulpt
Releases · trinketapp/skulpt
Fail correctly
setworldcoordinates fix
Merge pull request #61 from trinketapp/fix/setworldcoordinates fix setworldcoordinates
Keyword args support in Turtle
Merge pull request #60 from trinketapp/fix/turtle-kwargs Fix/turtle kwargs
Version bump because of build issues
0.11.1.30 Force rebuild and bump version
Add mock numbers module
Number
in the numbers module now is (int, float, complex)
so you can say isinstance(5, Number)
fabs fix
Async keywords & first class builtins
#56 - builtins are no longer directly aliased to internals and are instead dynamically built into Skulpt functions
Things that now work:
import datetime
- any operation on a builtin that expects it to be a first class Skulpt function rather than naked Javascript (e.g. assignment)
- better support for
**kwargs
Third party modules that access internals directly will still work.
Collections imports keywords async
0.11.1.26 bump version 0.11.1.26
Sleepy maps
map function can suspend now
imageProxy can also be a function
Little niggle to stop it breaking when running tests