-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
38 lines (21 loc) · 825 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
== 1.0.1 (2024-04-04)
* Fixed extension load in Ruby 3.x
== 1.0.0 (2024-04-02)
* Fixed compiler warnings in extension for Ruby 3.3.0 support.
== 0.6.0 (2013-01-01)
* Added on_status_complete callback (Oscar Del Ben).
* Updated http_parser.c from joytent/http-parser.
== 0.5.1 (2012-07-25)
* Updated http_parser.c from joytent/http-parser.
== 0.5.0 (2012-07-21)
* merged in pull/118 upstream to support url parsing with username and password.
== 0.4.0 (2012-06-30)
* added missing on_headers_complete callback.
== 0.3.0 (2012-06-27)
* Added optional type argument to Parser#initialize and Parser#reset
* Added Parser#error? and Parser#error
== 0.2.0 (2012-06-25)
* Added Parser#pause, Parser#resume and Parser#paused?
* Rename HTTP::ParserError => HTTP::Parser::Error
== 0.1.0 (2012-06-23)
* Initial version.