Skip to content

Commit

Permalink
Bumped to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darscan committed Sep 18, 2010
1 parent c1fba3a commit b83fb5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.textile
@@ -1,5 +1,10 @@
h2. Robotlegs Framework Changelog:

h3. v1.2.0

*MediatorMap.mapView*
The injectViewAs parameter is changed from expecting a Class to expecting a Class or an Array of Classes.

h3. v1.1.2

*ASDocs*
Expand Down
10 changes: 1 addition & 9 deletions CONTRIBUTORS.textile
@@ -1,11 +1,3 @@
h2. Framework Contributors

* "Shaun Smith":http://github.com/darscan
* "Till Schneidereit":http://github.com/tschneidereit
* "Robert Penner":http://github.com/robertpenner
* "Joel Hooks":http://github.com/joelhooks
* "Sean Hess":http://github.com/seanhess
* "Jonnie Hallman":http://github.com/destroytoday
* "Craig Wickesser":http://github.com/codecraig
* "Jon Toland":http://github.com/dnalot
* "Simon Gregory":http://github.com/simongregory
"robotlegs-framework/contributors":http://github.com/robotlegs/robotlegs-framework/contributors
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -2,7 +2,7 @@
project.name=robotlegs-framework

#Version number for current Robotlegs and SwiftSuspenders releases
robotlegs.ver.num=v1.1.2
robotlegs.ver.num=v1.2.0
swift.suspenders.version=v1.5.1
project.name.versioned=${project.name}-${robotlegs.ver.num}
swift.suspenders.name.versioned=SwiftSuspenders-${swift.suspenders.version}
Expand Down
2 changes: 1 addition & 1 deletion src/org/robotlegs/core/IMediatorMap.as
Expand Up @@ -20,7 +20,7 @@ package org.robotlegs.core
*
* @param viewClassOrName The concrete view Class or Fully Qualified Class Name
* @param mediatorClass The <code>IMediator</code> Class
* @param injectViewAs The explicit view Interface or Class that the mediator depends on. Also accepts an Array of Interface of Class.
* @param injectViewAs The explicit view Interface or Class that the mediator depends on OR an Array of such Interfaces/Classess.
* @param autoCreate Automatically construct and register an instance of Class <code>mediatorClass</code> when an instance of Class <code>viewClass</code> is detected
* @param autoRemove Automatically remove an instance of Class <code>mediatorClass</code> when it's <code>viewClass</code> leaves the ancestory of the context view
*/
Expand Down

0 comments on commit b83fb5c

Please sign in to comment.