Skip to content

Releases: IsCoffeeTho/toastiebun

v0.4.12

17 Feb 22:17
e6dd303
Compare
Choose a tag to compare

What's Changed

  • Fixed README.md problems (moved assets)
  • Workflow to publish failed because dependancies by @IsCoffeeTho in #28
  • Fixed Cookie parsing and building by @IsCoffeeTho in #30

Full Changelog: 0.4.11...0.4.12

v0.4.11

17 Feb 00:04
2882a92
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.10...0.4.11

v0.4.10

07 Dec 09:28
55de4ed
Compare
Choose a tag to compare

View on npm

Update Information

  • Fixed Redirection #19
  • Updated Websocket event typing (part of #20)
  • Fixed internal workflow problems with releasing

v0.4.9

21 Aug 23:48
0100e80
Compare
Choose a tag to compare

View on npm

Update Information

  • Added Websockets #11

v0.4.8

19 Aug 03:23
c5c194e
Compare
Choose a tag to compare

View on npm

Update Information

  • Fixed middleware servers blocking request handlers if it didn't catch any requests itself #9

v0.4.7

18 Aug 17:59
066aa1b
Compare
Choose a tag to compare

View on npm

Update Information

  • Fixed not being able to read requests bodies

v0.4.6

18 Aug 00:24
f062cf8
Compare
Choose a tag to compare

View on npm

Update Information

  • Fixed Cookies not sending in response

v0.4.5

17 Aug 23:25
dac0a64
Compare
Choose a tag to compare

View on npm

Update Information

  • Added TLS Options for server
  • Fixed bug where sending a directory will cause an uncaught bun error
  • Added ability for asynchronous request handling

v0.4.2

27 May 04:03
Compare
Choose a tag to compare

View on npm

Update Information

  • Fixed subserver pathing edge-case, patched from v0.4.1

v0.4.0

22 May 03:30
Compare
Choose a tag to compare

View on npm

Update Information

  • Added Parameters to requests.
  • Added Queries to requests.

Developer Information

  • Removed publish testing due to framework requiring bun testing environment (subject to change)