Skip to content

Releases: robertcorponoi/pixi-game-camera

v1.0.2

20 Feb 14:52
Compare
Choose a tag to compare
  • Made the optional arguments for camera and the easing effects actually optional.

v1.0.1

13 Feb 02:30
Compare
Choose a tag to compare
  • Updated all dependencies to their latest versions.

v1.0.0

02 Oct 00:04
ebdc8b7
Compare
Choose a tag to compare
  • Exported all parts of the package individually so you can use just what you need.
  • Detached containier from app so that any container can be used for any effect.
  • Removed easing functions to offer greater flexability and smaller file sizes. A linear ease is used by default and any easing function can be passed in to effects that can be eased.
  • Change file names from PascalCase to snake_case.
  • Removed all default exports and made them all named.

v0.2.2

01 Oct 03:44
Compare
Choose a tag to compare
  • Changed test server to use fastify for ease of use.
  • Flatted directory structure in src directory.
  • Removed unnecessary typings.
  • Updated out-of-date dependencies to their latest versions and fixed all security vulnerabilities.
  • Added extra build scripts.