Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Releases: pawap90/phaser3-ts-snowpack-eslint

v1.2.0

30 Jul 00:06
96eeb2f
Compare
Choose a tag to compare
  • Updated packages:
Package From Version To Version
Phaser 3.55.2 3.60.0
Typescript 4.6.3 5.1.6
ESLint 8.12.0 8.46.0

Snowpack remains in v3.8.8 since it's the latest version available.

  • Added new Build workflow for PR status check (find it on .github/workflows/build.yml)
    • It runs the build and lint
  • Refactored imports/exports to fix #1, which was caused by upgrading to Phaser 3.60.0
  • Added workflow status badges to README file

v1.1.0

29 Jul 23:17
Compare
Choose a tag to compare

Update packages:

Package From Version To Version
Phaser 3.54.0 3.55.2
Typescript 4.2.4 4.6.3
Snowpack 3.3.7 3.8.8
ESLint 7.25.0 8.12.0

v1.0.0

29 Jul 23:07
8ba34b5
Compare
Choose a tag to compare

A Phaser template that helps you quickly set up a project with:

  • TypeScript
  • Snowpack
  • ESLint
  • CI/CD with GitHub Actions and GitHub Pages