- removed unnecesary
print()
statement. - Added pep8 recommendations.
- Added
:filename
pattern. - Added
:uuid
pattern. - Added
:query
pattern. - Unregisted patterns are of type
:slug
by default.
- Fixed fatal bug when using nested routes.
- Fixed bug when
route == '^$'
orroute == '/'
- Removed adding
/
at the end of the route if it's not an exact route. - Trim route with spaces. Ex:
' news/today '
=>'^news/today$'
- Fixed bug when a route ended with a slash and contained spaces. Ej:
' /users/ '
- Changed package description
- Basic functionality