root/branches/constants_rewrite/CHANGELOG

Revision 1008, 2.0 kB (checked in by iv..@gweezlebur.com, 1 year ago)

doc merb_helpers changes

Line 
1 == 0.4.2 "tagline" 2007-11-XX
2 * Super-huge speed boost for rendering Erubis templates with partials
3 * Windows-specific fixes to Merb's Rakefile
4 * Blocking write is called when in development, test, Windows and jRuby environments and platforms.
5 * merb_helpers: form field labels are now explicit, huge documentation update, added select, fieldset, more helpers
6
7 == 0.4.1 "Faster Partials or Partially Faster?" 2007-11-12
8 * Fixed pluralization issues with generators
9 * Resource generators are much improved
10 * url() helper now supports nested resources
11 * url(:post, @post) observers @post.new_record? and adjusts accordingly
12 * Fixed bug with empty Accept headers
13 * Added config/boot.rb to load framework from gems or framework/ dir
14 * New partial() is much faster (and less buggy)
15 * render :partial no longer supported
16 * Add a buffered logger
17 * Fixes bug with parameterized actions on some platforms
18 * partial can now be called on collections:
19 *  partial("widget", :with => @new_widgets, :as => "widget")
20 * SMTP mailer now supports non-AUTH setups
21 * set_status() can take symbolic codes like :not_found
22 * JRuby compat fixes
23 * Speed boost, esp. with rendering
24 * Fix spec_helper running against development database
25 * Fix major bug with sessions not working
26
27 == 0.4.0 "This ain't yo mommas merb" 2007-11-06
28
29 == 0.3.7 "Out of the basement" 2007-08-05
30
31 == 0.3.4 "Route fixer" 2007-05-31
32
33 == 0.3.3 "Hey buddy can you spare a route generator?" 2007-05-31
34
35 == 0.3.1 "The Fixed and the Furious" 2007-04-30
36
37 == 0.3.0 "The Fast and the Furious" 2007-04-28
38
39 == 0.2.0 "Accept your fate and respond_to change" 2007-03-18
40
41 == 0.1.0 "Generation Herb" 2007-01-18
42
43 == 0.0.9 "merb is the new black" 2007-01-14
44
45 == 0.0.8 "Merbivore" 2006-12-17
46
47 == 0.0.7 "Lean and mean merbing machine" 2006-11-29
48
49 == 0.0.6 "The Black Belt Release" 2006-11-09
50
51 == 0.0.5 "The getting real release" 2006-11-01
52
53 == 0.0.4 "The toddler phase" 2006-10-26
54
55 == 0.0.3 "the switchblade suicide release" 2006-10-17
56
57 == 0.0.2 "the quicksliver release" 2006-10-16
58
59 == 0.0.1 "The pocket rocket release" 2006-10-15
Note: See TracBrowser for help on using the browser.