forked from hansyulian/hy-forma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
57 lines (41 loc) · 1.01 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
0.2.15:
- express middleware async mode
- http request default is json if can
0.2.14:
- unit testings
- utils.merge
0.2.13:
- utils.summarizeFunction
- utils.summarizeObject
- some documentation?
0.2.12:
- adding options to mongo component update
0.2.11:
- component.mail
- utils.stringRender
0.2.10:
- updating the implementation of the mongo component to fully support .find
0.2.9:
- utils.deepClean
- utils.isEmptyObjects
- forma.version
0.2.8:
- adding asCursor as option when selecting mongo component
- adding isDebugging as option in http-request component
0.2.7:
- adding defaultLimit and maximumLimit for mongo component
0.2.6:
- fixed middleware route ignored
0.2.5:
- changing http request to follow convention
0.2.4:
- adding http request component
- adding combine utils
0.2.3:
- fixed bug on url starts with "//" not being normalized
0.2.2:
- adding extension for mongo.component by using mongo.component.extension
0.2.1:
- fixed error thrown by router not catched
0.2.0:
- kernel for dependency injection