Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 15:16
· 422 commits to main since this release

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

  • Add an export to call prepared statements (#54) #54 (Linden)

Code Refactoring

  • lib: Update formatting for improved LDoc usage (Linden)
  • prepare: Rename prepared export to prepare (Linden)

Chores

Commits

  • 1d0a5bc: Update issue templates (Linden)