|
2 | 2 | date = "2019-02-10T12:21:00+02:00" |
3 | 3 | draft = false |
4 | 4 | title = "Reference Guide" |
| 5 | +type = "releases" |
5 | 6 | weight = 200 |
6 | 7 | teaser = "The reference documentation and API docs for the current stable and previous versions of MapStruct." |
7 | 8 |
|
8 | 9 | [menu] |
9 | 10 | [menu.main] |
10 | 11 | parent = "Documentation" |
11 | 12 | +++ |
12 | | - |
13 | | -**1.6.0.Beta1** (November 4th 2023; latest beta release) |
14 | | - |
15 | | -* Reference guide: [HTML](/documentation/dev/reference/html/) | [PDF](/documentation/dev/reference/pdf/mapstruct-reference-guide.pdf) |
16 | | -* API documentation: [JavaDoc](/documentation/dev/api/) |
17 | | -* [Migration notes](https://github.com/mapstruct/mapstruct/releases/tag/1.6.0.Beta1) |
18 | | - |
19 | | - |
20 | | -**1.5.5.Final** (April 23th 2023; latest stable release) |
21 | | - |
22 | | -* Reference guide: [HTML](/documentation/stable/reference/html/) | [PDF](/documentation/stable/reference/pdf/mapstruct-reference-guide.pdf) |
23 | | -* API documentation: [JavaDoc](/documentation/stable/api/) |
24 | | -* [Migration notes](https://github.com/mapstruct/mapstruct/releases/tag/1.5.5.Final) |
25 | | - |
26 | | -**Spring Extensions** (September 25th 2023; latest milestone release) |
27 | | - |
28 | | -* Reference guide: [HTML](/documentation/spring-extensions/reference/html/) |
29 | | -* API documentation: [Annotations JavaDoc](/documentation/spring-extensions/api/annotations/) | [Extensions JavaDoc](/documentation/spring-extensions/api/extensions/) | [Test Extensions JavaDoc](/documentation/spring-extensions/api/test-extensions/) |
30 | | - |
31 | | -**1.4.2.Final** (January 31st 2021) |
32 | | - |
33 | | -* Reference guide: [HTML](/documentation/1.4/reference/html/) | [PDF](/documentation/1.4/reference/pdf/mapstruct-reference-guide.pdf) |
34 | | -* API documentation: [JavaDoc](/documentation/1.4/api/) |
35 | | -* [Migration notes](https://github.com/mapstruct/mapstruct/releases/tag/1.4.2.Final) |
36 | | - |
37 | | -**1.3.1.Final** (September 29th 2019) |
38 | | - |
39 | | -* Reference guide: [HTML](/documentation/1.3/reference/html/) | [PDF](/documentation/1.3/reference/pdf/mapstruct-reference-guide.pdf) |
40 | | -* API documentation: [JavaDoc](/documentation/1.3/api/) |
41 | | -* [Migration notes](https://github.com/mapstruct/mapstruct/releases/tag/1.3.1.Final) |
42 | | - |
43 | | -**1.2.0.Final** (October 18th 2017) |
44 | | - |
45 | | -* Reference guide: [HTML](/documentation/1.2/reference/html/) | [PDF](/documentation/1.2/reference/pdf/mapstruct-reference-guide.pdf) |
46 | | -* API documentation: [JavaDoc](/documentation/1.2/api/) |
47 | | -* [Migration notes](https://github.com/mapstruct/mapstruct/releases/tag/1.2.0.Final) |
48 | | - |
49 | | - |
50 | | -**1.1.0.Final** (November 18th 2016) |
51 | | - |
52 | | -* Reference guide: [HTML](/documentation/1.1/reference/html/) | [PDF](/documentation/1.1/reference/pdf/mapstruct-reference-guide.pdf) |
53 | | -* API documentation: [JavaDoc](/documentation/1.1/api/) |
54 | | -* [Migration notes](https://github.com/mapstruct/mapstruct/wiki/Migration-notes#110final) |
55 | | - |
56 | | -**1.0.0.Final** (November 25th 2015) |
57 | | - |
58 | | -* Reference guide: [HTML](/documentation/1.0/reference/html/) | [PDF](/documentation/1.0/reference/pdf/mapstruct-reference-guide.pdf) |
59 | | -* API documentation: [JavaDoc](/documentation/1.0/api/) |
60 | | -* [Migration notes](https://github.com/mapstruct/mapstruct/wiki/Migration-notes#100final) |
0 commit comments