Skip to content

Releases: League-of-Foundry-Developers/foundry-vtt-types

0.8.8-2

09 Jul 20:12
v0.8.8-2
303b2db
Compare
Choose a tag to compare
  • fixes return types in Combat and Combatant (were previously referring to the return type of the update method)

0.8.8-1

08 Jul 21:23
Compare
Choose a tag to compare
  • Updated type definitions for hook events
  • Improved types for Document life cycle methods—it is no possible to pass source data directly to them.

0.8.8-0

08 Jul 05:21
62e7b51
Compare
Choose a tag to compare
  • Initial release for 0.8.8

0.7.10-0

29 May 19:28
12cbdd1
Compare
Choose a tag to compare
  • Updated to 0.7.10

0.7.9-6

06 Apr 22:36
Compare
Choose a tag to compare
  • Improved type definitions for hooks
  • Added type definitions for InstallPackage
  • Added static property permissions to User (thanks @p4535992)
  • Improved type definitions for client settings

0.7.9-5

23 Mar 23:10
Compare
Choose a tag to compare
  • made CONFIG and interface so that users can extend it with declaration merging (thanks to @CarlosFdez)
  • added BLEND_MODES
  • added _token

0.7.9-4

22 Mar 07:21
Compare
Choose a tag to compare
  • Removed special casing of number in duplicate to improve ease of use. If you were using the generic parameter 'lenient', you must simply remove it.
  • Fixed a bug that made CameraPopoutAppWrapper types unavailable.
  • Separated types for data and _data. this means you can now provide different type for your actor's and item's stored _data and derived data.
  • Made some small fixes to Roll and ChatMessage.
  • Added type definitions for all ...Config classes.
  • Made some fixes to the getter in Combat.
  • Added type definition for UpdateNotes
  • Added type definition for CameraViews

0.7.9-3

16 Mar 06:04
Compare
Choose a tag to compare
  • Added type definitions for ChatPopout
  • Fixed a couple of small problem with Enitty.render
  • Fixed a couple of small Problems in Roll.render and Roll.getTooltip
  • Fixed a small problem with with User.assignHotbarMacro
  • Made DicePool.MODIFIERS extendable

0.7.9-2

09 Mar 23:52
Compare
Choose a tag to compare
  • Updated type definitions for MouseInteractionManager
  • Updated type definitions for PlaceableHUD and its subclasses
  • Updated type definitions forCameraPopoutAppWrapper
  • Updated type definitions for Hotbar

0.7.9-1

07 Mar 19:10
Compare
Choose a tag to compare

Added types for quite a few more classes (in particular layers) and fixed a couple of bugs.