Skip to content

Tags: mcarleio/konvert

Tags

v4.0.1

Toggle v4.0.1's commit message
fix(#99): remove duplicate `let` when using `@KonvertFrom` with an ex…

…pression

v4.0.0

Toggle v4.0.0's commit message
chore: restructure code to generate code and add tests

v3.2.3

Toggle v3.2.3's commit message
fix(#93): during determination of custom alias, do not consider gener…

…ics when comparing type reference with type

v3.2.2

Toggle v3.2.2's commit message
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

Toggle v3.2.1's commit message
fix(#75): use placeholder `%L` instead of concatenating String and Co…

…deBlock

v3.2.0

Toggle v3.2.0's commit message
ci: do not suggest minor or patch updates in injectors

v3.1.0

Toggle v3.1.0's commit message
docs: add release 3.0.1 to changelog

v3.0.1

Toggle v3.0.1's commit message
fix(#49): mapping for nested classes

v3.0.0

Toggle v3.0.0's commit message
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](sparklemotion/nokogiri@v1.14.2...v1.16.0)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

v2.4.0

Toggle v2.4.0's commit message
feat(#28): allow multiple parameters in functions of a `@Konverter` a…

…nnotated interface