Skip to content

Commit

Permalink
Welcome to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Duc Tri Le committed May 2, 2011
1 parent e79997a commit 1e02006
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion change.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

2011/05/02:
Version 0.3
* There are a lot of non-backwards compatible changes here so check your code appropriately. But
hey, until version 1.0 gets release, future release can also contain non-backwards compatible
Expand All @@ -15,6 +15,7 @@ Version 0.3
* Added Class.singleton which can be used to create singular instance classes.
* Added Object.Plus to include another function that works like toQueryString except that you can
specify the separators.
* Upgraded to using MooTools Core 1.3.2 and MooTools More 1.3.2.1.

----------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ sources:
- "source/Class/BindInstances.js"
- "source/Class/Class.Mutators.Static.js"
- "source/Class/Class.Mutators.StoredInstances.js"
- "source/Class/Singleton.js"
- "source/Class/HtmlOptions.js"
- "source/Class/Singleton.js"
- "source/Element/Element.Delegation.Plus.js"
- "source/Element/Element.Plus.js"
- "source/Interface/AutoComplete.js"
Expand Down
2 changes: 1 addition & 1 deletion source/Plus/Plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ provides:
...
*/
MooTools.Plus = {
'version': '0.1'
'version': '0.3'
};

0 comments on commit 1e02006

Please sign in to comment.