You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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