1atom (2.2) stable;
2
3  * Add lv2_atom_object_get_typed() for easy type-safe access to object properties.
4
5 -- None <None>  Sun, 03 Feb 2019 00:00:00 +0000
6
7atom (2.0) stable;
8
9  * Deprecate Blank and Resource in favour of just Object.
10  * Add lv2_atom_forge_key() for terser object writing.
11  * Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper
12    functions.
13  * Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease
14    backwards compatibility.
15
16 -- None <None>  Fri, 08 Aug 2014 00:00:00 +0000
17
18atom (1.8) stable;
19
20  * Make lv2_atom_*_is_end() arguments const.
21
22 -- None <None>  Sat, 04 Jan 2014 00:00:00 +0000
23
24atom (1.6) stable;
25
26  * Fix crash in forge.h when pushing atoms to a full buffer.
27
28 -- None <None>  Sun, 26 May 2013 00:00:00 +0000
29
30atom (1.4) stable;
31
32  * Improve atom documentation.
33  * Fix lv2_atom_sequence_end().
34  * Remove atom:stringType in favour of owl:onDatatype so generic tools can
35    understand and validate atom literals.
36
37 -- None <None>  Sun, 27 Jan 2013 00:00:00 +0000
38
39atom (1.2) stable;
40
41  * Use consistent label style.
42  * Fix lv2_atom_object_next() on 32-bit platforms.
43  * Add lv2_atom_object_body_get().
44  * Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.
45  * Fix outdated documentation in forge.h.
46  * Fix implicit conversions in forge.h that are invalid in C++11.
47
48 -- None <None>  Sun, 14 Oct 2012 00:00:00 +0000
49
50atom (1.0) stable;
51
52  * Initial release.
53
54 -- None <None>  Tue, 17 Apr 2012 00:00:00 +0000
55
56