New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@akashic/akashic-engine

Package Overview
Dependencies
Maintainers
4
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic/akashic-engine - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

23

CHANGELOG.md
# ChangeLog
## 2.0.1
機能追加
* `CompositeOperation` の値を追加
### ゲーム開発者への影響
* CompositeOpreationの値を追加
* ゲーム開発者は、下記の追加された `CompositeOperation` の値を使用して、エンティティを描画する際の合成方法を指定することができます。
* `ExperimentalSourceIn`
* `ExperimentalSourceOut`
* `ExperimentalDestinationAtop`
* `ExperimentalDestinationIn`
* `DestinationOut`
* `DestinationOver`
* `Xor`
* 現在のバージョンにおいて、 `ExperimentalSourceIn` , `ExperimentalSourceOut` , `ExperimentalDestinationAtop` , `ExperimentalDestinationIn` の機能は試験的なものです。環境により、描画結果が大きく異なる可能性があります。
### エンジン開発者への影響
* CompositeOpreationの値を追加
* 追加された各値に対する処理を実装する必要があります。
## 2.0.0

@@ -4,0 +27,0 @@

3

package.json
{
"name": "@akashic/akashic-engine",
"version": "2.0.0",
"version": "2.0.1",
"description": "The core library of Akashic Engine",

@@ -47,3 +47,2 @@ "main": "index.js",

"lib",
"doc",
"index.js"

@@ -50,0 +49,0 @@ ],

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc