UNPKG

1.96 kBMarkdownView Raw
1# Change Log All notable changes to this project will be documented in this
2file. This project adheres to [Semantic Versioning](http://semver.org/).
3
4## [6.1.0](https://github.com/yoshuawuyts/wayfarer/compare/v6.0.3...6.1.0) - 2015-12-28
5### Added
6- Routes can now be passed additional values when matched
7
8## [6.0.3](https://github.com/yoshuawuyts/wayfarer/compare/v6.0.0...6.0.3) - 2015-12-24
9### Fixed
10- docs
11
12## [6.0.0](https://github.com/yoshuawuyts/wayfarer/compare/v5.0.1...6.0.0) - 2015-12-24
13### Changed
14- removed multiplexed events
15- removed symbols dependency
16- removed internal method exposure; the need for that was an indication of
17 lower level problems that this patch fixes
18
19### Added
20- matched routes can now return values (useful for streams)
21- Trie data structure can now be required doing `require('wayfarer/trie')`
22
23### Fixed
24- moved to using a single trie which greatly decreases lookup times
25- moved lookup logic to separate (internal) data structure which improves perf
26
27## [5.0.1](https://github.com/yoshuawuyts/wayfarer/compare/v5.0.0...v5.0.1) - 2015-08-24
28### Fixed
29- [[`3e0317d`](https://github.com/yoshuawuyts/wayfarer/commit/3e0317d)]
30 __nesting__: add fallback for 0.12
31
32## [5.0.0](https://github.com/yoshuawuyts/wayfarer/compare/v4.3.1...v5.0.0) - 2015-08-23
33### Added
34- [[`d3ff446`](https://github.com/yoshuawuyts/wayfarer/commit/d3ff446)]
35 __docs:__ document internals
36- [[`6ea7844`](https://github.com/yoshuawuyts/wayfarer/commit/6ea7844)]
37 __docs:__ mention wayfarer-to-server
38
39### Changed
40- [[`6368a61`](https://github.com/yoshuawuyts/wayfarer/commit/6368a61)]
41 __default:__ `.default()` -> `._default()`
42- [[`d606a0a`](https://github.com/yoshuawuyts/wayfarer/commit/d606a0a)]
43 __router:__ `.router` -> `._routes`
44
45## [4.3.1](https://github.com/yoshuawuyts/wayfarer/compare/v4.3.0...v4.3.1)
46### Fixed
47- [[`037f1cf`](https://github.com/yoshuawuyts/wayfarer/commit/037f1cf)]
48 __nest__: fix recursive pathname issue