CHANGELOG
develop branch
Nothing yet.
v1.2016060501
Released Sun 5th June 2016.
New
- Added support for mapping types onto method names:
- added
TypeMapper
interface - added
MapDuckTypeToMethodName
class - added
MapStrictTypeToMethodName
class
- added
- Added support for improving performance of type mapping using intelligent caching dispatch tables:
- added
DispatchTable
interface - added
AllPurposeDispatchTable
class - added
ObjectsOnlyDispatchTable
class - added
TypeOnlyDispatchTable
class
- added