-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
50 lines (27 loc) · 1.54 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
[511f98a | 2009-06-24 20:18:37 UTC] TJ Vanderpoel <TJ Vanderpoel [email protected]>
* copyrighted everything
[ed188e6 | 2009-06-23 00:57:17 UTC] bougyman <[email protected]>
* added url_escape dependency
[39e0766 | 2009-06-22 22:28:55 UTC] TJ Vanderpoel <Jayson Vaughn [email protected]>
* got reversioning for packaging working
[627a1c0 | 2009-06-22 22:23:08 UTC] TJ Vanderpoel <Jayson Vaughn [email protected]>
* made reversion handle VERSION in the lib file
[7155885 | 2009-06-22 20:14:29 UTC] Evan Phoenix <[email protected]>
* Perform topiary services
[75495ef | 2009-06-22 21:50:25 UTC] TJ Vanderpoel <Jayson Vaughn [email protected]>
* back to straight text
[be475ac | 2009-06-22 21:49:45 UTC] TJ Vanderpoel <Jayson Vaughn [email protected]>
* moved to markdown
[3e63eb8 | 2009-06-22 21:48:43 UTC] TJ Vanderpoel <Jayson Vaughn [email protected]>
* filled out some README
[a389751 | 2009-06-22 21:26:39 UTC] TJ Vanderpoel <Jayson Vaughn [email protected]>
* moved version require
[5ed4a16 | 2009-06-22 21:21:34 UTC] TJ Vanderpoel <Jayson Vaughn [email protected]>
* Added initial wrapper for URLEscape to be used in Rack::Utils
* RackFastEscape::R::U contains module methods which use URLEscape
* Binds R::U to ::Rack::Utils, extending it
* Sets Rack::Utils.fast_escape? and #fast_unescape?
* Remaps original escape/unescape to old_ and binds the new fast_
versions as escape/unescape
[e6b8e04 | 2009-06-22 19:19:53 UTC] TJ Vanderpoel <Jayson Vaughn [email protected]>
* initial project skeleton