- Update for latest Defold
- Update for latest Defold
- Support for type narrowing functions in
types
namespace
- Update for latest Defold
- Move deprecated constants into their own file
- Better
socket
types - Better
jit
types
- Update for latest Defold
- Fixed
gui.animate
signature - Added
@see
documentation comments for each namespace and function - Added operator map type methods to
vmath
- Reduced use of
unique symbol
in branded types
- Update for latest Defold
- Update for latest Defold
- Update for latest Defold
- Update for latest Defold
- Releases now match the same version as Defold
- Update for Defold 1.6.4
- Add
jit
namespace
- Allow
window.set_listener
to acceptundefined
- Supports Defold 1.6.3 (no change)
- Allow
this
value to beany
- Fix
physics.set_group
andphysics.set_maskbit
not accepting hash values
- Add generic message type
- Fix sys.reboot
- More detailed constant types
- More accurate return values for certain functions
- More detailed table types
- New types for render scripts
- Describe messages
- More detailed types
- Updated for Defold 1.6.2
- There are now less than 200 unknown types left to be documented
- Updated for Defold 1.6.1
- Updated for Defold 1.6.0
- Updated for Defold 1.5.0
- Fix pprint definition
- Updated for Defold 1.4.8
- Described more constants
- Update to latest version of
type-gen
- Update to latest version of
prettier
- Fix return type of sys.load
- Switch some let values to const
- Described more types
- Replaced
nil
in comments withundefined
- Replaced
self
in comments withthis
- Replaced
~=
in comments with!==
- There are now around 300 unknown types to be documented (down from 500 in v1.2.21)
- Described more types
- Replaced last remaining
any
withunknown
- Update for Defold 1.4.7
- Same as v1.3.1, I just forgot to bump the version in package.json
- Widened peerDependencies
- Replace
any
type withunknown
in most places - Describe types
hash
,node
, andbuffer
- Describe various constants that are
number
- Set euler type to
vmath.vector3
- Set stricter type for
table
: nowobject | LuaTable
- Switch from
npm
toyarn
- Update
typescript
andtypescript-to-lua
dependencies - Fix path to
@typescript-to-lua/language-extensions
- Update shape of
url
type - Build against Defold 1.4.6