Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

48 lines (39 loc) · 1.91 KB

Change Log All notable changes to this project will be documented in this

file. This project adheres to Semantic Versioning.

6.1.0 - 2015-12-28

Added

  • Routes can now be passed additional values when matched

6.0.3 - 2015-12-24

Fixed

  • docs

6.0.0 - 2015-12-24

Changed

  • 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

Added

  • matched routes can now return values (useful for streams)
  • Trie data structure can now be required doing require('wayfarer/trie')

Fixed

  • 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

Fixed

  • [3e0317d] nesting: add fallback for 0.12

5.0.0 - 2015-08-23

Added

  • [d3ff446] docs: document internals
  • [6ea7844] docs: mention wayfarer-to-server

Changed

  • [6368a61] default: .default() -> ._default()
  • [d606a0a] router: .router -> ._routes

Fixed

  • [037f1cf] nest: fix recursive pathname issue