Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 537 Bytes

CHANGELOG.md

File metadata and controls

13 lines (12 loc) · 537 Bytes

v0.0.3

  • bugfix: upgrade to regexparam 2.0.0.

v0.0.2

  • feat: automated body parsing for application/json and application/x-www-form-urlencoded;
  • fix: better headers string slice (fixed problem with empty Content-Type key);
  • fix: return completely raw body from HTTP parsing;
  • fix: deleting request from requests array after completion (C);
  • refactor: C array management rewritten (thanks to https://github.com/andrei-markeev/ts2c);
  • refactor: some C util functions are in separate file now.