From 548c92986d4dd17ed793337c2087a2d1fd5f9289 Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Wed, 23 Sep 2015 02:15:52 +0300 Subject: [PATCH] update --- CHANGELOG.md | 15 ++++++++++++++- LICENSE | 2 +- index.js | 2 +- test.js | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9432afc..0aacec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -## 0.0.0 - 2015-09-22 +## 1.0.2 - 2014-12-30 +- add `dist/` directory for browser and cdn usage. There will live and minified version. +- add browser "installation" (with script tag, lol) + +## 1.0.1 - 2014-12-30 +- add more examples for browser and for node +- add advanced browser example to readme + +## 1.0.0 - 2014-12-30 +- add better module pattern +- apply code style - jshint/jscs +- coverage, good pkg.json, readme, etc + +## 0.0.0 - 2014-06-09 - Initial commit \ No newline at end of file diff --git a/LICENSE b/LICENSE index 53eb8e4..2a21d7a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Charlike Mike Reagent +Copyright (c) 2014-2015 Charlike Mike Reagent Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/index.js b/index.js index 751a2b7..aa57555 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ /*! * j140 * - * Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk) + * Copyright (c) 2014-2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk) * Released under the MIT license. */ diff --git a/test.js b/test.js index 749d21b..4011bcc 100644 --- a/test.js +++ b/test.js @@ -1,7 +1,7 @@ /*! * j140 * - * Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk) + * Copyright (c) 2014-2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk) * Released under the MIT license. */