Skip to content

Releases: benjamint08/probun

0.1.34

31 May 18:00
Compare
Choose a tag to compare

0.1.34 is here! What's new?

  • Stop logging OPTIONS requests because it looks ugly and adds clutter.

0.1.33

29 May 10:59
Compare
Choose a tag to compare

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

27 May 12:18
Compare
Choose a tag to compare

0.1.32 is here! What's new?

  • Introduces options to MongoService.find().

That's all for now. Enjoy!

0.1.31

26 May 22:12
Compare
Choose a tag to compare

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

26 May 22:10
Compare
Choose a tag to compare

0.1.30 is here! What's new?

  • Added deleteMany to MongoService.
  • Fixed routing where words like reposts would instead be repo

That's all for now. Enjoy!

0.1.29

23 May 17:03
Compare
Choose a tag to compare

0.1.29 is here! What's new?

  • Add other headers even if not OPTIONS request.

0.1.28

23 May 16:45
Compare
Choose a tag to compare

0.1.28 is here! What's new?

  • Allow all headers on OPTIONS?

0.1.27

23 May 16:28
Compare
Choose a tag to compare

0.1.27 is here! What's new?

  • Log options requests

0.1.26

23 May 11:16
Compare
Choose a tag to compare

0.1.26

A new helpers function called context. Works the same way for something like hono's context. Example below:

Screen_Recording_2024-05-23_at_13.07.41.1.mov

0.1.25

22 May 19:15
Compare
Choose a tag to compare

0.1.25 is here! What's new?

  • New json function can now take in stringified JSON.