Marcel has written a very thorough article which takes a look at a two Fabrication features that help to reduce the boilerplate in PureMVC Mediators, Reflexive Notification Interests and Reactions.
Jan 09 2009
Fabrication 0.6
I have finally(!) gotten around to releasing Fabricaton 0.6. This release adds a couple of important new features, Interceptors and Reactions.
Nov 15 2008
Minor Update – 0.5.2
I have fixed a small bug with the FabricationView. It was throwing an error when unloading modules. You can grab 0.5.2 from here.
Nov 12 2008
Minor Update – 0.5.1
The ComponentRouteMapper refactoring in the 0.5 release got added to FabricationMediator instead of the FlexMediator, where it should belong since it is a Flex specific feature. I have fixed this in 0.5.1, by moving it into its right place, in the FlexMediator.
Grab it here
http://code.google.com/p/fabrication/downloads/list
Nov 11 2008
Fabrication 0.5 released – The Units Tests are in(427 of them)!
I have finally managed to bring the units test in sync with the Fabrication releases. It has been a pretty hectic last week or so, But I am really happy to have wrapped this up. With 400+ tests and extensive code coverage, Fabrication is now much better positioned to make future releases and fix bugs.
Continue reading “Fabrication 0.5 released – The Units Tests are in(427 of them)!”
Oct 29 2008
Minor Update – 0.4.3
Fabrication is now updated to 0.4.3. There was a bug introduced in 0.4.2 with regards to a global (*) route being interpreted as a */INPUT route. This release fixes this bug.
Thanks Jason for the fix.
Oct 22 2008
Minor Update – 0.4.2
I have updated Fabrication to 0.4.2. This version adds,
- routeNotification now supports dynamic to arguments. The to parameter can now take moduleAddress objects as well as string routes.
- Added expansion property to FabricationProxy to allow turning off of the default notification expansion of for custom named proxies.
Check it out here
Oct 21 2008
Minor update – 0.4.1
I have updated Fabrication to 0.4.1. This includes a minor fix to the FlexModule to support loading directly via the ModuleManager. If your are not using the FlexModuleLoader then you need to set the router and defaultRoute in your module’s ready handler. I have added an example project to showcase this. Check it out here.
Continue reading “Minor update – 0.4.1″
Oct 20 2008
Slacker – Post Fabrication
With the release of Fabrication 0.4, I thought it would be a useful to review the Slacker example in more detail. If are not familiar with the Slacker example, check it out here first. This example will help showcase the reduction of glue code from a PureMVC application using Fabrication.
Oct 17 2008
Fabrication 0.4 released
I am very excited to announce the release of Fabrication 0.4. I have decided to release Fabrication on Google Code for the moment. I will look into migration to the puremvc.org repositories at a later date, once those systems are ready.
Fabrication is on Google Code at
http://fabrication.googlecode.com/
Next Page »
