File: CHANGES.md

package info (click to toggle)
ruby-http-form-data 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: ruby: 861; makefile: 5
file content (96 lines) | stat: -rw-r--r-- 2,135 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
## 2.3.0 (2020-03-08)

* [#29](https://github.com/httprb/form_data/pull/29)
  Enhance HTTP::FormData::Urlencoded with per-instance encoder.
  [@summera][]


## 2.2.0 (2020-01-09)

* [#28](https://github.com/httprb/form_data/pull/28)
  Ruby 2.7 compatibility.
  [@janko][]


## 2.1.1 (2018-06-01)

* [#23](https://github.com/httprb/form_data/pull/23)
  Allow override urlencoded form data encoder.
  [@FabienChaynes][]


## 2.1.0 (2018-03-05)

* [#21](https://github.com/httprb/form_data/pull/21)
  Rewind content at the end of `Readable#to_s`.
  [@janko-m][]

* [#19](https://github.com/httprb/form_data/pull/19)
  Fix buffer encoding.
  [@HoneyryderChuck][]


## 2.0.0 (2017-10-01)

* [#17](https://github.com/httprb/form_data/pull/17)
  Add CRLF character to end of multipart body.
  [@mhickman][]


## 2.0.0.pre2 (2017-05-11)

* [#14](https://github.com/httprb/form_data/pull/14)
  Enable streaming for urlencoded form data.
  [@janko-m][]


## 2.0.0.pre1 (2017-05-10)

* [#12](https://github.com/httprb/form_data.rb/pull/12)
  Enable form data streaming.
  [@janko-m][]


## 1.0.2 (2017-05-08)

* [#5](https://github.com/httprb/form_data.rb/issues/5)
  Allow setting Content-Type non-file parts
  [@abotalov][]

* [#6](https://github.com/httprb/form_data.rb/issues/6)
  Creation of file parts without filename
  [@abotalov][]

* [#11](https://github.com/httprb/form_data.rb/pull/11)
  Deprecate `HTTP::FormData::File#mime_type`. Use `#content_type` instead.
  [@ixti][]


## 1.0.1 (2015-03-31)

* Fix usage of URI module.


## 1.0.0 (2015-01-04)

* Gem renamed to `http-form_data` as `FormData` is not top-level citizen
  anymore: `FormData -> HTTP::FormData`.


## 0.1.0 (2015-01-02)

* Move repo under `httprb` organization on GitHub.
* Add `nil` support to `FormData#ensure_hash`.


## 0.0.1 (2014-12-15)

* First release ever!

[@ixti]: https://github.com/ixti
[@abotalov]: https://github.com/abotalov
[@janko-m]: https://github.com/janko-m
[@mhickman]: https://github.com/mhickman
[@HoneyryderChuck]: https://github.com/HoneyryderChuck
[@FabienChaynes]: https://github.com/FabienChaynes
[@summera]: https://github.com/summera