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