Skip to content

Releases: gered/pbe

v0.3.1

11 Jul 17:42
Compare
Choose a tag to compare
  • All routes now respond properly to HTTP HEAD requests.
  • Appropriate Content-Type headers are now included in responses.

v0.3.0

10 Jul 18:30
Compare
Choose a tag to compare

Trailing slashes on all URLs are now optional.

v0.2.1

09 Jul 18:14
Compare
Choose a tag to compare
  • Disable "smart punctuation" Markdown rendering option. If you want things like fancy double quotation and dash/hyphen characters, then you'll need to include them manually yourself!
  • Add error response handling, mainly useful so that runtime HTML template errors are displayed in the browser which is useful when working on template changes. Such errors are still logged to the console.

v0.2.0

02 Jul 18:09
Compare
Choose a tag to compare

Quick changes / fixes:

  • Add a trailing slash to the end of post URLs. I had originally intended this to be there from the beginning, but somehow it got left out. This breaks post URLs from the previous release. But, I'm sure no one was using it.
  • Perform alternate_url redirects using an HTTP 301 instead of Actix's default behaviour which is using an HTTP 308. This is purely to maintain better compatibility with (very) old browsers, which is something that I do actually care about. Yes, really.

v0.1.0

01 Jul 22:58
Compare
Choose a tag to compare

First release.