Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 2.08 KB

CHANGES.md

File metadata and controls

96 lines (58 loc) · 2.08 KB

2.3.0 (2020-03-08)

  • #29 Enhance HTTP::FormData::Urlencoded with per-instance encoder. @summera

2.2.0 (2020-01-09)

  • #28 Ruby 2.7 compatibility. [@janko][]

2.1.1 (2018-06-01)

2.1.0 (2018-03-05)

2.0.0 (2017-10-01)

  • #17 Add CRLF character to end of multipart body. @mhickman

2.0.0.pre2 (2017-05-11)

  • #14 Enable streaming for urlencoded form data. @janko-m

2.0.0.pre1 (2017-05-10)

1.0.2 (2017-05-08)

  • #5 Allow setting Content-Type non-file parts @abotalov

  • #6 Creation of file parts without filename @abotalov

  • #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!