Skip to content

Releases: swagfin/ObjectSemantics.NET

v7.1.0

Choose a tag to compare

@swagfin swagfin released this 06 Mar 22:02

What's Changed

  • Feature/performance grade optimization by @swagfin in #24

Full Changelog: v7.0.2...v7.1.0

v7.0.2

Choose a tag to compare

@swagfin swagfin released this 05 Jan 19:44
e012c2e

What's Changed

Full Changelog: v7.0.1...v7.0.2

v7.0.1

Choose a tag to compare

@swagfin swagfin released this 29 Oct 14:16
558576a

What's Changed

Full Changelog: v7.0.0...v7.0.1

v7.0.0

Choose a tag to compare

@swagfin swagfin released this 07 Oct 22:25
734f454

What's Changed

⚠️ Breaking Change

This release introduces a new entry point that changes how the library is used.
Mapping is now available directly as an extension on both string and type T.

Updated Usage:

// Map using the object instance
string result = person.Map("I am {{ Name }}!");

// Or map starting from the string template
string result = "I am {{ Name }}!".Map(person);

Other Optimizations

Full Changelog: v6.0.5...v7.0.0

v6.0.5

Choose a tag to compare

@swagfin swagfin released this 23 Jul 18:29
91eda7b

What's Changed

  • chore: support for bool condition inside if block by @swagfin in #17

Full Changelog: v6.0.4...v6.0.5

v6.0.4

Choose a tag to compare

@swagfin swagfin released this 19 May 18:11

. Added support for single arrays Loop Support
. Added encoding string formattings
ToMD5
ToBase64
FromBase64
. Added template extension method to allow mapping directly from Template

Full Changelog: v6.0.3...v6.0.4

v6.0.3

Choose a tag to compare

@swagfin swagfin released this 19 May 12:47

What's Changed

v.6.0.3

  1. Added encoding string formattings
    ToMD5
    ToBase64
    FromBase64
  2. added extention to allow mapping directly from Template

Full Changelog: v6.0.2...v6.0.3

v6.0.2

Choose a tag to compare

@swagfin swagfin released this 16 May 18:02
4b99cdd

What's Changed

  • chore: added new config option XmlCharEscaping by @Georgenjeri in #13
  • hotfix: Fixed Nullable Types loosing string formatting by @swagfin in #14

New Contributors

Full Changelog: v6.0.1...v6.0.2

v6.0.1

Choose a tag to compare

@swagfin swagfin released this 14 Apr 15:53
ec3ef7a

What's Changed

[BREAKING CHANGES]
Foreach loop block logic changed

Full Changelog: v5.1.5...v6.0.1

v5.1.5

Choose a tag to compare

@swagfin swagfin released this 12 Apr 17:00

Full Changelog: v5.1.4...v5.1.5