Skip to content

Releases: Spicy-Acorn/fusiontext

v0.9.0

06 Apr 17:22
5bd7a48
Compare
Choose a tag to compare
  • Features:
    • #33: Implement TextTimeStretch fuse

v0.8.0

30 Mar 21:45
Compare
Choose a tag to compare
  • Features:
    • #31: Migrate FusionTypes TypeText to TextCreate

v0.7.0

30 Mar 20:49
Compare
Choose a tag to compare
  • Features:
    • #29: Drop FusionTypes dependency
    • migrate to organization
    • update license
    • update readme

v0.6.0

14 Feb 22:41
Compare
Choose a tag to compare
  • Changes
    • #23: Replace TextCreate fuse by TypeText fuse.
    • #25: Replacetextutils.to_fusion_text by typeutils.to_fusion_text.
    • #27: Rename textutils.format_text to textutils.format.

v0.5.1

13 Feb 11:48
ecfc389
Compare
Choose a tag to compare
  • Bug Fixes
    • #21: TextSub fuse slider step not working correctly using arrow keys

v0.5.0

09 Feb 23:42
Compare
Choose a tag to compare
  • Features
    • Replace TextSub fuse interface TextEditControl to SliderControl for easy animation/expression use

v0.4.0

09 Feb 23:08
Compare
Choose a tag to compare
  • Features
    • Implement TextLStrip fuse to remove a leading substring of a Fusion Text object.
    • Implement TextRStrip fuse to remove a trailing substring of a Fusion Text object.

v0.3.0

08 Feb 20:07
Compare
Choose a tag to compare
  • Features
    • Implement textutils.join function
    • Implement TextSub fuse to extract a substring of a Fusion Text object
    • Implement TextReplace fuse to replace a substring of a Fusion Text object

v0.2.0

08 Feb 18:18
Compare
Choose a tag to compare
  • Features
    • ImplementTextLength fuse to calculate the length of a string
    • Implement Lua string type to Fusion Text type cast function in textutils module
  • Other
    • Remove Image input from TextCreate

v0.1.0

08 Feb 20:04
Compare
Choose a tag to compare
  • Features
    • CreateText
    • FormatText
    • JoinText