Skip to content

Commit 717ad16

Browse files
Merge pull request #1 from RobotlegsJS/phaser-ce
Rename package to @robotlegsjs/phaser-ce-signalcommandmap
2 parents a04d101 + 9122124 commit 717ad16

File tree

7 files changed

+104
-50
lines changed

7 files changed

+104
-50
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22
node_js:
33
- stable
44
env:
5-
- CODECLIMATE_REPO_TOKEN=9a7f560e5bf9614b96e1731ede6d48bfb7b41b9f9bb1be806eb33f59aebdbf76
6-
- CODECLIMATE_API_HOST=https://codebeat.co/webhooks/code_coverage CODECLIMATE_REPO_TOKEN=c8db23f8-561c-4839-9f74-1d704e27fadb
5+
- CODECLIMATE_REPO_TOKEN=59198deafe4cc9d533a49973750025ad91928e95f55eafee8f94b1d64b60d2bc
6+
- CODECLIMATE_API_HOST=https://codebeat.co/webhooks/code_coverage CODECLIMATE_REPO_TOKEN=63c28e60-364c-4c4a-abc7-29384c45192a
77
before_install:
88
- export CHROME_BIN=chromium-browser
99
- export DISPLAY=:99.0

CHANGELOG.md

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,78 @@
1-
# RobotlegsJS Phaser SignalCommandMap Changelog
1+
# RobotlegsJS Phaser-CE SignalCommandMap Changelog
22

3-
## RobotlegsJS Phaser SignalCommandMap 0.1.0
3+
## RobotlegsJS Phaser-CE SignalCommandMap 0.2.0
44

5-
### v0.1.0
5+
### v0.2.0
66

