- Fixed name generation uniqueness issue [convtools-ita 21 ](https://github.com/itechart/convtools/issues/21)
0.7.0
**Features**
- Introduced ``c.Mut.set_item`` and other mutations to be used in ``(...).tap(...) method [convtools-ita 20 ](https://github.com/itechart/convtools/issues/20)
- * introduced ``c.optional`` collection items, which get omitted based on value or a condition * improved converter generation so that inner conversions are not getting their own callable wrapper * updated generated code variable name generation [convtools-ita 18 ](https://github.com/itechart/convtools/issues/18)
0.5.3
**Bugfixes**
- fixed aggregate issue: reduce(...).item(..., default=...) case [convtools-ita 15 ](https://github.com/itechart/convtools/issues/15)