Skip to content

Tags: AbrJA/Mongoose.jl

Tags

v0.2.0

Toggle v0.2.0's commit message
[Diff since v0.1.6](v0.1.6...v0.2.0)

- Rewrite of the whole package to include multi-instance and multi-threading support
- Delete prefix mg_ for exported functions

**Merged pull requests:**
- Bump actions/checkout from 4 to 5 (#3) (@dependabot[bot])
- Code refactor of the library to allow multiple instances and multithreading (#4) (@AbrJA)
- Bump actions/checkout from 5 to 6 (#5) (@dependabot[bot])
- Bump actions/cache from 4 to 5 (#6) (@dependabot[bot])
- Last details for version 0.2.0 (#7) (@AbrJA)
- Bug fix   (#8) (@AbrJA)

v0.1.6

Toggle v0.1.6's commit message
[Diff since v0.1.5](v0.1.5...v0.1.6)

Use async instead of blocking parameter

v0.1.5

Toggle v0.1.5's commit message
[Diff since v0.1.4](v0.1.4...v0.1.5)

- Fix: Use AbstractTypes in mg_http_reply

v0.1.4

Toggle v0.1.4's commit message
[Diff since v0.1.3](v0.1.3...v0.1.4)

- Allowing blocking and no-blocking mg_serve! mode

v0.1.3

Toggle v0.1.3's commit message
[Diff since v0.1.2](v0.1.2...v0.1.3)

- Improved handler function signatures using kwargs

v0.1.2

Toggle v0.1.2's commit message
[Diff since v0.1.1](v0.1.1...v0.1.2)

Breaking changes

Allowing dynamic routes

v0.1.1

Toggle v0.1.1's commit message
[Diff since v0.1.0](v0.1.0...v0.1.1)

Breaking changes
- Better naming convention
- Better structure for future changes

v0.1.0

Toggle v0.1.0's commit message