File tree 6 files changed +95
-5
lines changed
6 files changed +95
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ ** To Reproduce**
14
+ Steps to reproduce the behavior:
15
+ 1 . Go to '...'
16
+ 2 . Click on '....'
17
+ 3 . Scroll down to '....'
18
+ 4 . See error
19
+
20
+ ** Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ ** Screenshots**
24
+ If applicable, add screenshots to help explain your problem.
25
+
26
+ ** Desktop (please complete the following information):**
27
+ - OS: [ e.g. iOS]
28
+ - Browser [ e.g. chrome, safari]
29
+ - Version [ e.g. 22]
30
+
31
+ ** Smartphone (please complete the following information):**
32
+ - Device: [ e.g. iPhone6]
33
+ - OS: [ e.g. iOS8.1]
34
+ - Browser [ e.g. stock browser, safari]
35
+ - Version [ e.g. 22]
36
+
37
+ ** Additional context**
38
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Custom issue template
3
+ about : Describe this issue template's purpose here.
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12
+
13
+ ** Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ ** Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ ** Additional context**
20
+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change
1
+ ## [ 1.5.4] ( https://github.com/johnnymillergh/typescript-playground/compare/v1.5.3...v1.5.4 ) (2019-09-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** $GitHub:** add issue template ([ 8886eb3] ( https://github.com/johnnymillergh/typescript-playground/commit/8886eb3 ) )
7
+ * ** $README.md:** add new information badges; finish the part of ` Features ` ([ 4d34d23] ( https://github.com/johnnymillergh/typescript-playground/commit/4d34d23 ) )
8
+
9
+
10
+
1
11
## [ 1.5.3] ( https://github.com/johnnymillergh/typescript-playground/compare/v1.5.2...v1.5.3 ) (2019-09-02)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
![ TypeScript Playground Feature Graphics] ( https://raw.githubusercontent.com/johnnymillergh/MaterialLibrary/master/typescript-playground/typescript-playground-white-background.png )
2
2
3
3
[ ![ GitHub release] ( https://img.shields.io/github/release/johnnymillergh/typescript-playground.svg )] ( https://github.com/johnnymillergh/typescript-playground/releases )
4
- [ ![ GitHub stars] ( https://img.shields.io/github/stars/johnnymillergh/typescript-playground.svg?style=social&label=Stars )] ( https://github.com/johnnymillergh/typescript-playground )
5
4
[ ![ Build Status] ( https://travis-ci.com/johnnymillergh/typescript-playground.svg?branch=master )] ( https://travis-ci.com/johnnymillergh/typescript-playground )
6
- [ ![ license] ( https://img.shields.io/hexpm/l/plug.svg )] ( https://github.com/johnnymillergh/typescript-playground/blob/master/LICENSE )
5
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/johnnymillergh/typescript-playground )] ( https://github.com/johnnymillergh/typescript-playground/issues )
6
+ [ ![ GitHub forks] ( https://img.shields.io/github/forks/johnnymillergh/typescript-playground )] ( https://github.com/johnnymillergh/typescript-playground/network )
7
+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/johnnymillergh/typescript-playground )] ( https://github.com/johnnymillergh/typescript-playground/stargazers )
8
+ [ ![ GitHub license] ( https://img.shields.io/github/license/johnnymillergh/typescript-playground )] ( https://github.com/johnnymillergh/typescript-playground/blob/master/LICENSE )
9
+ [ ![ Twitter] ( https://img.shields.io/twitter/url/https/github.com/johnnymillergh/typescript-playground?style=social )] ( https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fjohnnymillergh%2Ftypescript-playground )
7
10
8
11
# TypeScript Playground
9
12
13
16
14
17
Here is the highlights of ** TypeScript Playground** :
15
18
16
- 1 . Something 1
17
- 2 . Something 2
19
+ 1 . Based on the most modern and latest [ ** Type** Script] ( https://github.com/microsoft/TypeScript ) - [ ![ npm version] ( https://badge.fury.io/js/typescript.svg )] ( https://www.npmjs.com/package/typescript )
20
+ 2 . [ TSLint] ( https://palantir.github.io/tslint/rules ) support
21
+ 3 . Web browser free. Run code in the console of latest version WebStorm
22
+ 4 . Demonstrate the features of TypeScript:
23
+ - Basic types
24
+ - Functions
25
+ - Interfaces and classes
26
+ - Generics
27
+ - Enums
28
+ - Async and await
18
29
19
30
## Usage
20
31
@@ -59,3 +70,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
59
70
2019 - Present
60
71
61
72
73
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-playground" ,
3
- "version" : " 1.5.3 " ,
3
+ "version" : " 1.5.4 " ,
4
4
"description" : " Learning TypeScript" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments