Skip to content

Releases: benjamint08/probun

0.1.14

09 Apr 17:07
Compare
Choose a tag to compare

0.1.14 is here! What's new?

  • Fixed a bug where the routes wouldn't load on prod. (I didn't test the npm build). This version now works.

That's all for now. Enjoy!

0.1.13

08 Apr 21:13
Compare
Choose a tag to compare

0.1.13 is here! What's new?

  • Fixed an error that would log the previous version of ProBun on startup (build script issue)
  • Optimization when loading routes and handling requests (using a methods object instead of individual method objects, allows for faster handles rather than using if statements)

That's all for now. Enjoy!

0.1.12

08 Apr 20:18
Compare
Choose a tag to compare

0.1.12 is here! What's new?

  • Fixed an issue where we hardcoded 'routes' as the routes folder.. woops!

That's all for now. Enjoy!

0.1.11

08 Apr 07:17
Compare
Choose a tag to compare

0.1.11

a new fresh look in the terminal, enjoy!

0.1.10

08 Apr 07:06
Compare
Choose a tag to compare

0.1.10

Add repo to npm readme, and docs page.

0.1.9

08 Apr 07:01
Compare
Choose a tag to compare

0.1.9

Remove query params, when using param function, Enjoy!

0.1.8

07 Apr 11:55
Compare
Choose a tag to compare

0.1.8

  • Nothing new in this update, just changed the README to use our new Docs domain.

0.1.7

06 Apr 22:47
Compare
Choose a tag to compare

0.1.7 is here! What changed?

  • Databases now throw an error when you're trying to use them while no connection is established (Connection loss or you just didn't connect)

That's all for now. Enjoy!

0.1.6

06 Apr 22:34
Compare
Choose a tag to compare

0.1.6 is here! What's new?

  • We added PostgreSQL support as it is one of the most used databases globally.

Check out the Databases page on our docs for info. Enjoy!

0.1.5

06 Apr 20:29
d3c7553
Compare
Choose a tag to compare

0.1.5 is here. What's new?

  • Fixed bug in with query function.

Enjoy!