Skip to content

Tags: stigrune/mapperly

Tags

v2.3.2-next.1

Toggle v2.3.2-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: InvalidOperationException (Collection was modified) on BuildInit…

…OnlyPropertyMappings method (riok#100)

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: access nullable paths in a null safe manner if nullability is di…

…sabled (riok#85)

v2.3.1-next.1

Toggle v2.3.1-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: access nullable paths in a null safe manner if nullability is di…

…sabled (riok#85)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: unmapped source property diagnostic (riok#77)

New diagnostic RMG020 Source property is not mapped to any target property which allows to configure a strict mapping mode

v2.3.0-next.1

Toggle v2.3.0-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: unmapped source property diagnostic (riok#77)

New diagnostic RMG020 Source property is not mapped to any target property which allows to configure a strict mapping mode

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump codecov/codecov-action from 2.1.0 to 3 (riok#65)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2.1.0...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.2.1-next.1

Toggle v2.2.1-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: map nullable value types correct to user implemented method argu…

…ments (riok#64)

Remove duplicated nullable object property tests

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump Verify.XUnit from 16.3.5 to 16.3.6 (riok#53)

Bumps [Verify.XUnit](https://github.com/VerifyTests/Verify) from 16.3.5 to 16.3.6.
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@16.3.5...16.3.6)

---
updated-dependencies:
- dependency-name: Verify.XUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.2.0-next.2

Toggle v2.2.0-next.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support init properties (riok#52)

v2.2.0-next.1

Toggle v2.2.0-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add System namespace to Enum (riok#47)