Releases: bajsucks/jTools
Releases · bajsucks/jTools
v6
v5.1
v5
- Add SocialTrickery - Social functions that are missing from the default API
- Add jStateManager (jsm)
- Add Waiter - Simplify wait-for-object loops (poor man's Promise)
- Add jUtil.random() - math.random() but safer
- Add jUtil.ResolvePath() - Get objects from multiple layers with a single string
- Update jUtil.SecondsToReadableTime() - Now supports different formatting styles
- Add jMath.FloorToNearest()
- A few bugfixes I think
v4
v3
- Add ObjPooling by InfernoAmaruq https://github.com/InfernoAmaruq/EasyPool
- Rework jSound (experimental)
- Rework PerSecond (experimental)
- Fix Collect
- Fixed a few deprecated functions
- Add jUtil.RandFromDict()
- Cashier Devproduct OnPurchase is now a callback; Return
falseto trigger NotPurchasedYet - Added a cool ASCII art and credits and version to init
v2
jUtil:
- Added WrapNumber
- Added ShuffleTable
- Added DictCount
Math:
- Added inverseLerp
GridUtil & Cashier:
- Added t runtime typecheck
jChat:
- Added AppendTag and SendMessage functions
Fixed an oopsie in GridUtil which broke all calculations
Fixed init not having GridUtil
Fixed other stuff too I think