Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikmehta8 committed Nov 1, 2024
1 parent 9002e80 commit e32a42c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 6
---

# Changelog

### Version 1.0.0

#### Core Features:
- **Initial setup** and configuration of the Orion backend framework.
- Integration of `bodyParser`, `CORS`, `rate limiter`, `morgan`, and `logger` middlewares.
- Modular database support with single-instance management for `MySQL`, `MongoDB`, and `Redis`.
- **CLI commands** for generating `modules`, `controllers`, `routes`, and `databases` templates.
- Dynamic loading of **middlewares**, **routes**, and **DB configurations**.
- **Route visualization** feature accessible at `/visualize` for easy API inspection.

0 comments on commit e32a42c

Please sign in to comment.