Releases: mcarleio/konvert
Releases · mcarleio/konvert
v4.0.1
fix(#99): remove duplicate `let` when using `@KonvertFrom` with an ex…
v4.0.0
chore: restructure code to generate code and add tests
v3.2.3
fix(#93): during determination of custom alias, do not consider gener…
v3.2.2
chore(#83): improve exceptions with exception chaining
This is a first easy step by catching exceptions during code generation and throw a KonvertException which contain basic information which might be missing in the original exception
v3.2.1
fix(#75): use placeholder `%L` instead of concatenating String and Co…
v3.2.0
ci: do not suggest minor or patch updates in injectors
v3.1.0
docs: add release 3.0.1 to changelog
v3.0.1
fix(#49): mapping for nested classes
v3.0.0
build(deps-dev): bump nokogiri from 1.14.2 to 1.16.0 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.2 to 1.16.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.2...v1.16.0)
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
v2.4.0
feat(#28): allow multiple parameters in functions of a `@Konverter` a…