Skip to content

Releases: dynamicexpresso/DynamicExpresso

v2.9.6

26 Nov 09:51
ae65ecb
Compare
Choose a tag to compare

What's Changed

  • Github workflows: build the solution only once by @metoule in #189
  • Upgrade demo website to .NET5 by @metoule in #188
  • FIX: Allow a params parameter to have a generic type by @metoule in #192
  • FIX: Improve MethodHasPriority algorithm by @metoule in #193
  • FIX: Allow explicit return type object by @metoule in #186

Full Changelog: v2.9.5...v2.9.6

v2.9.5

30 Oct 13:41
859f107
Compare
Choose a tag to compare

What's Changed

  • Improve generic type parsing and referencing by @metoule in #178

Full Changelog: v2.9.4...v2.9.5

v2.9.4

27 Oct 09:15
7e172a1
Compare
Choose a tag to compare

What's Changed

  • Improve type parsing to support arrays and generics by @metoule in #173

Full Changelog: v2.9.3...v2.9.4

v2.9.3

21 Oct 14:09
a188ed8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.2...v2.9.3

v2.9.2

15 Oct 12:03
ce4dc65
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.1...v2.9.2

v2.9.1

09 Oct 10:33
1216894
Compare
Choose a tag to compare

What's Changed

  • FIX Boolean operators not working for dynamic objects #162 by @rotsin in #163

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

08 Oct 08:21
ea77214
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.1...v2.9.0

v2.8.1

04 Jul 09:37
12bb256
Compare
Choose a tag to compare
  • FIX: #157 Ignore multiple registration of the same delegate with the same name #158 (Thanks @metoule )

v2.8.0

24 Jun 20:20
4aabda0
Compare
Choose a tag to compare
  • bind dynamic properties and methods of concrete class, add late binding on object types (#156)

v2.7.1

17 Jun 10:25
b9fab54
Compare
Choose a tag to compare
  • Fix github pipeline