- Allow customization of pagination classes
- Fix isActive method to work of root urls
- Fixes flash error messages. Now every error flash message should be in this format
req.flash('error')and notreq.flash('errors')
- convert date param to date object
- use req.app - which is same as express app object. no need to pass the object
- fix page counter. fixes #4
- support backward compatibility, update readme about usage
- add mobile view rednering feature
- add formatDatetime helper
- add flash variables if connect-flash is used
- update readme
- Release 0.0.2
- use indexOf instead of deep equal
- use indexOf instead of deep equal
- add module file
- initial commit