UNPKG

dush-router

Version:

A simple regex-based router for `dush`, `base`, `minibase` and anything based on them. Works on Browser and Node.js

64 lines (30 loc) 2.07 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="1.0.3"></a> ## [1.0.3](https://github.com/tunnckocore/dush-router/compare/v1.0.2...v1.0.3) (2017-04-01) ### Bug Fixes * **readme:** update github tag badge link and related plugins ([d6030a3](https://github.com/tunnckocore/dush-router/commit/d6030a3)) <a name="1.0.2"></a> ## [1.0.2](https://github.com/tunnckocore/dush-router/compare/v1.0.1...v1.0.2) (2017-03-29) ### Bug Fixes * **ci:** add circleci ([9789bf8](https://github.com/tunnckocore/dush-router/commit/9789bf8)) * **ci:** robust testing with Circle CI ! ([a36264f](https://github.com/tunnckocore/dush-router/commit/a36264f)) * **circle:** rename ([c2aacb1](https://github.com/tunnckocore/dush-router/commit/c2aacb1)) * **readme:** tweak license badge, point to the LICENSE file ([7bf78cf](https://github.com/tunnckocore/dush-router/commit/7bf78cf)) * **readme:** update badges, move to CircleCI! ([9106e0a](https://github.com/tunnckocore/dush-router/commit/9106e0a)) * **template:** update readme template to the new for all repos ([c4dbe16](https://github.com/tunnckocore/dush-router/commit/c4dbe16)) <a name="1.0.1"></a> ## [1.0.1](https://github.com/tunnckocore/dush-router/compare/v1.0.0...v1.0.1) (2017-03-28) ### Bug Fixes * **route:** passed handler to route event should return value ([72aa883](https://github.com/tunnckocore/dush-router/commit/72aa883)), closes [#2](https://github.com/tunnckocore/dush-router/issues/2) * **tests:** add ensurance test ([15345a1](https://github.com/tunnckocore/dush-router/commit/15345a1)) <a name="1.0.0"></a> # 1.0.0 (2017-03-23) ### Bug Fixes * **package:** add keywords ([27b09cc](https://github.com/tunnckocore/dush-router/commit/27b09cc)) ### Chores * **init:** github open source ([707c233](https://github.com/tunnckocore/dush-router/commit/707c233)) ### BREAKING CHANGES * init: First release ## 0.0.0 - 2017-03-22 - Initial commit