Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Releases: RyanLua/Shime

v1.0.1 Parameter Validation (LTS)

21 May 22:54
Compare
Choose a tag to compare

v1.0.1 Parameter Validation (LTS) improves stability and error handling for Shime. It adds some minor changes overall while keeping Shime's functionality the exact same. Improved error handling and links to the Shime wiki.

Changelog:

  • Add wiki links to the boilerplate of Shime so people know how to use the module.
  • Add parameter validation which will print more concise and readable errors.

Full Changelog: v1.0.0...v1.0.1

v1.0.0 Public Release (LTS)

07 Apr 16:41
f061543
Compare
Choose a tag to compare

v1.0.0 Public Release (LTS) is the first public release of Shime out of beta. This release is a long-term support release and will be supported for at least 1 year. This release is a major release, and is not backwards compatible with previous releases.

Documentation will be updated to reflect the changes in this release soon.

Changelog:

  • [BREAKING]: Removed Shime.IsPlaying, Shime.IsPaused, and Shime.IsStopped.

  • Added Shime:GetFrame() and Shime:GetGradient() to get the Frame and UIGradient instances used by Shime. This allows for more customization of Shime.

  • Added Shime.PlaybackState: Enum.PlaybackState to replace Shime.IsPlaying, Shime.IsPaused, and Shime.IsStopped.

  • Added UIPadding support. Shime will now attempt to ignore UIPadding.

  • Updated UICorner support. Shime will now detect changes to UICorner.CornerRadius.

  • Renamed some internal properties to be more descriptive.

Full Changelog: v0.1.0...v1.0.0

v0.1.0 Closed-Beta Pre-Release

01 Apr 02:44
Compare
Choose a tag to compare
Pre-release

Warning This release is pre-release and non-production ready. Do not use this in production.

v0.1.0 Closed-Beta Pre-Release is the first initial pre-release of Shime. This pre-release is a closed-beta only available to a select few people and is not available to the public. Everything in this pre-release is subject to change and may not be the final version of Shime. Bugs and issues are expected.

Changelog:

  • Initial Shime pre-release

Full Changelog: https://github.com/RyanLua/Shime/commits/v0.1.0