CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:07:43 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"2be32a2abfdf8056118851000220c4a6"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=n1BWxUxKTX2TNJgn73wAi8cthGwrogMy%2Fb7hUR57x44%2BvNuZXNYPAzfK8npr90PNV0612bjXsNZ7oryZMs%2FhBuWV1y7QoPLESEIddPIbmZ70nDMH021x8sOqf8FB7cpaX2MDwtynIc5qDVCggMdyAOn6R%2F86yLPLtlXYb8hoidYCc85swigXeT2G9EpsmhcSmJ5kzDM6FELIcSCszFviKdIhfjJYRrQhxVbN6kKPtiWUW1xDkzh88LCJgrtqCwjsznfDKVM7aT9%2Fr1ZOSRwMLA%3D%3D--zq0OAvr8GhBgNZbF--HI253kz6%2F62U%2FVMYDd7QdA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1346745504.1753618062; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 12:07:42 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 12:07:42 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A6F6:3ED739:DE56D6:1258346:6886168E
Releases Β· melonjs/melonJS Β· GitHub
22 Jun 00:57
Loading
04 Jun 08:11
Loading
21 Apr 23:45
Loading
29 Mar 00:15
Loading
05 Mar 01:10
Loading
13 Feb 02:57
Loading
12 Feb 10:49
Loading
06 Feb 10:00
Loading
06 Feb 01:56
Loading
03 Feb 01:48
Loading
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 648
Releases: melonjs/melonJS
Releases Β· melonjs/melonJS
v17.4.0
Compare
Added
- Renderer: new
lineJoin
property to set the line join style (only support "round" for now in WebGL mode) - Renderer: add support for line thickness for
strokePolygon
andstrokeRect
operations in WebGL
Changed
- Chore: Update to TypeScript 5.5
Fixed
- Renderer: fix
fillEllipse()
method in WebGL mode (that was stroking the ellipse instead) - TypeScript: fix most (if not all) missing declarations
Assets 3
4 people reacted
v17.3.0
Compare
Added
- Renderer: add support for line thickness when using
strokeLine()
in WebGL
Changed
- Renderer: the
setLineWidth()
method is now deprecated and replaced by alineWidth
class property
Fixed
- Renderer: fix animation when using multi-texture atlas in WebGL mode
- TMX: fix tsx file type import when using a React / Vue build step (thanks @customautosys)
- Typedef: fix missing definition for
video.init()
settings parameter, andApplication
constructor parameter
Assets 3
1 person reacted
v17.2.0
Compare
Added
- Audio: add missing optional id parameter to 3D / Spatial audio methods
- Core: add platform detection if running as a standalone web app
- Loader: add missing
unload
implementation for font assets
Fixed
- Loader: properly return an error when attempting to load FontFace assets on non-browser platforms
- Renderer: fix a regression when a global canvas is available (e.g. webapp adapter for wechat)
- Renderer: fix a regression when forcing WebGL1 rendering mode (leading to an exception)
- Renderer: fix a regression when using the canvas rendering mode where antialias setting was not being applied on cached tinted elements
Assets 3
v17.1.0
Compare
Added
- Audio: added/exposed 3D Spatial Audio method (
stereo()
,position()
,orientation()
andpanner()
) - Loader: image resources can now take an array of
src
urls with different format (preparing for later usage) - Math: added a
isPowerOfFour()
method - Renderer: new
renderTarget
property specifying the defaultCanvasRenderTarget
to use when rendering
Changed
- Renderer:
CanvasTexture
is now deprecated and replaced by a newCanvasRenderTarget
class
Fixed
- Core: prevent multiple temporary canvas creation when calling
isWebGLSupported
multiple times
Assets 3
v17.0.0
Compare
Added
- Sprite: add support for aseprite texture atlas (including animation)
- Atlas:
createSpritefromAnim
parameter is now optional, and if not defined will use all defined index in the corresponding atlas - Loader: new
setOptions
method that allows specifying custom settings to be applied to fetch requests (crossOrigin, withCredentials, etc..)
Changed
- Loader: loader settings such as
crossOrigin
andwithCredentials
are now deprecated and have to be set through thesetOptions
method
Fixed
- Doc: fix hyperlinks to source code within documentation (thanks @Waltibaba)
- Loader: fix settings for the fetch request not being applied in ES6 builds (thanks @B0sh)
Assets 3
v16.1.3
Compare
Fixed
- Loader: fix a regression with TMX map loading related to semver version comparison (
compare()
requires a "x.y.z" version format)
Assets 3
v16.1.2
Compare
Fixed
- Renderable: fix Light2d renderables not always triggering a screen refresh
- Plugin: fix version comparaison once and for all using the official semver package
Assets 3
3 people reacted
v16.1.1
Compare
Fixed
- Loader: fix an issue where some mobile browser (e.g. safari) would not emit the canplay event for video assets if autoplay is disabled
Assets 3
v16.1.0
Compare
Added
- Loader: add support for loading/preloading of HTMLVideoElement
- Loader: add optional
autoplay
andloop
parameters when[pre]loading
audio and video assets (false
by default) - Sprite: HTMLVideoElement can now be passed as a source when creating Sprite object
Assets 3
16.0.0
Compare
Added
- Path2d: preliminary SVG path parsing for the Path2D class (WIP)
Changed
- Chore: update to npm 10, Node.js 20 and friends
- loader: replaced XHR by Fetch for assets preloading (thanks @Edwardscb)
- Renderer: fix
toBlob
,toDataURL
andtoImageBitmap
method signature to better match with the W3C API
Assets 3
1 person reacted
Previous Next
You canβt perform that action at this time.