Skip to content

Releases: tonyredondo/ObjectInspector

0.3.15

18 Jun 09:15
Compare
Choose a tag to compare

Changed:

  • Removes one allocation in the private property setter when passing a value type (#40)

Fixed:

  • fixes type conversion algorithm (#39)

0.3.15-beta.2

18 Jun 08:26
86ed6d9
Compare
Choose a tag to compare
0.3.15-beta.2 Pre-release
Pre-release

Changed:

  • Removes one allocation in the private property setter when passing a value type (#40)

Fixed:

  • fixes type conversion algorithm (#39)

0.3.15-beta.1

17 Jun 21:05
a237a93
Compare
Choose a tag to compare
0.3.15-beta.1 Pre-release
Pre-release

Fixed:

  • fixes type conversion algorithm (#39)

0.3.14

17 Jun 16:08
a9133f7
Compare
Choose a tag to compare

Changed:

  • Better ducktype emitter to avoid casting and boxing (#38)

0.3.13

17 Jun 08:03
3dca935
Compare
Choose a tag to compare

Fixed:

  • Fix DuckType return in value types forcing the boxing (#37)

0.3.12

16 Jun 20:18
Compare
Choose a tag to compare

Fixed:

  • DuckType return object in method calls.

0.3.11

15 Jun 15:21
bf14b7f
Compare
Choose a tag to compare

Changed:

  • The Duck typing system no longer requires a DynamicFetcher on non public instances.

Fixed:

  • Emit accessor on struct instances

0.3.10

15 Jun 08:07
Compare
Choose a tag to compare

Changed:

  • Default fetcher to expression tree, (there is a bug in the emit fetcher, currently in revision)

0.3.9

12 Jun 22:29
b7a6ca4
Compare
Choose a tag to compare

Fixed:

  • Dynamic fetcher extensions api (now with generics)

0.3.8

12 Jun 14:51
Compare
Choose a tag to compare

Changed:

  • Internal refactor