Skip to content

Commit 6e88717

Browse files
author
minkyu-yi
committed
chore: version 1.1.0
1 parent 71e0300 commit 6e88717

File tree

5 files changed

+13
-26
lines changed

5 files changed

+13
-26
lines changed

README.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ It includes several features like `class simulation`, `browser detecting`, `type
1515
* Support util methods for collecitons
1616
* customEvent.js
1717
* Custom event modules
18-
* Add/Remove/fire custom events
18+
* Add/Remove/fire custom events
1919
* defineClass.js
2020
* Defined classes module
2121
* enum.js
2222
* Const value modules
23-
* Making immutability values but IE8 low
23+
* Making immutability values but IE8 low
2424
* func.js
2525
* Function modules
2626
* hashMap.js
2727
* Hash map modules
28-
* Managing data by key/value
28+
* Managing data by key/value
2929
* inheritance.js
3030
* Simple inheritance modules (Nicholas C. Zakas, YUI Library)
3131
* Call supur constructor of superclass
32-
* Have to get inheritance before define child
33-
* Using mixin and inner object
32+
* Have to get inheritance before define child
33+
* Using mixin and inner object
3434
* object.js
3535
* Object modules
3636
* Support utils to control object
@@ -50,10 +50,10 @@ It includes several features like `class simulation`, `browser detecting`, `type
5050
* defineModule.js
5151
* Support utils to define modules
5252

53-
## How to use CodeSnippet
53+
## How to use CodeSnippet
5454
* Using CodeSnippet build file
5555
* Download code-snippet.js or code-snippet.min.js from [[master branch]](https://github.com/nhnent/tui.code-snippet)
56-
* It's better that you do not change the file name.
56+
* It's better that you do not change the file name.
5757
* Using the copy only the necesary parts
5858
* Check dependency before copy the codes
5959
* Use build file as you can
@@ -63,26 +63,13 @@ It includes several features like `class simulation`, `browser detecting`, `type
6363
* **Tutorial** - https://github.com/nhnent/fe.javascript/wiki/FE-CodeSnippet
6464

6565
## Tested browsers
66-
* browser :
66+
* browser :
6767
* IE7+
6868
* Chrome
6969
* Firefox
7070

7171
## Download/Install
72-
* Bower:
72+
* Bower:
7373
* latest : `bower install tui-code-snippet`
7474
* each version : `bower install tui-code-snippet[#tag]`
7575
* Download : https://github.com/nhnent/tui.code-snippet
76-
77-
## History
78-
| Version | Description | Date | Developer |
79-
| ---- | ---- | ---- | ---- |
80-
| <a href="https://nhnent.github.io/tui.code-snippet/1.2.0/">1.2.0</a> | `defineNamespace` base on object extending. | 2016.04 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
81-
| 1.0.8 | [Refactoring `CustomEvents`](https://github.com/nhnent/tui.code-snippet/releases/tag/1.0.8) | 2016.03 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
82-
| 1.0.7 | [Fix critical bug in CustomEvent module.](https://github.com/nhnent/tui.code-snippet/releases/tag/1.0.7) | 2016.01 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
83-
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.6/">1.0.6</a> | [Please see github release page after this versions.](https://github.com/nhnent/tui.code-snippet/releases/tag/1.0.6) | 2015.11 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
84-
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.4/">1.0.4</a> | getDuplicatedChar added | 2015.07 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
85-
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.3/">1.0.3</a> | defineModule,<br>formatDate added | 2015.06 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
86-
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.2/">1.0.2</a> | defineNamespace,<br>map, exMap added | 2015.04 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
87-
| 1.0.1 | isExisty modified,<br>pick added<br>type modifyied | 2015.04 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
88-
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.0/">1.0.0</a> | jquery dependency removed | 2015.03 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tui-code-snippet",
3-
"version": "1.2.0",
3+
"version": "1.1.0",
44
"authors": [
55
"NHN Ent. FE dev team(dl_javascript@nhnent.com)"
66
],

code-snippet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*!code-snippet v1.2.0 | NHN Entertainment*/
1+
/*!code-snippet v1.1.0 | NHN Entertainment*/
22
/**********
33
* array.js
44
**********/

0 commit comments

Comments
 (0)