forked from sshaw/ddex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
30 lines (24 loc) · 777 Bytes
/
Changes
File metadata and controls
30 lines (24 loc) · 777 Bytes
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
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