Canopy v0.8.5 Release Notes

    • 🔧 (Breaking) previously element/elementWithin would return the first satisfactory element. someElementWithin would throw an exception if there was more than one element. Now all three will return first element. If you want it to throw an exception if more than one is found, set 'throwIfMoreThanOneElement' configuration setting to true Issue #105
    • sleep now accepts floats instead of integers Pull Request #106