Skip to content

Releases: motiondeveloper/expression-globals-typescript

Update marker types

30 Apr 00:36

Choose a tag to compare

  • Merge pull request #4 from stysmmaker/master 3c0a962
  • add time, index properties to MarkerKey c945f11
  • fix: add marker property to Comp 771914d

v3.1.6...v3.1.8

v3.1.6

26 Mar 07:26

Choose a tag to compare

v3.1.5...v3.1.6

Update property types

22 Mar 06:34

Choose a tag to compare

  • fix: pathValue contructor type a1bb56b
  • fix: path property value type d897d3e
  • fix: property methods return type a68798d

v3.1.4...v3.1.5

v3.1.4

16 Mar 05:35

Choose a tag to compare

  • fix: ts-error on mapping over unions a1a6981
  • type: fix vector math functions return type 2750093

v3.1.3...v3.1.4

v3.1.3

15 Mar 10:19

Choose a tag to compare

  • types: fix layer function params via overloads 283623c
  • types: vector functions return type matches given 4c17e2b

v3.1.2...v3.1.3

Types update

03 Mar 21:44

Choose a tag to compare

  • fix:types: add and sub accept number | vector f8d42f4

v3.1.1...v3.1.2

v3.1.1

01 Mar 04:41

Choose a tag to compare

  • types: intialize keys with type from value

v3.1.0...v3.1.1

Add tsdoc comments

27 Jan 22:45

Choose a tag to compare

v3.1.0

3.1.0

Move remaining globals to thisLayer

25 Sep 23:02

Choose a tag to compare

All the functions and properties are now on Layer(), Comp() or Property() classes. For example:

  • time -> thisLayer.time
  • comp() -> thisLayer.comp()

add radian and degree layer methods

18 Sep 08:11

Choose a tag to compare

Added:

  • degreesToRadians
  • radiansToDegrees