Skip to content

Releases: mcarleio/konvert

v4.0.1

17 Nov 19:47
Compare
Choose a tag to compare
fix(#99): remove duplicate `let` when using `@KonvertFrom` with an ex…

v4.0.0

16 Nov 22:07
Compare
Choose a tag to compare
chore: restructure code to generate code and add tests

v3.2.3

02 Nov 00:26
Compare
Choose a tag to compare
fix(#93): during determination of custom alias, do not consider gener…

v3.2.2

02 Jul 20:07
Compare
Choose a tag to compare
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

23 May 22:25
Compare
Choose a tag to compare
fix(#75): use placeholder `%L` instead of concatenating String and Co…

v3.2.0

12 Apr 19:46
Compare
Choose a tag to compare
ci: do not suggest minor or patch updates in injectors

v3.1.0

05 Apr 21:48
Compare
Choose a tag to compare
docs: add release 3.0.1 to changelog

v3.0.1

26 Feb 09:11
Compare
Choose a tag to compare
fix(#49): mapping for nested classes

v3.0.0

10 Jan 16:40
Compare
Choose a tag to compare
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

30 Oct 23:01
Compare
Choose a tag to compare
feat(#28): allow multiple parameters in functions of a `@Konverter` a…