typed-function
Advanced tools
Changelog
2015-10-07, version 0.10.3
Changelog
2015-10-04, version 0.10.2
any
multiple times in a single signture.
Thanks @luke-gumbley.Changelog
2015-07-27, version 0.10.1
addType
and addConversion
not being robust against
replaced arrays typed.types
and typed.conversions
.Changelog
2015-07-26, version 0.10.0
typed(signature: string, fn: function)
typed(name: string, signature: string, fn: function)
typed.addType
and typed.addConversion
.'function'
to 'Function'
. Breaking change.typed.types
is now an ordered Array containing objects
{name: string, test: function}
. Breaking change.Changelog
2015-05-17, version 0.9.0
typed.types
is now an ordered Array containing objects
{type: string, test: function}
instead of an object. Breaking change.typed-function
now allows merging typed functions with duplicate signatures
when they point to the same function.Changelog
2015-05-16, version 0.8.3
typed.find
now throws an error instead of returning null
when a
signature is not found.Changelog
2015-05-09, version 0.8.2
typed.convert
not handling the case where the value already
has the requested type. Thanks @rjbaucells.Changelog
2015-05-09, version 0.8.1
typed.ignore
to ignore/filter signatures of a typed
function.Changelog
2015-05-09, version 0.8.0
create
to create a new instance of typed-function.convert(value, type)
(#1).typed.find
function to find the implementation of a
specific function signature."Too many arguments in function foo (...)"
.