v1.7.0
Prepared statements
These were the default function utilised in the initial release, however several incompatibilities and the general trend of using string concatenation lead to many issues. This new export utilises prepared statements for specific purposes and is not generally recommended if you're uncertain about return values.
If you would like to utilise them, refer to these forks of esx_status and es_extended for updated save functions.
Documentation updates will be coming, so if you're not sure how to use them just don't.
Features
Code Refactoring
- lib: Update formatting for improved LDoc usage (Linden)
- prepare: Rename
prepared
export toprepare
(Linden)
Chores
- Version bump (Linden)
Commits
- 1d0a5bc: Update issue templates (Linden)