- Removed pre-ES2015 support.
- Changed console output from
log()
, toinfo()
, so it's easier to filter out. - Changed the order of console output to
event, key
.
- Fixed an error when a scene had custom plugin mappings.
- Fixed an error when a scene had no input plugin.
- Removed the
main
(CommonJS) script. You can still use the UMD script as a CommonJS import if you need to.
- Added column for scene transitioning.
- Added columns for scene active, visible, input enabled, and keyboard enabled.
- Added
print()
method. It prints the table output to the console. - Resized the columns.
- There are now three script endpoints for
browser
(UMD),module
(ES), andmain
(CommonJS). - The global
PhaserSceneWatcherPlugin
is now available only when using the browser/UMD script.
- Fixed an error reading the update list length in Phaser v3.20.
- Changed Phaser to a peer dependency.
- Moved the scene status icon to the left.
- Reverted Phaser dependency to ^3.16.2.
- Updated dist script. It was omitted from v3.1.0 by mistake.
- Reduced transparency.
- Reversed the order of arguments when logging scene events. Scene key is now first.
- Updated Phaser dependency to 3.17.0.
- Updated Phaser dependency to 3.16.2 (required since plugin v3.0.0).
- Changed 'main' script to
src/index.js
. - Added scene transition events.
- Added scene 'create' event.
- View is updated only when output changes.
- Added global
PhaserSceneWatcherPlugin
. - Removed
Phaser.Plugin.SceneWatcher
. UsePhaserSceneWatcherPlugin
instead. - Renamed dist script to
dist/PhaserSceneWatcherPlugin.js
. - Renamed src script to
src/index.js
.
- Removed extra files from npm module.
- npm release.