forked from GiorgioRegni/node-simple-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
148 lines (53 loc) · 3.38 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
2014-04-20 Domingo E. Savoretti <[email protected]>
* v0.9.0 Major update: NSR becomes real time: WebSocket support added.
2014-04-08 Domingo E. Savoretti <[email protected]>
* v0.8.8 Added render_template_file method to simplify rendering templates from disk
2014-03-28 Domingo E. Savoretti <[email protected]>
* v0.8.6 Added gallery functionality
2014-03-26 Domingo E. Savoretti <[email protected]>
* v0.8.4-6 Stock icons built-in
2014-03-24 Domingo E. Savoretti <[email protected]>
* v0.8.4 More flow control: built-in promises
2014-03-21 Domingo E. Savoretti <[email protected]>
* v0.8.3-* Added flow control (async, trying to get away from callback hell)
2014-03-13 Domingo E. Savoretti <[email protected]>
* v0.8.1/2-* Fully documenting session handling.
2014-02-26 Domingo E. Savoretti <[email protected]>
* v0.7.0-1/-- Basic templating handling ala Mustache. Improved docs.
2014-01-10 Domingo E. Savoretti <[email protected]>
* v0.4.9-4 Improved server generated by mk-server tool.
2013-12-29 Domingo E. Savoretti <[email protected]>
* v0.4.9-3 As a result of the former, NSR now handles router.any.
2013-12-28 Domingo E. Savoretti <[email protected]>
* v0.4.9 Fixes nil error when request method is not known/handled.
2013-08-12 Domingo E. Savoretti <[email protected]>
* v0.4.7 CGI works smoothly now. Added scgi support (router.scgi_pass). Works fine too.
2013-08-04 Domingo E. Savoretti <[email protected]>
* v0.4.5 Further improvement for cgi-bin, mainly PHP related. Some issues remain though.
2013-08-03 Domingo E. Savoretti <[email protected]>
* v0.4.1 Improved cgi-bin. Looks really usable now.
2013-08-02 Domingo E. Savoretti <[email protected]>
* v0.3.6 Added default favicon. Fixed cgi-bin.
2013-07-27 Domingo E. Savoretti <[email protected]>
* v0.3.5 correction for paths which have escaped characters
2013-04-03 Domingo E. Savoretti <[email protected]>
* v0.3.0 node-simple-router becomes able to handle form uploads
2013-04-02 Domingo E. Savoretti <[email protected]>
* 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-01 Domingo E. Savoretti <[email protected]>
* v0.2.6 Added compile to js tool 'compile.sh'
2013-03-25 Domingo E. Savoretti <[email protected]>
* v0.2.5 Added xml and svg to the list of recognized types
2012-09-07 Domingo E. Savoretti <[email protected]>
* v0.2.4 - Added cgi support
2012-09-07 Domingo E. Savoretti <[email protected]>
* < v0.2.4 - All the basic stuff
* * *
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.