Skip to content

Releases: ekonbenefits/impromptu-interface

v8.0.4

08 Nov 18:01
1ca458a
Compare
Choose a tag to compare

What's Changed

  • Make emit calls useable from ekonbenefits/dynamitey by @jbtule in #54

Full Changelog: v8.0.3...v8.0.4

v8.0.3

08 Nov 16:37
154e247
Compare
Choose a tag to compare

What's Changed

Big Change:

  • Refactor to allow a collectable version of impromptu interface by @jbtule in #52

See unit tests for examples.
See why necessary Collectible Assembly in non-collectible AssemblyLoadContext

Small Changes

New Contributors

Full Changelog: v7.0.1.62...v8.0.2__

v7.0.1.62

05 Apr 06:14
d08d77f
Compare
Choose a tag to compare

.net std 2.0 version
companion to Dynamitey

v7.0.1-beta40

19 Aug 01:49
Compare
Choose a tag to compare
v7.0.1-beta40 Pre-release
Pre-release
  • net standard 2.0 support
  • Now based on Dynamitey
  • Remove all duplicate code with Dynamitey
  • Removed all WPF code

v6.5

16 Aug 20:53
Compare
Choose a tag to compare
v6.5 Pre-release
Pre-release

Obsoleted calls

Core 6.1.4 / MVVM 4.0.11 / FSharp 1.2.11

02 Jul 20:06
Compare
Choose a tag to compare
  • Core: Fix for null comparison bug in ActLike proxy
  • Core: Better proxy handling of generics
  • Core: Extension Method to Instance Method Proxy
  • Core: UseNamedArgument can be applied at interface level -Thanks @fearthecowboy!

Core v6.0.6 / MVVM_4.0.6-beta / FSharp_1.2.6

02 Jul 20:18
Compare
Choose a tag to compare
  • Core: Strong Named (but not secret in Repository)
  • Core: Recursive Interfaces when using ActLIke
  • Core: FluentRegex
  • Core: Impromtu.CoerceConvert(object target, Type type) - This uses every dynamic conversion api avaialbe
  • Core: Fixed ImpromptuDictionary coercion bug with Enums
  • Core: Add Int and String indexer support to InvokeGetChain & InvokeSetChain
  • Core: Added Support for Silverlight5
  • Core: Added Impromptu.InvokeBinaryOperator and Impromptu.InvokeUnaryOpartor
  • MVVM: Strong Named (but not secret in Repository)
  • MVVM: Added support for dynamic property binding syntax in Silverlight 5
  • MVVM: Added 3rd party IoC support from combining with NoMVVM
  • MVVM: Updated configuring property dependencies to use Setup fluent property
  • FSharp: Strong Named (but not secret in Repository)

Core 5.6.7

03 Jul 14:06
Compare
Choose a tag to compare
  • Simplified Dynamic ActLike Syntax
  • Fixed bug involving subsequent named argument invoke calls forgeting argument names

Core 5.6.6

03 Jul 14:05
Compare
Choose a tag to compare
  • Improved Com interop

Core 5.6.4

03 Jul 14:05
Compare
Choose a tag to compare
  • Fixed recursive bug with type coercion of !ImpromptuDictionary & !ImpromptuGet