1+ ## 0.3.0 (June 3, 2016)
2+
3+ FEATURES
4+
5+ * ValidateFieldsOutOfOrder Configuration Option [ GH 107]
6+
7+ ENHANCEMENTS
8+
9+ * Datadictionary tests [ GH 108]
10+ * Proposal to add public method to convert raw fix message to quickfix.Message [ GH 110]
11+ * Make gen package public [ GH 113]
12+ * Make gen import path relative [ GH 119]
13+ * Validator interface [ GH 120]
14+ * Expose IncorrectDataFormat [ GH 121]
15+ * Spelling, fmtness [ GH 123]
16+ * More verbose error text on conditionally required field BMR [ GH 131]
17+ * better error handling in gen package [ GH 134]
18+ * Include timestamp in messages file log [ GH 135]
19+ * extracts repeating group interface [ GH 137]
20+ * Header, Body, Trailer FieldMap types [ GH 138]
21+ * Datadictionary/Gen refactor [ GH 140]
22+ * Gen value timestamp [ GH 141]
23+ * Slight gen revert [ GH 142]
24+ * replaced regex with faster impl for float parsing [ GH 143]
25+ * Expose sql.DB's SetConnMaxLifetime() in settings [ GH 144, 139]
26+
27+ BUG FIXES
28+
29+ * Routing Incorrect for FIXT [ GH 101]
30+ * Validation Error for component tag [ GH 102]
31+ * Unmarshal error for repeating Group [ GH 103]
32+ * Marshaler/Reflector tries to convert time.Time struct into fix format [ GH 109]
33+ * nil pointer panic if no config.DataDictionary specified [ GH 127]
34+ * fixes required group validation error [ GH 129]
35+ * RefTagID is not known to BusinessMessageReject type [ GH 130]
36+
137## 0.2.0 (April 19, 2016)
238
339FEATURES
@@ -14,7 +50,7 @@ ENHANCEMENTS
1450* Gen refactor [ GH 78]
1551* Refactoring data dictionary pkg [ GH 93]
1652
17- BUG FIXES:
53+ BUG FIXES
1854
1955* Initiator panic if connection closed [ GH 59]
2056* New logs overrides old ones [ GH 72]
0 commit comments