File: VERSION

package info (click to toggle)
jackson-dataformat-yaml 2.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-backports, jessie-kfreebsd
  • size: 428 kB
  • ctags: 478
  • sloc: java: 3,293; xml: 135; sh: 27; makefile: 11
file content (90 lines) | stat: -rw-r--r-- 1,919 bytes parent folder | download
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
Project: jackson-dataformat-yaml
Version: 2.4.3 (04-Oct-2014)

No changes.

------------------------------------------------------------------------
=== History: ===
------------------------------------------------------------------------

2.4.2 (15-Aug-2014)
2.4.1 (17-Jun-2014)

No changes since 2.4.0

2.4.0 (02-Jun-2014)

#21: Improve handling of polymorphic types, native type ids
 (reported by Hal H)

2.3.3 (10-Apr-2014)
2.3.2 (01-Mar-2014)
2.3.1 (28-Dec-2013)

No changes since 2.3.0.

2.3.0 (14-Nov-2013)

#3: Support YAML-specific object ids ("anchors", "aliases").
#17: Support YAML-specific type ids ("tags")
 (requested by cemo@github)
- Add support for `JsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN`
- Upgrade to SnakeYAML 1.12

2.2.2 (27-May-2013)

No functional changes.

2.2.1 (03-May-2013)

- Fixed problem with YamlFactory.copy()

2.2.0 (22-Apr-2013)

New minor version; no functional changes.

2.1.3 (19-Jan-2013)

- [Issue-10]: Avoid parsing scalars in non-plain flow styles
 (contributed by nkvoll@github)
- [Issue-12]: Problems with 'YAMLFactory.createJsonGenerator(File)'

2.1.2 (04-Dec-2012)

No functional changes.

2.1.1 (12-Nov-2012)

No functional changes.

2.1.0 (08-Oct-2012)

Another minor update on Jackson YAML format module

Improvements:

- [Issue-5]: Expose Aliases as JsonToken.STRING_VALUE tokens
- [Issue-6]: Add a method in YAMLParser to detect Anchors: `getCurrentAnchor()`
- [Issue-7]: Possible parsing problems with unquoted values with colons

2.0.5 (27-Jul-2012)

- [Issue-4]: Regexp for detecting floating point numbers too permissive with dots
 (reported by Dan Sheehan)
 
2.0.4: skipped release (no changes)

2.0.3: skipped release (no changes)

2.0.2 (14-May-2012)

Improvements:

- 10-20% performance improvements based on profiling (most overhead
  in SnakeYaml, so limited possibilities)

2.0.0 (03-May-2012)

Fixes:

* [Issue-2] UUIDs not properly deserialized.