Releases: camsaul/methodical
Releases · camsaul/methodical
0.9.4-alpha
- Fix issue where a dispatch value
x
was not considered to be preferred overy
if an indirect preference was defined (i.e., viaprefer-method
) for an ancestor ofx
overy
or forx
over an ancestor ofy
. (#22) - Remove
methodical.util/prefers?
since its logic was incorrect and a adding a working implementation would require access to the hierarchy of aDispatcher
; but this is not something exposed in the interface. (Not all Dispatchers have exactly one hierarchy).methodical.impl.dispacter.common/prefers?
can be used if you know what the hierarchy is. (#23)
0.9.3-alpha
Initial public release.