Closed kasongoyo closed 6 years ago
Hey @tswaters, I wish to add my changes to the doc but I want to hear your opinions first about the changes I have made, remember you have not replied in the discussion we had in the issues section
Just noticed that web.test.js
is completely devoid of actual tests. With some of the changes I've requested, there is another branch, and coverage will decrease... I'm not sure if it'll be enough to break the build, if it does don't worry about that -- I'll likely fix it after merge.
Also, don't be afraid to add yourself to contributers
key in package.json.
This looks pretty close.... I'm going to close this PR, but merge your branch into feature/middleware
and fix up the readme with a few straggling issues before releasing this.
Once this is done, we need to get the web-adapters updated... as mentioned above I've already done a few of them and I see you started with the seneca-web
adapter... if you want to start on that, feel free.
Thanks you @kasongoyo for all your hard work! I'm going to close this & move it to #130
Going to sit on this for a few days probably, come back and take a fresh look & hopefully get a new release out on the weekend sometime.
Thanks @tswaters for your assistance. Thanks more for improving docs regarding middleware feature. The doc is real nice
This pull request introduce a way to pass middleware instanc when defining route so that it can be utilized adapters when adding route to express or hapi context.