Skip to content

v2.0.0

Compare
Choose a tag to compare
@antony-jr antony-jr released this 27 Jan 08:31
· 303 commits to master since this release

Change log

  • Rewrote the entire library in PIMPL philosophy.
  • Made the library a cyclic API and remove the use of mutex completely.
  • Made the library single-threaded and non-blocking.
  • Refactored and fixed a lot of buggy code.
  • Fixed Memory leaks.
  • New syntax and completely avoided returning *this on every void function.
  • Made the library to use standard stuff instead of handwritten stuff.
  • Made the code much more readable and maintainable.
  • Removed childish code.