Releases: benjamint08/probun
Releases · benjamint08/probun
0.1.14
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
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
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
0.1.10
0.1.9
0.1.8
0.1.7
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
0.1.5
0.1.5 is here. What's new?
- Fixed bug in with query function.
Enjoy!