Comparing version 0.10.2 to 0.10.3
{ | ||
"name": "typedef", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "Familiar classes, mixins, and interfaces in ES5 Javascript. Member decorations for powerful objects that keep your code DRY", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,4 +0,4 @@ | ||
# Compose.js | ||
# Typedef | ||
**Compose.js** is a lightweight library (1.7 KB, 4.7 KB with | ||
**Typedef** is a lightweight library (1.7 KB, 4.7 KB with | ||
[underscore.js](http://www.underscorejs.org) bundled in) that brings some | ||
@@ -9,3 +9,3 @@ much-needed sanity to object-oriented programming in Javascript. These features | ||
**Compose.js** introduces two interesting concepts for Javascript: class member | ||
**Typedef** introduces two interesting concepts for Javascript: class member | ||
decorations, and the idea of "define-time" (semi-static) checking. In addition | ||
@@ -58,3 +58,3 @@ it rolls in classical-style inheritance, interfaces, and mixins. | ||
Member decorations are a key part of **Compose.js**. They allow for the attachment | ||
Member decorations are a key part of **Typedef**. They allow for the attachment | ||
of meta tags onto members during class definition. This meta information can | ||
@@ -109,3 +109,3 @@ then be used to inforce certain rules, or change the behavior of the member. | ||
**Compose.js** will work with the following browsers: | ||
**Typedef** will work with the following browsers: | ||
@@ -135,3 +135,3 @@ * Chrome 7+ | ||
**Compose.js** is released under the MIT licenses. | ||
**Typedef** is released under the MIT licenses. | ||
105240