Deleted Added
full compact
ChangeLog.md (275223) ChangeLog.md (279549)
1# Version history
2
3## Libucl 0.5
4
5- Streamline emitter has been added, so it is now possible to output partial `ucl` objects
6- Emitter now is more flexible due to emitter_context structure
7
8### 0.5.1

--- 6 unchanged lines hidden (view full) ---

15
16### Libucl 0.6
17
18- Reworked macro interface
19
20### Libucl 0.6.1
21
22- Various utilities fixes
1# Version history
2
3## Libucl 0.5
4
5- Streamline emitter has been added, so it is now possible to output partial `ucl` objects
6- Emitter now is more flexible due to emitter_context structure
7
8### 0.5.1

--- 6 unchanged lines hidden (view full) ---

15
16### Libucl 0.6
17
18- Reworked macro interface
19
20### Libucl 0.6.1
21
22- Various utilities fixes
23
24### Libucl 0.7.0
25
26- Move to klib library from uthash to reduce memory overhead and increase performance
27
28### Libucl 0.7.1
29
30- Added safe iterators API
31
32### Libucl 0.7.2
33
34- Fixed serious bugs in schema and arrays iteration