-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES.txt
77 lines (42 loc) · 1.1 KB
/
CHANGES.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
0.1.10.4
- fix deref implemetation
0.1.10.1
- fix deref implemetation
0.1.10
- adding load hook
- (adding deref example)
0.1.9
- fix titlize function is invalid that using lifting definition hook. (fooBar -> Foobar)
0.1.8
- fix qualified import bug(since 0.1.7)
0.1.7
- reviving context cache
- fix ValueError when merging with None
0.1.6
- fix bug (lifting definition on array)
0.1.5
- adding postscript.lifting_definition(hook)
0.1.4
- adding extra information, exposed_predicate, on prefixing(add_namespace) postscript hook
0.1.3
- bug fix
0.1.2
- adding orphan reference check
0.1.1
- more hooks (add_namespace, validate)
0.1
- postscript_hook
0.0.7
- prefixing targets responses,definisions -> responses,definisions,parameters
0.0.6
- fix case: ctx.data has 'responses' data (but value is None)
- fix watching generated file
0.0.5
- watch option is supported
0.0.4
- gentle warning message on FileNotFoundError
- bundle command with `--namespace` option
- qualified import (e.g. x-bundler-compose with 'foo.yaml as F')
0.0.3
- adding readme and examples
- support json format(input/output)