All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix Bug #41
- Resolve Full Controller Path from anywhere (#32)
- Update Dev Dependencies
- Project dependency refactor
- add node v10 as a test target
- Now Nest Router Module Using Nest V5+
See examples folder, there is
nest-v5x
.
childrens
, usechildren
instead. see why?
- You can now Omit the
module
keyword and just using an arry ofchildren
and onepath
proparty.
children
array can be array with just modules. this means you can omit thepath
keyword.- Unreleased section to gather unreleased changes and encourage note keeping prior to releases.
- Routes now can be endless nested array.
children
now an Array insted ofobject
- Published to NPM 🚀
- add continuous integration "Travis CI"
- Greenkeeper badge
- README
- Good examples and basic guidelines, in example folder and README.
- Build status badge