Skip to content

Commit 1172c7f

Browse files
committed
Docs: updated release notes
1 parent f0cce3b commit 1172c7f

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

release-notes/2021-08-26-releases/index.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
slug: release-notes
3+
title: Releases
4+
authors: [akalanka, shifan, sheronie, laksara]
5+
---
6+
7+
This is where you can find the latest updates to Elemental. We will be updating this page with every new release.
8+
9+
## 1.1.0
10+
11+
### New Features
12+
13+
- **Filter Query Plugin**: Middleware which allows you to transform a specially crafted RESTful query into a MongoDB query. This middleware is extremely useful when building RESTful APIs with Elemental.
14+
15+
- **Struct Validator Plugin**: Middleware which allows you to validate a struct based on the tags defined in the struct. These validations directly operate on the database layer.
16+
17+
## 1.0.0
18+
19+
20+
- **Initial Release**: This is the first release of Elemental. It includes all core features and plugins that are essential for building RESTful APIs with Go which are backed by MongoDB.

0 commit comments

Comments
 (0)