Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Releases: lisachandra/WrapperService

v1.0.1

16 Feb 05:57
Compare
Choose a tag to compare

Installation guide

Roblox Studio

  • Install WrapperService.rbxm
  • Drag and drop the file to Roblox Studio
  • Move the file to ReplicatedStorage

Rojo

  • Install WrapperService.zip
  • Right-click WrapperService.zip and click Extract here
  • Drag and drop the Packages folder to your editor
  • Use Rojo to sync the files into a place

Wally (Terminal)

  • Run wally init in your terminal (you don't have to do this if you already have a wally.toml file in your folder)
  • Add WrapperService = "zxibs/wrapperservice@1.0.1" to your dependencies list in your wally.toml file
  • Run wally install in your terminal
  • Use Rojo to sync the files into a place

Changelog

1.0.1 - 2022-02-16

Fixed

  • WrappedInstance:Clean not disconnecting custom signals

v1.0.0

16 Feb 03:24
Compare
Choose a tag to compare

Installation guide

Roblox Studio

  • Install WrapperService.rbxm
  • Drag and drop the file to Roblox Studio
  • Move the file to ReplicatedStorage

Rojo

  • Install WrapperService.zip
  • Right-click WrapperService.zip and click Extract here
  • Drag and drop the Packages folder to your editor
  • Use Rojo to sync the files into a place

Wally (Terminal)

  • Run wally init in your terminal (you don't have to do this if you already have a wally.toml file in your folder)
  • Add WrapperService = "zxibs/wrapperservice@1.0.0" to your dependencies list in your wally.toml file
  • Run wally install in your terminal
  • Use Rojo to sync the files into a place

Changelog

1.0.0 - 2022-02-15

Added

  • WrapperService:GetByIndex(Index: number) -> WrappedInstance<Instance>
  • WrappedInstance.Changed :: Signal<propertyKey: any, lastValue: any, newValue: any> Fires when a property has changed from __newindex.
  • WrappedInstance.Called :: Signal<methodKey: any, args: ...any?> Fires when a function/method has been called from __index
  • Better Luau types

Changed

  • WrappedInstance:Cleanup Renamed to WrappedInstance:Clean
  • WrapperService:new Renamed to WrapperService:Create
  • WrapperService:GetWrappedInstance Renamed to WrapperService:GetByInstance
  • All non metatable functions now use : instead of .
  • Signal module now uses luau typed GoodSignal instead of SignalService

Removed

  • WrappedInstance:WaitForProperty

v0.3.6

07 Jan 16:06
Compare
Choose a tag to compare

Installation guide

Roblox Studio

  • Install WrapperService.rbxm
  • Drag and drop the file to Roblox Studio
  • Move the file to ReplicatedStorage

Rojo

  • Install WrapperService.zip
  • Right-click WrapperService.zip and click Extract here
  • Drag and drop the Packages folder to your editor
  • Use Rojo to sync the files into a place

Wally (Terminal)

  • Run wally init in your terminal (you don't have to do this if you already have a wally.toml file in your folder)
  • Add WrapperService = "zxibs/wrapperservice@^0" to your dependencies list in your wally.toml file
  • Run wally install in your terminal
  • Use Rojo to sync the files into a place

Changelog

0.3.6 - 2022-01-05

Added

v0.3.4

30 Dec 03:40
Compare
Choose a tag to compare

Installation guide

Roblox Studio

  • Install WrapperService.rbxm (below this release note)
  • Drag and drop the file to Roblox Studio
  • Move the file to ReplicatedStorage

Wally (Terminal)

  • Run wally init in your terminal (you don't have to do this if you already have a wally.toml file in your folder)
  • Add WrapperService = "zxibs/wrapperservice@^0.3" to your dependencies list in your wally.toml file
  • Run wally install in your terminal
  • Use Rojo to sync the files into a place

Changelog

v0.3.2

24 Dec 09:35
Compare
Choose a tag to compare

Installation guide

Roblox Studio

  • Install WrapperService.rbxm (below this release note)
  • Drag and drop the file to Roblox Studio
  • Move the file to ReplicatedStorage

Rojo (VSCode)

  • Install src.zip
  • Right-click on src.zip and click on Extract here
  • Drag and drop the src folder to VSCode
  • Rename it to WrapperService

Wally (Terminal)

  • Run wally init in your terminal (you don't have to do this if you already have a wally.toml file in your folder)
  • Add WrapperService = "zxibs/wrapperservice@0.3.2" to your dependencies list in your wally.toml file
  • Run wally install in your terminal

Changelog

v0.3.1

22 Dec 13:46
7d4dae7
Compare
Choose a tag to compare

Installation guide

Roblox Studio

  • Install WrapperService.rbxm (below this release note)
  • Drag and drop the file to Roblox Studio
  • Move the file to ReplicatedStorage

Rojo (VSCode)

  • Install src.zip
  • Right-click on src.zip and click on Extract here
  • Drag and drop the src folder to VSCode
  • Rename it to WrapperService

Wally (Terminal)

  • Run wally init in your terminal (you don't have to do this if you already have a wally.toml file in your folder)
  • Add WrapperService = "zxibs/wrapperservice@0.3.1" to your dependencies list in your wally.toml file
  • Run wally install in your terminal

Changelog

v0.2.2

22 Dec 08:15
Compare
Choose a tag to compare

Installation guide

Roblox Studio

  • Install WrapperService.rbxm (below this release note)
  • Drag and drop the file to Roblox Studio
  • Move the file to ReplicatedStorage

Rojo (VSCode)

  • Install src.zip
  • Right-click on src.zip and click on Extract here
  • Drag and drop the src folder to VSCode
  • Rename it to WrapperService

Wally (Terminal)

  • Run wally init in your terminal (you don't have to do this if you already have a wally.toml file in your folder)
  • Add WrapperService = "zxibs/wrapperservice@0.2.2" to your dependencies list in your wally.toml file
  • Run wally install in your terminal

Changelog