-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG
37 lines (26 loc) · 893 Bytes
/
CHANGELOG
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
=== v0.5.1 / 2015-05-12
* Bug Fixes
* Fixed #7 - Continuation records preceded by ",/"
=== v0.5.0 / 2014-06-18
* Enhancements
* Expose BAI Type Codes as hash-map
=== v0.4.0 / 2014-04-14
* Enhancements
* Upgrade to Clojure 1.6.0
=== v0.3.0 / 2014-03-04
* Enhancements
* Nest record structures to help get accounts and transactions from parents.
=== v0.2.0 / 2014-01-29
* Enhancements
* `baizen.core/parse` now also accepts `java.io.Reader` as its
argument
* Transaction Detail Records (:type-code 16) and (:funds-type "S") have
special case availability fields
* Transaction Detail Records (:type-code 16) fixed misspelling of
several fields
* Continuation Records (:type-code 88) are now combined into the
previous record
* Account Identifier Records (:type-code 03) now have combined
:summaries field
=== v0.1.0 / 2014-01-29
* Initial Release