MooTools 1.2.2 and MooTools More
In case you didn’t notice, MooTools 1.2.2 just launched along with MooTools More (1.2.2.1; were the last digit is the version of -more).
I’m working on a big update to Clientcide which I might get out tonight but it might take me a day or two to get it all together, so stay tuned.
No TweetBacks yet. (Be the first to Tweet this post)
Follow @clientcide on twitter to get notified of new posts.
To follow me personally on twitter, follow @anutron.
April 23rd, 2009 at 7:02 pm
Awesome, thanks for the good news Aaron!
April 23rd, 2009 at 8:26 pm
Ooooh Class.refactor sounds nice!
April 23rd, 2009 at 10:09 pm
Is it fully compatible with 1.2 scripts and classes?
April 24th, 2009 at 1:28 am
Way to go!!
(I’m so excited)
April 24th, 2009 at 8:00 am
Awesome !!! This will make my weekend :D
April 24th, 2009 at 8:02 am
@Adriaan 1.2.2 has no breaking changes, but if you’re using the Clientcide versions of scripts that moved into More, there are changes. I’m working on a compatibility release for today.
April 24th, 2009 at 8:11 am
Aaron, terrific work as always. thanks a lot.
April 24th, 2009 at 8:37 am
So the new Class has been brought in from 2.0? (no longer 1.3?) Is that the class your were talking about with Events for initialize and so forth?
Guess I’ll have to pop the hood and see if I can make Private properties less of a mess.
April 24th, 2009 at 1:45 pm
@Sean those event things aren’t there (and it’s not clear they’ll be there in 2.0) but I’m working adding it to -more. The Binds mutator in -more uses a trick with mutators to add a post-init mutator. I’ve been working on a version that actually makes post-init mutators easier to write. Of course the only other one I can think of is a privates mutator… Ping me via email or IM and I’ll share some code that I’ve been working on w/ Scott Kyle.
April 24th, 2009 at 3:23 pm
@Aaron Yea I see what you did, making an “initialize” mutator. Just from that, I’ll need to see about not murdering Class.Binds when you use Privates also.