galbe 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -39
- package/package.json +1 -1
- package/scripts/postinstall.ts +2 -0
package/README.md
CHANGED
|
@@ -1,39 +1 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
- [x] Params and QueryParams as {} instead of Type.Object({})
|
|
4
|
-
- [x] Body validator (/ parser?)
|
|
5
|
-
- [x] Hooks
|
|
6
|
-
- [x] Export limited version of Typebox
|
|
7
|
-
- [x] Headers
|
|
8
|
-
- [x] Details
|
|
9
|
-
- [x] Build
|
|
10
|
-
|
|
11
|
-
- Own Framework
|
|
12
|
-
|
|
13
|
-
- [x] Types
|
|
14
|
-
- [x] errorHandler
|
|
15
|
-
- [x] plugin use()
|
|
16
|
-
- [ ] jsdoc
|
|
17
|
-
- [x] on the fly body request validation (REST handle parsing of Multipart arrays + Multipart static )
|
|
18
|
-
|
|
19
|
-
- [ ] Unit tests
|
|
20
|
-
|
|
21
|
-
- Todo api example
|
|
22
|
-
|
|
23
|
-
- [x] Create
|
|
24
|
-
- [x] GetList
|
|
25
|
-
- [x] Get
|
|
26
|
-
- [x] Update
|
|
27
|
-
- [x] Delete
|
|
28
|
-
- [ ] Bulk create from file
|
|
29
|
-
- [ ] Dl as file
|
|
30
|
-
|
|
31
|
-
- Hooks
|
|
32
|
-
|
|
33
|
-
- [ ] Headers authentication pos/update/delete
|
|
34
|
-
|
|
35
|
-
- [ ] Documentation
|
|
36
|
-
|
|
37
|
-
- [ ] create-kadre
|
|
38
|
-
|
|
39
|
-
- [ ] Website
|
|
1
|
+
# Galbe
|
package/package.json
CHANGED