Skip to content

Commit e2ff905

Browse files
Merge branch 'release/v1.5.4'
2 parents 0444ae4 + b0ac231 commit e2ff905

File tree

6 files changed

+95
-5
lines changed

6 files changed

+95
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## [1.5.3](https://github.com/johnnymillergh/typescript-playground/compare/v1.5.2...v1.5.3) (2019-09-02)
212

313

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
![TypeScript Playground Feature Graphics](https://raw.githubusercontent.com/johnnymillergh/MaterialLibrary/master/typescript-playground/typescript-playground-white-background.png)
22

33
[![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)
54
[![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)
710

811
# TypeScript Playground
912

@@ -13,8 +16,16 @@
1316

1417
Here is the highlights of **TypeScript Playground**:
1518

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
1829

1930
## Usage
2031

@@ -59,3 +70,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
5970
2019 - Present
6071

6172

73+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-playground",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "Learning TypeScript",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)