- Added more tests to browser history engine
- Fix, avoid including query parameters in params
- Fix pipe type declaration
- Fix: include
search
in path so that querystrings are correctly computed
- Fix: BrowserEngine supports anchors when wrapping complex elements #43
- Add back, forward and go methods
- Fix: Execute handlers on popstate
- Fix: include needed dependency in the bundle
- Mark this package as side effect free
- Move to
path-to-regexp
- Remove special symbols support
engine
parameter is optional when creating the router
- Introduces better special symbols: *, **, +, ++
*
works as intended matching empty strings+
and++
have been introduced to cover all cases
- Introduces exit handlers
- Little fix in versioning
- 🎉 New, stable version!
- More error handlers can listen to the same error
- '*' can be used to listen to any error
- Expose more types
- Complete rewrite!
- More powerful
- Written in typescript
- Tested
- New paradigms
- Discover everything in the README
- Fixed markdown in README
- Fixed url to website
- Add donation button
- Use not minified version in bower
- Fix bower dependecy
- Improve documentation
- Update dependencies
- Updated dev-dependency
- Fixed bug building documentation
- Tests are done on latest version of node to behave like
in development environment - Update readme with information on Internet Explorer 8 compatibility
- Updated documentation
- Improved documentation
- Removed unused dev dependencies
- Updated old dependencies
- Fixed an error on strict javascript
- Fixed some typos on documentation
- minor bugfixes
- Added documentation
- New tests added
- Added
req.hasNext
properties to match presence of more mathing routes
- Enabled removed tests
- Grunt configured
- JSHint of code
- Karma Grunt integration
- Removed unused warning from tests
- Test completed
- Added some tests
- Fixed return value for all functions
- Added
destroy
method to clean all listeners
- Correct return value in "run" method
- Introduced a test suite
- Request object has
get
method to retrieve parameters wherever they are passed - Bugfix: Splats do not contain query anymore in some cases
- Added support for options.
ignorecase
option, default true
- Added map file
- Bugfix: Query string do not appear in regular params value
- Internal : Added closure compiler support
- Added alias name for method
addRoute
. Now can be calledadd
,route
,get
.
Old changelog missing