root/tags/0.5.0/CHANGELOG

Revision 1136, 3.6 kB (checked in by coda.ha..@gmail.com, 1 year ago)

Added asset bundling for Javascript and stylesheet files with the :bundle option for js_include_tag, css_include_tag, include_required_js, and include_required_css.

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