Skip to content

Releases: basics/vector

v1.15.0

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 23 Aug 23:34

1.15.0 (2018-08-23)

Features

  • vector: add lengthSq getter (fcb2ccc)
  • vector: distance between two vectors (88326ad)

v1.14.0

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 22 Aug 20:32

1.14.0 (2018-08-22)

Features

  • operator: optimize caching for nested cache calls (5bbf348)
  • vector: better readable nested code (56a4629)

v1.13.0

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 22 Aug 19:51

1.13.0 (2018-08-22)

Features

  • operator: caching for methods and getter (a70e937)
  • vector: optimize code for caching getter (844bf05)

v1.12.0

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 21 Aug 23:29

1.12.0 (2018-08-21)

Features

  • operator: extract operator code from vector (c0359c6)

v1.11.0

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 20 Aug 15:04

1.11.0 (2018-08-20)

Features

  • vector: calc flexible for different vector implementations (8bdf2d8)
  • vector: rotate() vector with quarternion (ca28934)

v1.10.0

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 17 Aug 23:03

1.10.0 (2018-08-17)

Features

  • index.js: rename IVector to Victor (61c6602)

v1.9.1

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 14 Aug 21:17

1.9.1 (2018-08-14)

Bug Fixes

  • index.js: remove unneeded this calls (81bbe36)

v1.9.0

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 13 Aug 22:40

1.9.0 (2018-08-13)

Bug Fixes

  • babelrc: workaround for broken live build (1e1d0a3)
  • vector.js: remove special linter rule (71a025e)

Features

  • vector.js: optional immutable vector class (64e89a0)

v1.8.2

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 13 Aug 06:50

1.8.2 (2018-08-13)

Bug Fixes

  • example: don't import inside test (245e60a)
  • test: readme test imports example.js (7c29af4)
  • travis: rearranged script order (03c3c9a)

v1.8.1

Choose a tag to compare

@StephanGerbeth StephanGerbeth released this 12 Aug 16:25

1.8.1 (2018-08-12)

Bug Fixes