From e32a42c9c73bc4c2b9e446e40477753f75f73298 Mon Sep 17 00:00:00 2001 From: Kartik Mehta Date: Fri, 1 Nov 2024 22:02:16 +0530 Subject: [PATCH] Add Changelog --- docs/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/changelog.md diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..95fba3d --- /dev/null +++ b/docs/changelog.md @@ -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.