router-tree
Version:
Create routes from directory structure
60 lines (31 loc) • 653 B
Markdown
# Changelog
## 1.0.0
* Initial release
## 1.0.1
* Allow `pathPart` in root node
## 1.0.2
* README update
## 1.0.3
* Rename `.getPath` Route method to `.initPath`
* README section 'Overriding path construction'
## 1.0.4
* README update
## 1.0.5
* `param` and `endSlash` properties Route properties initially undefined
## 1.0.6
* Fix: `utils.isSubclassOf` bug
## 1.1.0
* `.flatten` method sorts routes by path
* package.json keywords
## 1.2.0
* `.initProps` Route method
## 1.3.0
* README update
## 1.4.0
* Order children by path
## 1.4.1
* README update
## 1.4.2
* README update
## 1.4.3
* Update `promise-methods` dependency