Skip to content

Releases: ekonbenefits/dynamitey

v3.0.3

08 Nov 18:00
38fcb82
Compare
Choose a tag to compare

What's Changed

  • Fix for extra long argument method calls by @jbtule in #38

Full Changelog: v3.0.2...v3.0.3

v3.02

03 Nov 21:37
d741b2f
Compare
Choose a tag to compare

Drop old PCL compatible builds, now just has .netstd 2.0 and .net 4.0

What's Changed

  • Fix named argument array copy bug in CacheableInvocation constructor by @jeffska in #35
  • Fix equality and hash code of CacheableInvocation by @jeffska in #36
  • Update deps, reduce targets, incr major vers by @jbtule in #37

New Contributors

Full Changelog: v2.0.10...v3.0.2

v2.0.10

02 Oct 20:47
4297520
Compare
Choose a tag to compare
  • .net standard 2.0 target added

v2.0.9

05 Apr 04:43
8261b3f
Compare
Choose a tag to compare
  • .Net Standard Version of Dynamitey
  • Bug Fixes
  • Impromptu Interface compatablity

v2.0.8-beta122

06 Jan 06:28
4f91b3f
Compare
Choose a tag to compare
v2.0.8-beta122 Pre-release
Pre-release
  • GetMemberNames on FauxTypes

v2.0.7-beta118

05 Jan 20:32
091c333
Compare
Choose a tag to compare
v2.0.7-beta118 Pre-release
Pre-release
  • Fixes issue with property spec from Impromptu Interface being ignored.

v2.0.6-beta114

18 Sep 20:53
Compare
Choose a tag to compare
v2.0.6-beta114 Pre-release
Pre-release
  • More defensive about some runtimes not honoring throwOnError=false.

v2.0.6-beta111

18 Aug 22:48
Compare
Choose a tag to compare
v2.0.6-beta111 Pre-release
Pre-release
  • added support for typing hinting dynamic object by just name and type
  • worked around issue with corefx 2.0 and builder (due to corefx 2.0 dynamic keyword bug)
  • All tests passing under .net core 2.0

v2.02-alpha

07 Jul 14:47
Compare
Choose a tag to compare
v2.02-alpha Pre-release
Pre-release
  • Removed all mono runtime check code (just works in mono 5.0!)
  • Fixed issue with DynamicLinq seeing private methods

v1.5.2-alpha

22 Jun 18:01
Compare
Choose a tag to compare
v1.5.2-alpha Pre-release
Pre-release
  • .NET Standard 1.5
  • Try catch all exceptions on LateType load
  • Try catch around forwarding Get