file. This project adheres to Semantic Versioning.
6.1.0 - 2015-12-28
- Routes can now be passed additional values when matched
6.0.3 - 2015-12-24
- docs
6.0.0 - 2015-12-24
- removed multiplexed events
- removed symbols dependency
- removed internal method exposure; the need for that was an indication of lower level problems that this patch fixes
- matched routes can now return values (useful for streams)
- Trie data structure can now be required doing
require('wayfarer/trie')
- moved to using a single trie which greatly decreases lookup times
- moved lookup logic to separate (internal) data structure which improves perf
5.0.1 - 2015-08-24
- [
3e0317d
] nesting: add fallback for 0.12
5.0.0 - 2015-08-23
- [
037f1cf
] nest: fix recursive pathname issue