ncannasse 6 년 전
부모
커밋
ddc9cd1270
2개의 변경된 파일25개의 추가작업 그리고 1개의 파일을 삭제
  1. 24 0
      CHANGELOG.md
  2. 1 1
      haxelib.json

+ 24 - 0
CHANGELOG.md

@@ -1,3 +1,16 @@
+## 1.5.0 (October 25, 2018)
+
+* haxe 4 preview5+ support
+* h2d.Sprite becomes h2d.Object, and some other renaming
+* hxd.Stage becomes hxd.Window
+* improved JS audio (Pavel Alexandrov)
+* added wireframe support to h3d Material (Pavel Alexandrov)
+* changes in hxd.Timer : hxd.App.update dt is now in seconds
+* h2d.Video JS support (Pavel Alexandrov)
+* h2d.Particles "isRelative" support (Pavel Alexandrov)
+* hxd.BitmapData drawLine implementation (TheTrueCalgari)
+* and many other fixes
+
 ## 1.4.0 (October 1, 2018)
 
 * haxe 4 preview5+ support
@@ -12,6 +25,17 @@
 * added 32 bit indexes support
 * added binary FBX support (Pavel Alexandrov)
 * added instanced drawing support
+* and many other fixes
+## 1.3.0 (July 31, 2018)
+
+* WebGL 2 support
+* Added full PBR support
+* Per Light shadows
+* Faster Blur
+* Added Prefabs for HIDE
+* Added TGA support
+* Maya FBX fixes
+* ... and much more !
 
 ## previous versions
 

+ 1 - 1
haxelib.json

@@ -3,7 +3,7 @@
 	"url" : "http://heaps.io",
 	"license" : "BSD",
     "description" : "The GPU Game Framework",
-    "version" : "1.4.0",
+    "version" : "1.5.0",
 	"releasenote" : "",
 	"contributors" : ["ncannasse"],
 	"dependencies" : { "format" : "" }