Skip to content

Releases: GGshor/TweenModel

Version 2.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Jan 16:29

Note: Due to me forgetting to update the repo, I've bumped it to 2.2.1

Changes from 2.0.3 to 2.2.1

New

  • Added type support
  • Added debug support

Changed

  • Updated version to use match
  • Updated how :PlayInstant() to .PlayInstant()
  • Updated PlayerAdded connection to be directly towards setup connection

Fixed

  • Fixed module return type not working correctly
  • Fixed client not tweening when tween was already playing before the client got set up

Full Changelog: v2.0.3...v2.2.1

Release

Choose a tag to compare

@GGshor GGshor released this 12 Nov 15:58
bf1a4fd
v2.0.3

Create prepare_release.yml

Version 2.0.2 🔨

Choose a tag to compare

@GGshor GGshor released this 12 Nov 10:56

Version 2.0.2

Fixes

  • Fixed module erroring when loading through asset id.

Version 2.0.1 🔨

Choose a tag to compare

@GGshor GGshor released this 11 Nov 21:14

Version 2.0.1

Adds

  • Added module project

Fixes

  • Other scripts not being able to find the module

Version 2.0.0 🎉

Choose a tag to compare

@GGshor GGshor released this 11 Nov 20:51

Version 2.0.0 changelog

Major changes

  • Server now only updates model when the state of tween changes
  • Everything is rendered fully on client