Skip to content

Instantly share code, notes, and snippets.

@mehlah
Created June 11, 2012 18:53
Show Gist options
  • Save mehlah/2911916 to your computer and use it in GitHub Desktop.
Save mehlah/2911916 to your computer and use it in GitHub Desktop.
Lithium 0.10 -> ? Changelog

Manually selected commits to highlight

  • Added Collection::reduce() f583206420e4ee0bafb68aa6d506a15fdae3bfd5
  • Added multibyte support for strpos(), strrpos() and substr().
  • Added a --verbose mode when running tests, and better tests output formatting
  • \template\View now allow subclasses to switch out adapter path
  • Added support for multiple bindings to FormHelper (#455)
  • Dispatcher rules now accepts callbaks (#408) dc3e17de251ad36d939bb7418b2fe51d130253c6
  • Added formatters for route parameters 2dc40c9b6e5bc55a790cd37cd05efb510a8a6517
  • We are on Travis! 007a6ea7d28e321989ec22a5d35e6722b9419727
  • Added http digest authentication to Service. b625b333f6a515e60b2cbcdfc22d9856debf0ddf
  • Session and Cookie got Encrypt strategies 8f20cb5262e680482cead1637779b43a81b7d734
  • Added continuation Routes
  • Added Collection::sort() cf9b2e652e1e30408ec3e6208aecc04722d656da
  • Added authentication validators in Form adapter 3f9e62c1177d08051af32d1bce07840ec0332b91
  • Implementing \action\Request::locale() accessor/mutator methods to handle setting and retrieving the locale for the current request.

API Breaks

  • Media::render() now returns a Response object instead of accepting one by reference. Break if you have filters intercepting Media::render().
  • Refactored Socket and Service classes so connections are more configurable. 4849a5ba3f9580fab14b1f095603983f6c51ae24
  • Changes net\http\Request::$params to query. See change in test cases. f453b39b1ef13684ce2e78f33adc98f50e0a77be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment