-
Notifications
You must be signed in to change notification settings - Fork 39
/
Changes
41 lines (32 loc) · 1.01 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
v0.0.11 2023-12-30
* Add sypport for ERN 4.3
v0.0.10 2022-12-17
--------------------
* Add support for creating an object tree via nested hash
v0.0.9 2022-03-30
--------------------
* Add support for ActiveRecord 7+ (#21 thanks Eugene (@CromonMS))
v0.0.8 2021-02-02
--------------------
* Add support for ERN 4.2
* Add support for ERN 4.1.1
* Add support for ERN 3.8.3
v0.0.7 2020-08-17
--------------------
* Add support for ERN 4.1
v0.0.6 2019-02-13
--------------------
* Fix content length bug in Rack middleware (#18 thanks Sam Millar)
v0.0.5 2018-06-30
--------------------
* Added support for ERN 3.2, 3.7D2, 3.7.1 and 3.8.2 (thanks Ancor Cruz and Ben Alavi)
v0.0.4 2016-03-23
--------------------
* Fixed DDEX.write bug when outputting to ERN 3.8 and 3.8.1 (thanks Ben Alavi)
v0.0.3 2016-03-20
--------------------
* Added support for ERN 3.8 and 3.8.1 (thanks Ben Alavi)
v0.0.2 2015-05-14
--------------------
* Better version detection (thanks Philip Arndt)
* Added Rack::DDEX middleware