v1.0.0
Major breaking changes in this release are:
- Export individual edges:
SmartBezierEdge
,SmartStraightEdge
andSmartStepEdge
(closes #12) - Dropped the use of
SmartEdgeContext
for 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