Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
[TASK] Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkdpixels committed Jun 28, 2015
1 parent 8d79f24 commit 0537a0d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,14 @@
# Change Log

## 1.0.3
**Implemented enhancements:**
- Reduced the overall number of arguments for the Constructor.
- Added support for the getInitialState method.

## 1.0.2
**Fixed issues:**
- Fixed the name reference for the logger warn function in the constructor
- Fixed the `_isDefined` util function and the corresponding `isRequired` validator test
- Fixed the name reference for the logger warn function in the constructor.
- Fixed the `_isDefined` util function and the corresponding `isRequired` validator test.

**Implemented enhancements:**
- Added unit test specs for quality ensurance.
Expand Down
2 changes: 1 addition & 1 deletion Dist/NodeProto.js
@@ -1,4 +1,4 @@
/* NodeProto 1.0.2 | @license MIT */
/* NodeProto 1.0.3 | @license MIT */

"use strict";

Expand Down
2 changes: 1 addition & 1 deletion Dist/NodeProto.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Src/NodeProto.js
@@ -1,4 +1,4 @@
/* NodeProto 1.0.2 | @license MIT */
/* NodeProto 1.0.3 | @license MIT */

(function(global, factory) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nodeproto",
"version": "1.0.2",
"version": "1.0.3",
"description": "A prototypical class that makes it easy to create Components with nodes, a powerfull instance configuration system and a react-like API.",
"main": "Dist/NodeProto.js",
"scripts": {
Expand Down

0 comments on commit 0537a0d

Please sign in to comment.