Releases: DonHulieo/duff
Releases · DonHulieo/duff
v1.1.1
Features
fxmanifest.lua
now dynamically loads shared and server scripts needed.- Added
getblips
method with optional filter function. - Implemented optional filter functions to methods in
CPools
.
Tweaks
- Methods in
CStreaming
actually returnboolean
, always.
Chores
- Updated installation instructions to remove parts where the user needs to edit the
fxmanifest.lua
. - Updated class name for duff to
CDuff
.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Features
- Implemented helper functions for number conversion in
math
. - Added
bench
method to test performance acrossduff
. - Moved
async
to it's own module, instead of housing it instreaming
. - Implemented custom error handler
protect
for better error reports across stack.
Fixes
bridge
now properly loadsqb-target
methods.
Refactor
- BREAKING CHANGE: Any modules that used OOP methods have been removed (improve performance).
- All modules have
check_type
from thedebug
module removed, replaced with in module error handling.
Chores
- Updated all annotations to functions, params, returns and class definitions.
- Updated README with better documentation for all methods.
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Features
- Added
checkversion
export & method to the server environment for checking resources against GitHub repos.
Fixes
packages.paths
only gets updated with modules that have loaded successfully instead of all attempts.- Fix issue #1 where PlayerData table was initialised as a string for ESX users.
Refactor
- Changed
server.scope
to use Latent Events to improve client net performance.
Chores
- Fixed typos with old resource name (
'duf'
) with current ('duff'
). - Updated annotation for new method.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fixes
- Ensure blip_ids are properly initialised when using
blips.removeblips
- Reverted
locale.loadfile
to align with designated usage in the README
Chores
- Updated
bridge
module to use qb-inventory v2.0.0
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Features
- Fully Implemented Modules; Array, Pools, Scope, Zone, Debug, Math & Vector
- Started Implentation of Modules; Blips, Bridge, Locale & Streaming
Chores
- Fully Documented all Exposed Methods
- Updated Annotation to use Lua Language Server and cfxlua
Full Changelog: https://github.com/DonHulieo/duff/commits/v1.0.0