< 2012-09-07 Domingo E. Savoretti <esavoretti_at_gmail.com>
* < v0.2.4 - All the basic stuff
2012-09-07 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.2.4 - Added cgi support
2013-03-25 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.2.5 Added xml and svg to the list of recognized types
2013-04-01 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.2.6 Added compile to js tool 'compile.sh'
2013-04-02 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.2. Added mk-server tool to the bin directory
This is a tiny tool that will create a brand new node-simple-router powered server to the working directory. It can be invoked with no params, producing an executable
server.coffee file. Should you prefer getting a javascript version of the server, you must invoke it like so: mk-server js. This will produce server.js.
It's worth noting that in order for this to be useful, you should install node-simple-router globally sudo npm install -g node-simple-router
2013-04-03 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.3.0 node-simple-router becomes able to handle form uploads
2013-07-27 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.3.5 correction for paths which have escaped characters
2013-08-02 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.3.6 Added default favicon. Fixed cgi-bin.
2013-08-03 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.4.1 Improved cgi-bin. Looks really usable now.
2013-08-04 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.4.5 Further improvement for cgi-bin, mainly PHP related. Some issues remain though.
2013-08-12 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.4.7 CGI works smoothly now. Added scgi support (router.scgi_pass). Works fine too.
2013-12-28 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.4.9 Fixes nil error when request method is not known/handled.
2013-12-29 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.4.9-3 As a result of the former, NSR now handles router.any.
2014-01-10 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.4.9-4 Improved server generated by mk-server tool.
2014-02-26 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.7.0-1/-- Basic templating handling ala Mustache. Improved docs.
2014-03-05 Domingo E. Savoretti <esavoretti_at_gmail.com>
* v0.7.1-1 Resolved nested properties issue when rendering template.
Copyright 2012, 2013, 2014 Domingo E. Savoretti
Copying and distribution of this file, with or without modification, are
permitted provided the copyright notice and this notice are preserved.