This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
Releases: lisachandra/WrapperService
Releases · lisachandra/WrapperService
v1.0.1
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
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 toWrappedInstance:Clean
WrapperService:new
Renamed toWrapperService:Create
WrapperService:GetWrappedInstance
Renamed toWrapperService: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
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
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
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
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
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