Releases: ekonbenefits/dynamitey
Releases · ekonbenefits/dynamitey
v3.0.3
v3.02
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
v2.0.9
v2.0.8-beta122
- GetMemberNames on FauxTypes
v2.0.7-beta118
- Fixes issue with property spec from Impromptu Interface being ignored.
v2.0.6-beta114
- More defensive about some runtimes not honoring
throwOnError=false
.
v2.0.6-beta111
- 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
- Removed all mono runtime check code (just works in mono 5.0!)
- Fixed issue with DynamicLinq seeing private methods
v1.5.2-alpha
- .NET Standard 1.5
- Try catch all exceptions on LateType load
- Try catch around forwarding Get