Skip to content

v2.0.1 - Minor fixes and performance improvements

Choose a tag to compare

@markSmurphy markSmurphy released this 24 Jul 08:59
· 6 commits to master since this release

Changelog

[v2.0.1] - July 24th 2021

Changed

  • Fixed response object initialisation NULL_POINTER issue, reported by deepscan.io.
  • Code improvements recommended by Codacy.
  • Performance improvements by deprecating the use of concat() in favour of += for string concatenation.
  • Fixed a typo in README.md.

Added