v1.0.0
Major breaking changes in this release are:
- Export individual edges:
SmartBezierEdge,SmartStraightEdgeandSmartStepEdge(closes #12) - Dropped the use of
SmartEdgeContextfor configuration in favor of factory functions, allowing multiple types of edges to be used at the same time (closes #11) - Expose advanced configuration from
smartEdgeFactory(closes #14)
Merge pull request #19 from tisoap/feat/factory-function c28cbd8