Skip to content

Releases: rawleyfowler/Humming-Bird

2.1.3

11 Apr 16:43
69b0b68
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.3

2.1.1

13 Mar 00:07
9b30cd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

09 Mar 13:45
Compare
Choose a tag to compare

What's new:

  • Code quality improvements, internal API changes, and various performance increases.
  • The addition of the .content method on Request objects to automagically decode request bodies to Raku Hash.
  • Improved query-param and urlencoded body parsing via URI::Encode
  • Parameterized headers no longer blow up

Full Changelog: 2.0.7...2.1.0

2.0.7

05 Mar 01:08
1da51dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.7

2.0.5

01 Mar 15:25
4c89da9
Compare
Choose a tag to compare

This release fixes bugs with binary/blob style content, and introduces a new way to create routes using an OO interface.

What's Changed

Full Changelog: 2.0.2...2.0.5

2.0.2

24 Feb 21:50
3914192
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.2

2.0.0

31 Jan 17:29
Compare
Choose a tag to compare

What's Changed

2.0.0! This version comes with major refactors and the inclusion of global error handlers and "advice" for end of the line routing.

Full Changelog: 1.1.4...2.0.0

1.1.4

24 Jan 01:08
29da870
Compare
Choose a tag to compare

Humming-Bird 1.1.4 is now available. This includes various improvements, and a new HTTP server!

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.4

1.1.0

10 Jan 18:35
Compare
Choose a tag to compare

This release brings in a new major feature, Cookies!

Changes:

  • Cleans up a few small bugs and adds a few more examples.
  • Add cookies for requests, and responses
  • Add Date header for responses to adhere to HTTP/1.1 spec

This release does not break compatibility with 1.0.0, so feel free to update.

1.0.0

08 Jan 16:01
b331b2d
Compare
Choose a tag to compare

This library is finally in a state that I can confidently say it is stable enough for small projects. This release officially deprecates the previous versions.

There are a few more quirks to work out regarding absolute URI's in HTTP requests, but besides that, the code is stable. Feel free to download the latest version 1.0.0 on zef via:

zef install Humming-Bird

or build from source with the tar ball attached! If you have any issues or additions please feel free to make a Pull Request or Issue, thanks folks! 🥳

edit: If you're seeing this right now you may need to wait a minute or 2 for zef, it's still indexing the 1.0.0 dist!