Releases: robertcorponoi/pixi-game-camera
Releases · robertcorponoi/pixi-game-camera
v1.0.2
v1.0.1
- Updated all dependencies to their latest versions.
v1.0.0
- 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
- 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.