Jaime Bueza
unread,Feb 17, 2011, 7:54:27 AM2/17/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blast Mojo, paul.or...@blastradius.co, arthur...@blastradius.com, loya...@gmail.com
* added download link to
mojo.bueza.com, although this URL is
placeholder until the API stabilizes (Thanks for the suggestion Brad!)
* added dist folders by removing it from .gitignore (the compressed
and download-ready version of the framework). (Thanks for that
suggestion Paul!)
* added the ability to change the base library you're on [jQuery,
Dojo, or MooTools, or even Ext] (Thanks for the suggestion Paul!)
** defaults to jQuery [app.configure('library', jQuery.sub());]
** developers can configure this in their application by using:
app.configure('library', dojo.query)
** need to still remove jQuery data()
** need to still remove jQuery each() iterators
* added capability to add parameters and fetch parameters with the
same method
** To get a parameter from a controller: controller.param('myParam');
** To set a parameter on a controller: controller.param('myParam',
false);
** Landed in
https://github.com/jbueza/blastmojo/commit/e23ab33ce39dfc26253a3a935715474fa87709ae
* added preliminary specs for Controller and Application, let me know
what you guys think. Jasmine BDD reads really well!
https://github.com/jbueza/blastmojo/blob/master/test/spec/ControllerSpec.js
(Thanks for bringing up Jasmine BDD as a spec suite candidate Loyal!)
** Run the specs @
http://localhost/test/SpecRunner.html
Tagging it as v0.1.4 in a tad bit.
I'm hoping to land CommonJS AMD (asynchronous module definition) spec
conformity in v0.1.5.
Cheers,
Jaime Bueza