Skip to content

Commit f9cb897

Browse files
committed
3.16.1 (because, npm)
1 parent 9dbf4d4 commit f9cb897

10 files changed

Lines changed: 21 additions & 17 deletions

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Change Log
22

3-
## Version 3.16.0 - Ishikawa - 5th February 2019
3+
## Version 3.16.0 / 3.16.1 - Ishikawa - 5th February 2019
44

55
Phaser 3.16 is a massive update. The single largest in the history of Phaser 3 and it contains _breaking changes_. If you're upgrading from an earlier version please do check the log entries below.
66

7+
Please note: there is no difference between 3.16.0 and 3.16.1. The version bump was just to get around a stupid npm semver policy.
8+
79
### Important Namespace Changes
810

911
* The `Phaser.Boot` namespace has been renamed to `Phaser.Core`. As a result, the `boot` folder has been renamed to `core`. This impacts the `TimeStep` class and `VisibilityHandler` function, which have been moved to be under the new namespace.

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ npm install phaser
100100
[Phaser is on jsDelivr](https://www.jsdelivr.com/projects/phaser) which is a "super-fast CDN for developers". Include the following in your html:
101101

102102
```html
103-
<script src="//cdn.jsdelivr.net/npm/phaser@3.16.0/dist/phaser.js"></script>
103+
<script src="//cdn.jsdelivr.net/npm/phaser@3.16.1/dist/phaser.js"></script>
104104
```
105105

106106
or the minified version:
107107

108108
```html
109-
<script src="//cdn.jsdelivr.net/npm/phaser@3.16.0/dist/phaser.min.js"></script>
109+
<script src="//cdn.jsdelivr.net/npm/phaser@3.16.1/dist/phaser.min.js"></script>
110110
```
111111

112112
### API Documentation
@@ -178,13 +178,13 @@ We've 3 tutorials related to Facebook Instant Games and Phaser:
178178
A special build of Phaser with the Facebook Instant Games Plugin ready-enabled is [available on jsDelivr](https://www.jsdelivr.com/projects/phaser). Include the following in your html:
179179

180180
```html
181-
<script src="//cdn.jsdelivr.net/npm/phaser@3.16.0/dist/phaser-facebook-instant-games.js"></script>
181+
<script src="//cdn.jsdelivr.net/npm/phaser@3.16.1/dist/phaser-facebook-instant-games.js"></script>
182182
```
183183

184184
or the minified version:
185185

186186
```html
187-
<script src="//cdn.jsdelivr.net/npm/phaser@3.16.0/dist/phaser-facebook-instant-games.min.js"></script>
187+
<script src="//cdn.jsdelivr.net/npm/phaser@3.16.1/dist/phaser-facebook-instant-games.min.js"></script>
188188
```
189189

190190
The build files are in the git repository in the `dist` folder, and you can also include the plugin in custom builds.
@@ -201,7 +201,7 @@ Create an `index.html` page locally and paste the following code into it:
201201
<!DOCTYPE html>
202202
<html>
203203
<head>
204-
<script src="https://cdn.jsdelivr.net/npm/phaser@3.16.0/dist/phaser-arcade-physics.min.js"></script>
204+
<script src="https://cdn.jsdelivr.net/npm/phaser@3.16.1/dist/phaser-arcade-physics.min.js"></script>
205205
</head>
206206
<body>
207207

@@ -312,10 +312,12 @@ You can then run `webpack` to create a development build in the `build` folder w
312312

313313
# Change Log
314314

315-
## Version 3.16.0 - Ishikawa - 5th February 2019
315+
## Version 3.16.0 / 3.16.1 - Ishikawa - 5th February 2019
316316

317317
Phaser 3.16 is a massive update. The single largest in the history of Phaser 3 and it contains _breaking changes_. If you're upgrading from an earlier version please do check the log entries below.
318318

319+
Please note: there is no difference between 3.16.0 and 3.16.1. The version bump was just to get around a stupid npm semver policy.
320+
319321
### Important Namespace Changes
320322

321323
* The `Phaser.Boot` namespace has been renamed to `Phaser.Core`. As a result, the `boot` folder has been renamed to `core`. This impacts the `TimeStep` class and `VisibilityHandler` function, which have been moved to be under the new namespace.
@@ -764,8 +766,8 @@ All rights reserved.
764766

765767
"Above all, video games are meant to be just one thing: fun. Fun for everyone." - Satoru Iwata
766768

767-
[get-js]: https://github.com/photonstorm/phaser/releases/download/v3.16.0/phaser.js
768-
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v3.16.0/phaser.min.js
769+
[get-js]: https://github.com/photonstorm/phaser/releases/download/v3.16.1/phaser.js
770+
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v3.16.1/phaser.min.js
769771
[clone-http]: https://github.com/photonstorm/phaser.git
770772
[clone-ssh]: git@github.com:photonstorm/phaser.git
771773
[clone-ghwin]: github-windows://openRepo/https://github.com/photonstorm/phaser

dist/phaser-arcade-physics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5135,7 +5135,7 @@ var CONST = {
51355135
* @type {string}
51365136
* @since 3.0.0
51375137
*/
5138-
VERSION: '3.16.0',
5138+
VERSION: '3.16.1',
51395139

51405140
BlendModes: __webpack_require__(60),
51415141

dist/phaser-arcade-physics.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/phaser-facebook-instant-games.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6915,7 +6915,7 @@ var CONST = {
69156915
* @type {string}
69166916
* @since 3.0.0
69176917
*/
6918-
VERSION: '3.16.0',
6918+
VERSION: '3.16.1',
69196919

69206920
BlendModes: __webpack_require__(66),
69216921

dist/phaser-facebook-instant-games.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5135,7 +5135,7 @@ var CONST = {
51355135
* @type {string}
51365136
* @since 3.0.0
51375137
*/
5138-
VERSION: '3.16.0',
5138+
VERSION: '3.16.1',
51395139

51405140
BlendModes: __webpack_require__(60),
51415141

dist/phaser.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser",
3-
"version": "3.16.0",
3+
"version": "3.16.1",
44
"release": "Ishikawa",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var CONST = {
2020
* @type {string}
2121
* @since 3.0.0
2222
*/
23-
VERSION: '3.16.0',
23+
VERSION: '3.16.1',
2424

2525
BlendModes: require('./renderer/BlendModes'),
2626

0 commit comments

Comments
 (0)