Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Build v0.7.4-beta (2013-04-14 09:06)
Browse files Browse the repository at this point in the history
* add ability to inject into Object.prototype, update module interface
* change namespace interface
* add RequireJS support
* bugfix: does not seal() created objects by default
* update NodeUnit browser tests look
* improve documentation
* refactor tests
  • Loading branch information
Alex Shvets committed Apr 14, 2013
1 parent bcff358 commit e7cab6f
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .version
@@ -1 +1 @@
v0.7.3-beta
v0.7.4-beta
15 changes: 12 additions & 3 deletions CHANGELOG.md
@@ -1,9 +1,18 @@
### Build v0.7.3-beta (2013-04-12 06:00)
### Build v0.7.4-beta (2013-04-14 09:06)
* add ability to inject into Object.prototype, update module interface
* change namespace interface
* add RequireJS support
* bugfix: does not seal() created objects by default
* update NodeUnit browser tests look
* improve documentation
* refactor tests

### Build v0.7.3-beta (2013-04-12 06:00)
* improve documentation
* fix bug: first call applySuper() on sealed object
* optimize `for`
* deploy scripts: add comments

* deploy scripts: add comments

### Build v0.7.2-05-beta (2013-04-06 15:35)
* reverse changelog items order
* deploy scripts: fix new line in build message
Expand Down
36 changes: 18 additions & 18 deletions build/clone.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/clone.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/html
Submodule html updated from a5c1b2 to 8dc1e1
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "clonejs",
"version": "v0.7.3-beta",
"version": "v0.7.4-beta",
"description": "The true prototype-based JavaScript micro-framework.",
"maintainers": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/clone.js
Expand Up @@ -3,7 +3,7 @@
/**#nocode-*/
/**
* @title clone.js - the true prototype-based JavaScript micro-framework.
* @version v0.7.3-beta
* @version v0.7.4-beta
* @author Alex Shvets
*
* @class
Expand Down Expand Up @@ -1289,4 +1289,4 @@ return;

/**#nocode+*/
})(this);
/**#nocode-*/
/**#nocode-*/

0 comments on commit e7cab6f

Please sign in to comment.