7-
- Update @robotlegsjs/core to version 0.2.0 (see #44).
7+
Major Breaking Changes:
8+
---
89

9-
- Update phaser-ce to version 2.11.0 (see #37).
10+
- Rename package to `@robotlegsjs/phaser-ce-signalcommandmap` and move to [RobotlegsJS-Phaser-CE-SignalCommandMap](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap) (see #1).
1011

11-
- Add changelog (see #30).
12+
- Update `@robotlegsjs/core` to version `0.2.0` (see [44](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/44)).
1213

13-
- Add Code of Conduct (see #31).
14+
Features Or Improvements:
15+
---
1416

15-
- Add Issue Template (see #32).
17+
- Update `phaser-ce` to version `2.11.0` (see [37](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/37)).
1618

17-
- Add Pull Request Template (see #33).
19+
- Add changelog (see [30](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/30)).
1820

19-
- Update codeclimate settings (see #34).
21+
- Add Code of Conduct (see [31](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/31)).
2022

21-
- Update Prettier rules (see #35).
23+
- Add Issue Template (see [32](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/32)).
2224

23-
- Use `rimraf` instead of `rm -rf` (see #36).
25+
- Add Pull Request Template (see [33](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/33)).
2426

25-
- Update TypeScript Compiler Options (see #38, #42).
27+
- Update codeclimate settings (see [34](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/34)).
2628

27-
- Use [tslib](https://github.com/Microsoft/tslib) library to avoid duplicated declarations (see #42).
29+
- Update Prettier rules (see [35](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/35)).
2830

29-
- Enforce TSLint rules (see #39).
31+
- Use `rimraf` instead of `rm -rf` (see [36](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/36)).
3032

31-
- Adopts year-agnostic copyright message (see #40).
33+
- Update TypeScript Compiler Options (see [38](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/38), [42](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/42)).
34+
35+
- Use [tslib](https://github.com/Microsoft/tslib) library to avoid duplicated declarations (see [42](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/42)).
36+
37+
- Enforce TSLint rules (see [39](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/39)).
38+
39+
- Adopts year-agnostic copyright message (see [40](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/40)).
3240

3341
- Update dev dependencies to latest version.
3442

3543
## RobotlegsJS Phaser SignalCommandMap 0.0.1
3644

45+
_(published as `@robotlegsjs/phaser-signalcommandmap`)_
46+
3747
### [v0.0.5](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.5) - 2017-09-26
3848

39-
- Update @robotlegsjs/core to version 0.0.6 (see #9).
49+
- Update `@robotlegsjs/core` to version `0.0.6` (see [9](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/9)).
4050

41-
- Update phaser-ce to version 2.8.8 (see #10).
51+
- Update `phaser-ce` to version `2.8.8` (see [10](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/10)).
4252

43-
- Adapt to NPM [v5.0.0](http://blog.npmjs.org/post/161081169345/v500) (see #7).
53+
- Adapt to NPM [v5.0.0](http://blog.npmjs.org/post/161081169345/v500) (see [7](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/7)).
4454

4555
- Update dev dependencies to latest version.
4656

4757
### [v0.0.4](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.4) - 2017-09-15
4858

49-
- Update @robotlegsjs/core to version 0.0.5 (see #5).
59+
- Update `@robotlegsjs/core` to version `0.0.5` (see [5](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/5)).
5060

51-
- Update phaser-ce to version 2.8.7 (see #6).
61+
- Update `phaser-ce` to version `2.8.7` (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
5262

53-
- Update TSLint rules (see #6).
63+
- Update TSLint rules (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
5464

55-
- Add support to [Prettier](https://prettier.io) code formatter (see #6).
65+
- Add support to [Prettier](https://prettier.io) code formatter (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
5666

57-
- Add integration with [CodeBeat](https://codebeat.co) (see #6).
67+
- Add integration with [CodeBeat](https://codebeat.co) (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
5868

5969
- Update dev dependencies to latest version.
6070

6171
### [v0.0.3](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.3) - 2017-08-30
6272

63-
- Update @robotlegsjs/core to version 0.0.4 (see #4).
73+
- Update `@robotlegsjs/core` to version `0.0.4` (see [4](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/4)).
6474

65-
- Update phaser-ce to version 2.8.4.
75+
- Update `phaser-ce` to version `2.8.4`.
6676

6777
- Enable GreenKeeper.
6878

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Contributing to RobotlegsJS-Phaser-SignalCommandMap
1+
# Contributing to RobotlegsJS-Phaser-CE-SignalCommandMap
22

33
## Setup
44

55
1 - Clone your fork of the repository:
66
```
7-
$ git clone https://github.com/YOUR_USERNAME/RobotlegsJS-Phaser-SignalCommandMap.git
7+
$ git clone https://github.com/YOUR_USERNAME/RobotlegsJS-Phaser-CE-SignalCommandMap.git
88
```
99

1010
2 - Install npm dependencies using yarn:
@@ -43,4 +43,4 @@ changes.
4343

4444
- Feel free to ask for help from other members of the RobotlegsJS team via the
4545
[gitter chat](https://gitter.im/RobotlegsJS/RobotlegsJS) or
46-
[github issues](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/issues).
46+
[github issues](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap/issues).

README.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,36 @@
1-
RobotlegsJS Phaser SignalCommandMap Extension
1+
RobotlegsJS Phaser-CE SignalCommandMap Extension
22
===
33

44
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/blob/master/LICENSE)
55
[![Gitter chat](https://badges.gitter.im/RobotlegsJS/RobotlegsJS.svg)](https://gitter.im/RobotlegsJS/RobotlegsJS)
6-
[![Build Status](https://secure.travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap.svg?branch=master)](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap)
7-
[![codebeat badge](https://codebeat.co/badges/c8db23f8-561c-4839-9f74-1d704e27fadb)](https://codebeat.co/projects/github-com-robotlegsjs-robotlegsjs-phaser-signalcommandmap-master)
8-
[![Test Coverage](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/badges/coverage.svg)](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/coverage)
9-
[![npm version](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-signalcommandmap.svg)](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-signalcommandmap)
10-
[![Greenkeeper badge](https://badges.greenkeeper.io/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap.svg)](https://greenkeeper.io/)
6+
[![Build Status](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap.svg?branch=master)](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap)
7+
[![codebeat badge](https://codebeat.co/badges/63c28e60-364c-4c4a-abc7-29384c45192a)](https://codebeat.co/projects/github-com-robotlegsjs-robotlegsjs-phaser-ce-signalcommandmap-master)
8+
[![Test Coverage](https://api.codeclimate.com/v1/badges/be8024a4f08a2f6bdfc0/test_coverage)](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap/test_coverage)
9+
[![npm version](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-ce-signalcommandmap.svg)](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-ce-signalcommandmap)
10+
[![Greenkeeper badge](https://badges.greenkeeper.io/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap.svg)](https://greenkeeper.io/)
1111
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
1212

13-
A RobotlegsJS Extension that allows the mapping of Phaser.Signal class to commands.
13+
A [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS) Extension that allows the mapping of
14+
[Phaser.Signal](https://photonstorm.github.io/phaser-ce/Phaser.Signal.html) class to commands.
15+
16+
Installation
17+
---
18+
19+
You can get the latest release and the type definitions using [NPM](https://www.npmjs.com/):
20+
21+
```bash
22+
npm install @robotlegsjs/phaser-ce-signalcommandmap --save-prod
23+
```
24+
25+
Or using [Yarn](https://yarnpkg.com/en/):
26+
27+
```bash
28+
yarn add @robotlegsjs/phaser-ce-signalcommandmap
29+
```
30+
31+
Then follow the [installation instructions](https://github.com/RobotlegsJS/RobotlegsJS/blob/master/README.md#installation) of **RobotlegsJS** library to complete the setup of your project.
32+
33+
License
34+
---
35+
36+
[MIT](LICENSE)

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@robotlegsjs/phaser-signalcommandmap",
2+
"name": "@robotlegsjs/phaser-ce-signalcommandmap",
33
"version": "0.0.5",
44
"description": "SignalCommandMap RobotlegsJS Extension that maps Phaser.Signal class into commands",
55
"main": "lib/index.js",
@@ -24,15 +24,17 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "[email protected]:RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap.git"
27+
"url": "[email protected]:RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap.git"
2828
},
2929
"publishConfig": {
3030
"registry": "https://registry.npmjs.org"
3131
},
3232
"keywords": [
3333
"TypeScript",
3434
"Robotlegs",
35-
"IoC"
35+
"IoC",
36+
"Phaser-CE",
37+
"Phaser.Signal"
3638
],
3739
"author": "RobotlegsJS",
3840
"contributors": [
@@ -41,9 +43,9 @@
4143
],
4244
"license": "MIT",
4345
"bugs": {
44-
"url": "https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/issues"
46+
"url": "https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap/issues"
4547
},
46-
"homepage": "https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap#readme",
48+
"homepage": "https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap#readme",
4749
"dependencies": {
4850
"@robotlegsjs/core": "^0.2.0",
4951
"phaser-ce": "^2.11.0",

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = env => {
99
let mode = env.production ? "production" : "development";
1010
let tsconfig = !env.karma ? "tsconfig.json" : "tsconfig.test.json";
1111
let output = env.production ? "dist" : "dist-test";
12-
let filename = env.production ? "robotlegs-phaser-signalcommandmap.min.js" : "robotlegs-phaser-signalcommandmap.js";
12+
let filename = env.production ? "robotlegs-phaser-ce-signalcommandmap.min.js" : "robotlegs-phaser-ce-signalcommandmap.js";
1313

1414
return {
1515
mode: mode,
@@ -23,7 +23,7 @@ module.exports = env => {
2323
filename: filename,
2424

2525
libraryTarget: "var",
26-
library: "RobotlegsJSPhaserSignalCommandMap"
26+
library: "RobotlegsJSPhaserCESignalCommandMap"
2727
},
2828

2929
devtool: env.production ? undefined : "inline-source-map",

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,10 @@ asn1.js@^4.0.0:
464464
minimalistic-assert "^1.0.0"
465465

466466
asn1@~0.2.3:
467-
version "0.2.3"
468-
resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86"
467+
version "0.2.4"
468+
resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
469+
dependencies:
470+
safer-buffer "~2.1.0"
469471

470472
[email protected], assert-plus@^1.0.0:
471473
version "1.0.0"
@@ -873,6 +875,21 @@ browserify-zlib@^0.2.0:
873875
dependencies:
874876
pako "~1.0.5"
875877

878+
buffer-alloc-unsafe@^1.1.0:
879+
version "1.1.0"
880+
resolved "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
881+
882+
buffer-alloc@^1.2.0:
883+
version "1.2.0"
884+
resolved "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
885+
dependencies:
886+
buffer-alloc-unsafe "^1.1.0"
887+
buffer-fill "^1.0.0"
888+
889+
buffer-fill@^1.0.0:
890+
version "1.0.0"
891+
resolved "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
892+
876893
buffer-from@^1.0.0, buffer-from@^1.1.0:
877894
version "1.1.1"
878895
resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
@@ -3472,8 +3489,10 @@ [email protected]:
34723489
resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz#a37d94ed9cda2d59865c9f76fe596ee1f338741e"
34733490

34743491
isbinaryfile@^3.0.0:
3475-
version "3.0.2"
3476-
resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.2.tgz#4a3e974ec0cba9004d3fc6cde7209ea69368a621"
3492+
version "3.0.3"
3493+
resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz#5d6def3edebf6e8ca8cae9c30183a804b5f8be80"
3494+
dependencies:
3495+
buffer-alloc "^1.2.0"
34773496

34783497
isexe@^2.0.0:
34793498
version "2.0.0"
@@ -5707,7 +5726,7 @@ safe-regex@^1.1.0:
57075726
dependencies:
57085727
ret "~0.1.10"
57095728

5710-
"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0:
5729+
"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
57115730
version "2.1.2"
57125731
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
57135732

0 commit comments

Comments
 (0)