Skip to content

Commit 74c7113

Browse files
author
Coderian
authored
Add files via upload
1 parent 8ac7374 commit 74c7113

File tree

6 files changed

+126
-0
lines changed

6 files changed

+126
-0
lines changed

version_notes/VERSIONS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Versions
2+
3+
## v1.2
4+
- 📅 Release Date: 2025-08-19
5+
- 🧩 Highlights:
6+
- HTTP 405 Method Not Allowed Error Handling.
7+
- User Agent Support.
8+
- Contributors
9+
- [Coderianx](./contributors.md)
10+
- 📄 [View Full Notes](./v1.2.md)
11+
12+
## v1.1
13+
- 📅 Release Date: 2025-08-12
14+
- 🧩 Highlights:
15+
- New `Stringf()` function for string formatting.
16+
- Query Param Support.
17+
- Contributors
18+
- [Coderianx](./contributors.md)
19+
- 📄 [View Full Notes](./v1.1.md)
20+
21+
## v1.0
22+
- 📅 Release Date: 2025-08-03
23+
- 🧩 Highlights:
24+
- Basic routing system
25+
- Simple HTTP server
26+
- Error handling and logging
27+
- Contributors
28+
- [Coderianx](./contributors.md)
29+
- 📄 [View Full Notes](./v1.0.md)
30+
31+

version_notes/all_version.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# All Versions
2+
3+
## v1.2
4+
- Release date : 2025-08-19 (August 20, 2025)
5+
6+
## v1.1
7+
- First Announcement: 2025-08-10 (August 9, 2025)
8+
- Release date : 2025-08-12 (August 12, 2025)
9+
10+
## v1.0
11+
- Release date : 2025-08-03 (August 3, 2025)
12+
- The first stable and official version of Flint Framework.
13+
14+
## BETA (Development period)
15+
- Release date : 2025/07/17 - 2025/08/02
16+
- This is the beta version of Flint Framework.
17+
- This process is a period of rapid development.

version_notes/contributors.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributors
2+
3+
## 1 - Coderian
4+
- **Role**: Creator, Developer, CEO
5+
- **Links:**
6+
### [![GitHub](https://img.shields.io/badge/GitHub-Account-black?logo=github)](https://github.com/coderianx)
7+
8+
### [![Telegram](https://img.shields.io/badge/Telegram-Account-blue?logo=telegram)](https://t.me/coderian)
9+
10+
### [![İnstagram](https://img.shields.io/badge/Instagram-Account-black?logo=instagram)](https://www.instagram.com/the_coderian/)
11+
12+
### [![X](https://img.shields.io/badge/X-Account-black?logo=twitter)](https://x.com/the_coderian)
13+
14+
- **Active:** 2025-08-02 – Present
15+
- **Versions:** v1.0 – Present

version_notes/v1.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# v1.0 Release Notes
2+
3+
## Features
4+
5+
- Initial release of the Flint Framework.
6+
7+
- Basic routing system. implemented.
8+
9+
- Simple HTTP server infrastructure set up.
10+
11+
- Basic Error handling and logging mechanisms established.
12+
13+
## Fixes
14+
15+
- No knows bugs in this logging mechanism established.
16+
17+
## Notes
18+
19+
- This release contains only core features.
20+
21+
- Future versions will include template engine, database abstraction, and more.
22+
23+

version_notes/v1.1.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# v1.1 Realease Notes
2+
3+
## Features
4+
5+
- Static File function updated.
6+
7+
- Query param support has been introduced.
8+
9+
- Added `Stringf()` function to return answers with variables.
10+
11+
- A minor change was made to the Default 404 Error Page.
12+
13+
## Fixes
14+
15+
- Fixed file write creation bug in `FakeData()` function
16+
17+
## Notes
18+
19+
- This version includes improvements to the static file serving mechanism and query parameter handling.
20+
21+
- Future versions will focus on enhancing the framework's capabilities and performance.

version_notes/v1.2.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# v1.2 Realease Notes
2+
3+
## Features
4+
5+
- New HTTP 405 Support.
6+
7+
- HTTP PUT method support.
8+
9+
- New Functions:
10+
- `Default405()`: Returns a default 405 error page.
11+
- `Template405()`: Returns a custom 405 error page.
12+
- `Put()` support.
13+
14+
- `UserAgent()` support
15+
16+
## Fixes
17+
18+
19+
## Notes

0 commit comments

Comments
 (0)