New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@robotlegsjs/phaser

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@robotlegsjs/phaser - npm Package Compare versions

Comparing version 0.4.0 to 1.0.0

103

CHANGELOG.md
# RobotlegsJS Phaser Changelog
## RobotlegsJS Phaser 1.0.0
All notable changes to this project will be documented in this file.
### v1.0.0 - Planned stable version
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Suggestions or improvements for further versions
- [ ] Improve how mediators for `Phaser.Scene` and `Phaser.GameObjects.Container` are handled:

@@ -21,2 +24,48 @@

## [Unreleased]
<!--
Types of changes:
#### Added
- for new features.
#### Changed
- for changes in existing functionality.
#### Deprecated
- for soon-to-be removed features.
#### Removed
- for now removed features.
#### Fixed
- for any bug fixes.
#### Security
- in case of vulnerabilities.
-->
## RobotlegsJS Phaser 1.0.0
### [v1.0.0](https://github.com/RobotlegsJS/RobotlegsJS-Phaser/releases/tag/1.0.0) - 2018-11-26
#### Changed
- Update `@robotlegsjs/core` to version `1.0.0` (see #74).
- Update `@robotlegsjs/eventemitter3` to version `1.0.0` (see #75).
- Update `phaser` to version `3.15.1` (see #68).
- Migrate to Headless Chrome and improve performance of Karma (see #69).
- Prepare package for stable version (see #70).
- Improve webpack configuration used to run example project. The `npm start` script will generate hashed files (to avoid browser cache) and open the broswer automatically (see #71).
- Update GitHub Templates (see #73).
- Update dev dependencies to latest version.
## RobotlegsJS Phaser 0.4.0

@@ -26,3 +75,3 @@

#### Major Breaking Changes
#### Changed

@@ -39,4 +88,2 @@ - Enable view listeners on `SceneMediator` and `ViewMediator` classes (see #56 and #59).

#### Features Or Improvements
- Update dev dependencies to latest version.

@@ -48,3 +95,3 @@

#### Major Breaking Changes
#### Changed

@@ -66,4 +113,2 @@ - Add support for `Phaser.GameObject.Container`, allowing the creation of mediators for `Phaser.Scene` and `Phaser.GameObjects.Container` (see #54 and #55).

#### Features Or Improvements
- Update `karma` setup to generate code coverage report only for `src` folder (see #53).

@@ -77,22 +122,20 @@

#### Major Breaking Changes
#### Added
- Implement support for [phaser](https://github.com/photonstorm/phaser) plugin version 3. Suppor for [phaser-ce](https://github.com/photonstorm/phaser-ce) plugin was moved to [RobotlegsJS-Phaser-CE](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE) (see #52).
- Add changelog (see #35).
- Move `phaser` library to **peerDependencies**, allowing the final user to choose the desired version of the [phaser](https://github.com/photonstorm/phaser) library on each project (see #52).
- Add code of conduct (see #36).
- Update `@robotlegsjs/core` to version `0.2.0` (see #51).
- Add issue template (see #38).
- Remove `eventemitter3` dependency (see #45).
- Add pull request template (see #39).
#### Features Or Improvements
#### Changed
- Add changelog (see #35).
- Implement support for [phaser](https://github.com/photonstorm/phaser) plugin version 3. Suppor for [phaser-ce](https://github.com/photonstorm/phaser-ce) plugin was moved to [RobotlegsJS-Phaser-CE](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE) (see #52).
- Add code of conduct (see #36).
- Move `phaser` library to **peerDependencies**, allowing the final user to choose the desired version of the [phaser](https://github.com/photonstorm/phaser) library on each project (see #52).
- Add issue template (see #38).
- Update `@robotlegsjs/core` to version `0.2.0` (see #51).
- Add pull request template (see #39).
- Update codeclimate settings (see #40).

@@ -114,2 +157,6 @@

#### Removed
- Remove `eventemitter3` dependency (see #45).
## RobotlegsJS Phaser 0.0.1

@@ -119,2 +166,4 @@

#### Changed
- Update `@robotlegsjs/core` to version `0.0.6` (see #9).

@@ -130,2 +179,10 @@

#### Added
- Add support to [Prettier](https://prettier.io) code formatter (see #6).
- Add integration with [CodeBeat](https://codebeat.co) (see #6).
#### Changed
- Update `@robotlegsjs/core` to version `0.0.5` (see #5).

@@ -137,6 +194,2 @@

- Add support to [Prettier](https://prettier.io) code formatter (see #6).
- Add integration with [CodeBeat](https://codebeat.co) (see #6).
- Update dev dependencies to latest version.

@@ -146,2 +199,4 @@

#### Changed
- Update `@robotlegsjs/core` to version `0.0.4` (see #4).

@@ -157,2 +212,4 @@

#### Changed
- Update `@robotlegsjs/core` to version `0.0.3`.

@@ -159,0 +216,0 @@

{
"name": "@robotlegsjs/phaser",
"version": "0.4.0",
"version": "1.0.0",
"description": "RobotlegsJS integration with Phaser Scene Manager",

@@ -54,5 +54,12 @@ "main": "lib/index.js",

"homepage": "https://github.com/RobotlegsJS/RobotlegsJS-Phaser#readme",
"files": [
"definitions",
"lib"
],
"directories": {
"lib": "./lib"
},
"dependencies": {
"@robotlegsjs/core": "^0.2.1",
"@robotlegsjs/eventemitter3": "^0.0.1",
"@robotlegsjs/core": "^1.0.0",
"@robotlegsjs/eventemitter3": "^1.0.0",
"tslib": "^1.9.3"

@@ -67,11 +74,12 @@ },

"@types/bluebird": "^3.5.24",
"@types/chai": "^4.1.4",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.2",
"bluebird": "^3.5.2",
"@types/sinon": "^5.0.7",
"@types/webpack-env": "^1.13.6",
"bluebird": "^3.5.3",
"browserify-versionify": "^1.0.6",
"chai": "^4.1.2",
"chai": "^4.2.0",
"es6-map": "^0.1.5",
"es6-symbol": "^3.1.1",
"glslify": "^6.3.1",
"glslify": "^7.0.0",
"html-webpack-plugin": "^3.2.0",

@@ -81,4 +89,3 @@ "imports-loader": "^0.8.0",

"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",

@@ -89,28 +96,30 @@ "karma-coverage-istanbul-reporter": "^2.0.4",

"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-remap-istanbul": "^0.6.0",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-sourcemap-writer": "^0.1.2",
"karma-webpack": "^3.0.4",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"phaser": "^3.12.0",
"prettier": "^1.14.2",
"publish-please": "^3.2.0",
"open-browser-webpack-plugin": "^0.0.5",
"phaser": "^3.15.1",
"prettier": "^1.15.2",
"publish-please": "^5.4.0",
"puppeteer": "^1.10.0",
"reflect-metadata": "^0.1.12",
"remap-istanbul": "^0.12.0",
"rimraf": "^2.6.2",
"sinon": "^6.3.2",
"sinon": "^7.1.1",
"sinon-chai": "^3.2.0",
"ts-loader": "^5.1.0",
"ts-loader": "^5.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.0.3",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"tslint-config-prettier": "^1.16.0",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-concat-plugin": "^3.0.0",
"webpack-dev-server": "^3.1.8"
"webpack-dev-server": "^3.1.10",
"webpack-simple-progress-plugin": "^0.0.4"
}
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc