Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jan 14, 2014
2 parents 46ec780 + a24b646 commit e399cd8
Show file tree
Hide file tree
Showing 15 changed files with 217 additions and 133 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## CHANGELOG

3.4.0 (develop)
------
3.4.1
-----

- [add] Added support for passing MessageBag instances to `withErrors`
- [mod] MethodDispatcher can now look for field classes in multiple namespaces
- [mod] Use objects' `toArray` instead of array casting when possible
- [fix] Fix framework classes overwriting classes predefined on Field classes
- [fix] Fix stability problems that prevented Former form being installed

3.4.0
-----

- [add] Added `Former::rawOpen` to open a temporary no-framework/no-label form
- [add] Added support for camelCase form openers (ie. `verticalOpen` and `vertical_open`)
Expand All @@ -10,7 +19,7 @@
- [fix] Various bugfixes related to repopulation
- [fix] Fix various memory and 4.1 compatibility issues

3.3.0 (stable)
3.3.0
-----

- [add] Add ability to pass attributes to a select's options
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"anahkiasen/html-object": "dev-master",
"anahkiasen/html-object": "~1.2.0",
"illuminate/config": "~4",
"illuminate/container": "~4",
"illuminate/http": "~4",
Expand Down
Loading

0 comments on commit e399cd8

Please sign in to comment.