Releases: benjamint08/probun
Releases · benjamint08/probun
0.1.34
0.1.33
0.1.33 is here? What's new?
- Docs site works now btw.
- MongoDB attempts to reconnect 5 times, resetting the counter on successful connection. If failed, log error and process.exit();
That's all for now. Enjoy!
0.1.32
0.1.32 is here! What's new?
- Introduces
options
to MongoService.find().
That's all for now. Enjoy!
0.1.31
0.1.31 is here! What's new?
- Removed the logging of routes on start. Woops.
That's all for now. Enjoy!
0.1.30
0.1.30 is here! What's new?
- Added
deleteMany
to MongoService. - Fixed routing where words like
reposts
would instead berepo
That's all for now. Enjoy!
0.1.29
0.1.29 is here! What's new?
- Add other headers even if not OPTIONS request.
0.1.28
0.1.28 is here! What's new?
- Allow all headers on OPTIONS?
0.1.27
0.1.27 is here! What's new?
- Log options requests
0.1.26
0.1.25
0.1.25 is here! What's new?
- New
json
function can now take in stringified JSON.