UNPKG

view-helpers

Version:

View helper methods for expressjs and other node stuff

60 lines (38 loc) 1.21 kB
0.2.0 / 2019-03-13 ================== * Allow customization of pagination classes 0.1.5 / 2014-06-22 ================== * Fix isActive method to work of root urls 0.1.4 / 2014-01-02 ================== * Fixes flash error messages. Now every error flash message should be in this format `req.flash('error')` and not `req.flash('errors')` 0.1.3 / 2013-10-01 ================== * convert date param to date object 0.1.2 / 2013-06-19 ================== * use req.app - which is same as express app object. no need to pass the object 0.1.1 / 2013-06-18 ================== * fix page counter. fixes #4 0.1.0 / 2013-06-14 ================== * support backward compatibility, update readme about usage * add mobile view rednering feature 0.0.4 / 2013-04-29 ================== * add formatDatetime helper 0.0.3 / 2013-04-09 ================== * add flash variables if connect-flash is used * update readme 0.0.2 / 2013-03-19 ================== * Release 0.0.2 * use indexOf instead of deep equal * use indexOf instead of deep equal 0.0.1 / 2013-03-05 ================== * add module file * initial commit