FancomRelease Notes
Version
v1.0.4
- Added
Flag
operators plusInt and minusInt - Added Flag.containsAny and Flag.containsAll, deprecated Flag.contains
- Fixed an issue with method param matching. May have affected some surrogate classes.
v1.0.2
- Added support for
DateTime
andDecimal
Fantom types - Added support for more (lesser used) VT types
- Dispatch.call now throws a FandocErr if a
VT_ERROR
or an invalidVT_HRESULT
is returned - Added serialization ctor to Flag
- Dispatch.call params could get mixed up if
null
was passed in - Surrogate diagnostics checks for typos and common ctor / static factory mixups
v1.0.0
- Initial release.