Skip to content

Releases: overextended/ox_lib

v3.28.1

21 Jan 00:35
Compare
Choose a tag to compare

Bug Fixes

  • array: indexOf return value (Linden)

v3.28.0

19 Jan 15:27
Compare
Choose a tag to compare

Features

  • web: wrap app in errorboundary (Linden)

Bug Fixes

  • package/notify: add missing sound type (#664) #664 (mardev)
  • table: respect falsey value for addDuplicateNumbers (#672) #672 (Stan)
  • client/progress: playEnter arg for scenarios in progress bar (#671) #671 (Noah)
  • cron: prevent duplicate executions and enhance type safety (#690) #690 (Judd)
  • client/zones: use arrays for temporary zone tables (Linden)
  • menu: prevent opening empty menu (#675) #675 (BerkieBb)
  • marker: logical error when setting faceCamera (#686) #686 (NotSomething0)
  • callback: support __call metatables as cb function (Linden)
  • timer: re-enable onEnd after stopping a timer (Linden)

Code Refactoring

Chores

v3.27.0

24 Oct 02:57
Compare
Choose a tag to compare

Features

  • array: add additional array class methods (Linden)
  • client/dui: implement dui handling (#650) #650 (Ceeb)

Bug Fixes

  • callback/js: match callback timeout to lua (Linden)
  • table: regression in contains (Linden)

Code Refactoring

  • table: improve performance of contains, matches, and merge (#647) #647 (Guru Saran)
  • streaming: change error message and default timeout (Linden)
  • init: move global declarations (Linden)

v3.26.0

17 Sep 13:40
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

v3.25.0

17 Aug 02:59
Compare
Choose a tag to compare

Features

  • cache: send oldValue to onCache (Linden)

Bug Fixes

Code Refactoring

  • array: typing issue (Linden)
  • class: change type returned by lib.class (Linden)
  • package/addCommand: send chat suggestions to correct source (#627) #627 (Luxu)
  • streamingRequest: wait 10 years for assets to load (Linden)

Commits

  • 133a990: Revert "refactor(streamingRequest): wait 10 years for assets to load" (Linden)

v3.24.0

14 Jul 06:53
Compare
Choose a tag to compare

Features

  • vehicleProperties: add statebag handler and server setter (Linden)

Bug Fixes

Code Refactoring

  • addCommand: send chat suggestions to correct source (#614) #614 (Malox)
  • client/vehicleProperties: check for tutorial session (Linden)

v3.23.1

01 Jul 11:20
Compare
Choose a tag to compare

Bug Fixes

  • client/requestModel: model validation and streaming request (#610) #610 (Solareon)

v3.23.0

01 Jul 02:22
Compare
Choose a tag to compare

Features

Bug Fixes

  • client/zones: remove thread when setting initial debug state (Linden)
  • init/cache: allow setting false cached value (Linden)
  • client/requestModel: use IsModelInnCdimage to validate model (Linden)

Code Refactoring

Chores

v3.22.2

07 Jun 13:54
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

  • class: disable experimental warning for internal modules (Linden)

Chores

Commits

  • c59b675: Revert "fix(imports/logger): loki indexing for varargs (#583)" (Linden)

v3.22.1

22 May 23:42
Compare
Choose a tag to compare

Code Refactoring

  • callback: warn if callback function is nil/false (Linden)