-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME-CHANGES.xml
111 lines (111 loc) · 5.13 KB
/
README-CHANGES.xml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="immutables-vavr" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2016-12-08T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.1.0">
<c:changes>
<c:change date="2016-12-08T00:00:00+00:00" summary="Initial release."/>
</c:changes>
</c:release>
<c:release date="2017-01-09T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.2.0">
<c:changes>
<c:change date="2017-01-09T00:00:00+00:00" summary="Fix a compilation error in generated code by using immutables 2.4.0.">
<c:tickets>
<c:ticket id="3"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2017-04-21T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.2.1">
<c:changes>
<c:change date="2017-04-21T00:00:00+00:00" summary="Add a missing Multimap encoding.">
<c:tickets>
<c:ticket id="6"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2017-04-22T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.3.0">
<c:changes>
<c:change date="2017-04-22T00:00:00+00:00" summary="Use StandardNaming.PUT for map types.">
<c:tickets>
<c:ticket id="6"/>
</c:tickets>
</c:change>
<c:change date="2017-04-22T00:00:00+00:00" summary="Add test suite for example types."/>
</c:changes>
</c:release>
<c:release date="2017-07-02T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.4.0">
<c:changes>
<c:change compatible="false" date="2017-06-13T00:00:00+00:00" summary="Rename project to immutables-vavr and target Vavr 0.9.0.">
<c:tickets>
<c:ticket id="5"/>
</c:tickets>
</c:change>
<c:change date="2017-07-02T00:00:00+00:00" summary="Provide default field values to fix Jackson serialization.">
<c:tickets>
<c:ticket id="8"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2017-11-25T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.5.0">
<c:changes>
<c:change date="2017-11-25T00:00:00+00:00" summary="Publish a Java 9 module. The project now requires JDK 9 to build, but still only requires JDK 8 to run.">
<c:tickets>
<c:ticket id="15"/>
</c:tickets>
</c:change>
<c:change date="2017-11-25T00:00:00+00:00" summary="Add variadic add methods for all types. Thanks tmtron!">
<c:tickets>
<c:ticket id="13"/>
</c:tickets>
</c:change>
<c:change date="2017-11-25T00:00:00+00:00" summary="Use LinkedHashSet internally for more predictable Jackson serialization">
<c:tickets>
<c:ticket id="8"/>
</c:tickets>
</c:change>
<c:change date="2017-11-25T00:00:00+00:00" summary="Fix Jackson serialization">
<c:tickets>
<c:ticket id="8"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2018-05-26T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.6.0">
<c:changes>
<c:change compatible="false" date="2018-05-26T00:00:00+00:00" summary="Correct exported module name to org.immutables.vavr.encodings">
<c:tickets>
<c:ticket id="20"/>
</c:tickets>
</c:change>
<c:change compatible="false" date="2018-05-26T00:00:00+00:00" summary="Change Option encoding to produce overloaded methods">
<c:tickets>
<c:ticket id="19"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2021-01-07T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.6.1">
<c:changes>
<c:change date="2021-01-06T00:00:00+00:00" summary="Update Option encoding to be stricter about nulls">
<c:tickets>
<c:ticket id="27"/>
</c:tickets>
</c:change>
<c:change date="2021-01-06T00:00:00+00:00" summary="Start requiring JDK 11 to build the project (the compiled code remains JDK 8 compatible)"/>
</c:changes>
</c:release>
<c:release date="2021-01-07T00:00:00+00:00" is-open="false" ticket-system="com.github.immutables.vavr" version="0.6.2">
<c:changes>
<c:change date="2021-01-07T00:00:00+00:00" summary="Add an additional null check for Option provided to factory methods generated when @Value.Parameter is used"/>
</c:changes>
</c:release>
<c:release date="2021-01-07T16:55:43+00:00" is-open="true" ticket-system="com.github.immutables.vavr" version="0.6.3">
<c:changes/>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.github.immutables.vavr" url="https://github.com/immutables/immutables-vavr/issues/"/>
</c:ticket-systems>
</c:changelog>