forked from bsbodden/trellis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
History.txt
62 lines (50 loc) · 1.46 KB
/
History.txt
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
== 0.1.2
* 1 major enhancement
* big refactor fest #1 - removed a great deal of dup code
== 0.1.1
* 2 major enhancement
* before, around and after filters
* refactoring (clean up) of call! (rack specification) method
== 0.1.0
* 1 major enhancement
* fix logger for rack 1.0.1
== 0.0.9
* 1 major enhancement:
* added missing nokogiri gem from the dependencies
== 0.0.8
* 1 major enhancement:
* implemented automatic route sorting
== 0.0.7
* 3 major enhancements:
* ripped out rexml/hpricot replaced with nokogiri
* implemented page get method to override default page rendering
* added trellis namespace xmlns method for markaby
* clean all examples to add trellis namespace
== 0.0.6
* 2 major enhancement:
* added dup.call for thread safety
* added ability to select Rack::Session middleware implementation
between cookie, pool and memcached
== 0.0.5
* 2 major enhancements:
* template can now use erb (erubis using Processing Instructions (PI))
* added check for nil Rack::Session when using Cookie Store
== 0.0.4
* 1 major enhancement:
* tests for Renderer
* more routing tests
* request query params now available to page as instance variables
* cleaned up dependencies
== 0.0.3
* 1 major enhancement:
* stand-in pages
== 0.0.2 2009-09-19
* 5 major enhancements:
* code reloading
* template reloading
* event subsystem revamped
* custom routing
* more tests!
== 0.0.1 2009-08-29
* 1 major enhancement:
* initial release