-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES
155 lines (103 loc) · 4 KB
/
CHANGES
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
behave-html-pretty-formatter 1.12.3
===================================
Adding color scheme of results from Summary to Global Summary, based on Issue #82
behave-html-pretty-formatter 1.12.2
===================================
Fix download of HTML embeds, add `Download Plaintext` button
behave-html-pretty-formatter 1.12.1
===================================
Add support for new statuses from upstream behave 1.2.7
Fix rare embed UUID collision
behave-html-pretty-formatter 1.12
=================================
Add add_html_header_element() call to add custom HTML header.
Fix HTML embed compression.
Fix download button not showing in long line HTML embed.
behave-html-pretty-formatter 1.11.4
===================================
Fixing TypeError when user does not provide str data for text mime type.
behave-html-pretty-formatter 1.11.3
===================================
Do not fail on 'behave' scenario not being initiated.
This takes care of crashing session when exception will come from before_scenario.
behave-html-pretty-formatter 1.11.2
===================================
Fix to_render content not being rendered when using "embed" collapse option
behave-html-pretty-formatter 1.11.1
===================================
Fix compressed text being rendered as HTML
behave-html-pretty-formatter 1.11
=================================
Adding global summary
behave-html-pretty-formatter 1.10.3
===================================
Dummy hotfix for dependency issue introduced by dominate 2.9.1 version.
behave-html-pretty-formatter 1.10.2
===================================
Enabling option to hide auto-retry runs. Fixes #63
behave-html-pretty-formatter 1.10.1
===================================
Allow installability on 3.6, we need to use it with 3.6 still.
behave-html-pretty-formatter 1.10
=================================
Dark mode button
Collapse setting in behave.ini
Fix order of tags in upstream behave
Compression feature for large text embeds
Support embed filename change
behave-html-pretty-formatter 1.9.2
==================================
Replace invalid data when embeding text files. Fixes #42
Summary timestamps: show one of them always. Fixes #45
behave-html-pretty-formatter 1.9.1
==================================
Hotfix invalid minified JS
behave-html-pretty-formatter 1.9
================================
Create embed with unique ID - Fixes #40
Remember expand/collapse state in URL hash - Fixes #29
behave-html-pretty-formatter 1.8.2
==================================
Add scenario description.
behave-html-pretty-formatter 1.8.1
==================================
Hotfix crash when behave reports multiple errors
behave-html-pretty-formatter 1.8
================================
Use Status object instead of strings - Fixing Issue #37
behave-html-pretty-formatter 1.7
================================
Generate report even if exited with sys.exit()
behave-html-pretty-formatter 1.6
================================
Updating README with new image/gif examples reflecting current design.
Improving button design. Fixes #21.
Fixing decorator badly formatted.
Fix embed toggle now registering on arrow and the text but not in white spaces after.
Fixing feature commentary contrast summary.
Adjusting step-capsule right-padding.
behave-html-pretty-formatter 1.5
================================
Disable embeds download #23
Adding Feature Commentary #25
behave-html-pretty-formatter 1.4
================================
Format the summary.
Make single scenario collapsible.
Add arrow indicator for collapsed embed and scenario.
Make embeds downloadable.
Support HTML and markdown mime type in embed.
behave-html-pretty-formatter 1.3
================================
Add additional info in summarry.
behave-html-pretty-formatter 1.2
================================
Change background color of scenario.
behave-html-pretty-formatter 1.1
================================
Change readme to LIVE.
behave-html-pretty-formatter 1.0
================================
Initial commit.
Prepare for pip.
Improve the project.