Releases: Rayquaza01/tasker-types
Releases · Rayquaza01/tasker-types
v2.0.0
Breaking Change
- Types should now be included using either a triple slash directive, or a type only import. See README for more details.
- Previously, functions had to be accessed through the
tk
interface. Now, they are available globally.
Added
- Added new functions
goHome()
,haptics()
, andhideScene()
.
New Contributors
Full Changelog: v1.0.1...v2.0.0
v1.0.1
Correct the type of the sceneName variable to be a string instead of a boolean.
1.0.0
Initial Release