forked from smartrics/RestFixture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
22 lines (17 loc) · 880 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version 2.0
* added support for setting custom content-type to adapter map
* added support for setting bespoke rendering of null value labels via config property 'restfixture.null.value.representation'
* added 'comment' command row so that it's possible to comment RestFixtures; example |comment| the value of 'replaceme' is %replaceme% |
version 2.0.beta.1
* added support for SLIM
* added support for expressions in JavaScript for JSON
* abandoned local variable store for FitNesse symbols
* added a toggle button to collapse on/off large content cells
* added metric build to gather some metrics of the RestFixture code
version 1.1.1
* bug fix: setHeader now parses multi-line headers
* API change: added setHeaders (syntactic sugar for multi-line headers)
version 1.1
* added namespaces support on matcher queries
version 1.0
* first fully usable release