|
| 1 | +# Changelog |
| 2 | + |
| 3 | +# v1.3.2 |
| 4 | +- Release Date: 2025-09-7 |
| 5 | +- Highlights: |
| 6 | + - New `ctx.Param()` function for retrieving URL parameters. |
| 7 | + - New `ctx.ParamInt()` function for retrieving URL parameters as integers. |
| 8 | + - New `ctx.ParamIntDefault()` function for retrieving URL parameters as integers with a default value. |
| 9 | + - New `ctx.HTMLString()` function for rendering HTML from a string. |
| 10 | +- Contributors |
| 11 | + - [Coderianx](./contributors.md) |
| 12 | +- [View Full Notes](./v1.3.2.md) |
| 13 | + |
| 14 | +# v1.3.1 |
| 15 | +- Release Date: 2025-09-01 |
| 16 | +- Highlights: |
| 17 | + - New `ctx.JSONPretty()` function for pretty-printing JSON responses. |
| 18 | + - New `ctx.JSONFile()` function for serving JSON files. |
| 19 | +- Contributors |
| 20 | + - [Coderianx](./contributors.md) |
| 21 | +- [View Full Notes](./v1.3.1.md) |
| 22 | + |
| 23 | + |
| 24 | +# v1.3 |
| 25 | +- Release Date: 2025-08-25 |
| 26 | +- Highlights: |
| 27 | + - Stdlib incompatibility resolved |
| 28 | +- Contributors |
| 29 | + - [Coderianx](./contributors.md) |
| 30 | +- [View Full Notes](./v1.3.md) |
| 31 | + |
| 32 | +# v1.2 |
| 33 | +- Release Date: 2025-08-19 |
| 34 | +- Highlights: |
| 35 | + - HTTP 405 Method Not Allowed Error Handling. |
| 36 | + - User Agent Support. |
| 37 | +- Contributors |
| 38 | + - [Coderianx](./contributors.md) |
| 39 | +- [View Full Notes](./v1.2.md) |
| 40 | + |
| 41 | +# v1.1 |
| 42 | +- Release Date: 2025-08-12 |
| 43 | +- Highlights: |
| 44 | + - New `Stringf()` function for string formatting. |
| 45 | + - Query Param Support. |
| 46 | +- Contributors |
| 47 | + - [Coderianx](./contributors.md) |
| 48 | +- [View Full Notes](./v1.1.md) |
| 49 | + |
| 50 | +# v1.0 |
| 51 | +- Release Date: 2025-08-03 |
| 52 | +- Highlights: |
| 53 | + - Basic routing system |
| 54 | + - Simple HTTP server |
| 55 | + - Error handling and logging |
| 56 | +- Contributors |
| 57 | + - [Coderianx](./contributors.md) |
| 58 | +- [View Full Notes](./v1.0.md) |
0 commit comments