Skip to content

0.0.2

Latest
Compare
Choose a tag to compare
@Tachi107 Tachi107 released this 09 Apr 12:28

Bugs and style πŸ›

libscrafurl has been renamed to just scrafurl. It's still a library, but having a lib prefix made the name hard to read 🏷️

Speaking of useless changes, I've also moved to snake_case (mostly), so functions like getResponseCode() are now called get_response_code(). This is C++, not Java! β˜•

Lastly, I fixed a few bugs. Memory is now properly cleaned up, and your compiler won't explode anymore if you try to call get() without headers πŸ›

Oh right, and scrafurl is now licensed under the LGPL-3.0-or-later βš–οΈ