Skip to content

Releases: bajsucks/jTools

v6

11 Feb 20:52

Choose a tag to compare

  • Add Crumbs - a CFrame breadcrumb buffer implementation, useful for train-like behavior
  • Add jUtil.Today - returns the current day
  • Add jUtil.SecondsUntilTomorrow - returns the number of seconds left until tomorrow

v5.1

13 Jan 14:40

Choose a tag to compare

jSound now supports parenting to instances and now doesn't delay on require

v5

10 Jan 13:54

Choose a tag to compare

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

02 Jan 17:05

Choose a tag to compare

v4
  • Added Scaler - Complex Multipliers
  • Added jUtil.HasProperty() which returns whether the instance has a certain property
  • Added comments
  • Fixed a few deprecated functions
  • I think might have fixed something not sure

v3

28 Dec 15:54

Choose a tag to compare

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 false to trigger NotPurchasedYet
  • Added a cool ASCII art and credits and version to init

v2

14 Dec 12:15

Choose a tag to compare

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

v1

30 Nov 10:39

Choose a tag to compare

v1

First public release ig