root/tags/0.5.2/CHANGELOG

Revision 1301, 3.8 kB (checked in by iv..@gweezlebur.com, 10 months ago)

prep for 0.5.2

Line 
1 == 0.5.2 "Great White North" 2008-01-14
2 * Make Merb.load_paths accessible for modification
3 * Fix issues with running frozen apps
4
5 == 0.5.1 "Electic Boogaloo" 2008-01-10
6 * Fix 0.5.0
7
8 == 0.5.0 "Thanks Zed" 2008-01-09
9 * Added asset bundling for Javascript and stylesheet files
10
11 == 0.4.2 "Surf's up." 2007-12-14
12 * Super-huge speed boost for rendering Erubis templates with partials
13 * Windows-specific fixes to Merb's Rakefile
14 * Blocking write is called when in development, test, Windows and jRuby environments and platforms.
15 * merb_helpers: form field labels are now explicit, huge documentation update, added select, fieldset, more helpers
16 * Fixed merb.show_routes within merb -i
17 * Fixed image_tag, css_include_tag, and js_include_tag to work with path_prefix
18 * Adds spec helper methods with_route and dispatch_to
19 * fix rakefile cfor cygwin
20 * add count with collection to partial()
21 * Form control mixin is deprecated Use merb_helpers plugin.
22 * add redirect matcher to rspec test helpers
23 * allow r.resource(:foo, :myparam => 42) resource routes pass on params to underlying match() call
24 * spit out error and help message if you call merb with no args
25 * get rid of dependency on mongrel for escape and unescape
26 * make sure not to use write_nonblock when logging to STDOUT
27 * Fixed image_tag, css_include_tag, and js_include_tag to work with path_prefix
28 * fix set_status to actually work, add docs,
29 * config/merb.yml is now correctly loaded from Rake and test environment - using Merb::Server.load_config
30 * added config option to disable loading of the JSON gem - still enabled by default
31 * don't raise if names local on a partial is nil
32 * Use svn export instead of checkout upon merb:freeze_from_svn
33 * Extracted url and other general methods out of ControllerMixin into GeneralControllerMixin
34 * fix caching of @_buffer in render, form_for
35 * Seperates spec helpers into the Merb::Test namespace to prevent spec methods leaking into specs
36 * Changes the spec url helper method to the same used in the controller
37 * Made Request#parse_multipart return an empty hash instead of nil if the request is not multipart
38 * Changes throw_content so that it can be called without a block
39 * Added :namespace option to routes.
40
41
42 == 0.4.1 "Faster Partials or Partially Faster?" 2007-11-12
43 * Fixed pluralization issues with generators
44 * Resource generators are much improved
45 * url() helper now supports nested resources
46 * url(:post, @post) observers @post.new_record? and adjusts accordingly
47 * Fixed bug with empty Accept headers
48 * Added config/boot.rb to load framework from gems or framework/ dir
49 * New partial() is much faster (and less buggy)
50 * render :partial no longer supported
51 * Add a buffered logger
52 * Fixes bug with parameterized actions on some platforms
53 * partial can now be called on collections:
54 *  partial("widget", :with => @new_widgets, :as => "widget")
55 * SMTP mailer now supports non-AUTH setups
56 * set_status() can take symbolic codes like :not_found
57 * JRuby compat fixes
58 * Speed boost, esp. with rendering
59 * Fix spec_helper running against development database
60 * Fix major bug with sessions not working
61
62 == 0.4.0 "This ain't yo mommas merb" 2007-11-06
63
64 == 0.3.7 "Out of the basement" 2007-08-05
65
66 == 0.3.4 "Route fixer" 2007-05-31
67
68 == 0.3.3 "Hey buddy can you spare a route generator?" 2007-05-31
69
70 == 0.3.1 "The Fixed and the Furious" 2007-04-30
71
72 == 0.3.0 "The Fast and the Furious" 2007-04-28
73
74 == 0.2.0 "Accept your fate and respond_to change" 2007-03-18
75
76 == 0.1.0 "Generation Herb" 2007-01-18
77
78 == 0.0.9 "merb is the new black" 2007-01-14
79
80 == 0.0.8 "Merbivore" 2006-12-17
81
82 == 0.0.7 "Lean and mean merbing machine" 2006-11-29
83
84 == 0.0.6 "The Black Belt Release" 2006-11-09
85
86 == 0.0.5 "The getting real release" 2006-11-01
87
88 == 0.0.4 "The toddler phase" 2006-10-26
89
90 == 0.0.3 "the switchblade suicide release" 2006-10-17
91
92 == 0.0.2 "the quicksliver release" 2006-10-16
93
94 == 0.0.1 "The pocket rocket release" 2006-10-15
Note: See TracBrowser for help on using the browser.