loaders.gl
Version:
Framework-independent loaders for 3D graphics formats
30 lines (19 loc) • 553 B
Markdown
# CHANGELOG.md
This is the CHANGELOG.md for loaders.gl.
### 0.3.4 - Aug 29
- Add `--json` opt to glbdump
### 0.3.3 - Aug 29
- Publish ".bin" directory
### 0.3.2 - Aug 29
- Publish "scripts" directory
### 0.3.1 - Aug 29
- Add `bin` field to package.json, attempt to export `glbdump`
- Parser doesn't fail hard on magic `glTF` first four bytes
### 0.3.0 - Aug 28
- Support for glTF `image` encode
- Refactor GLBParser
### 0.2.0 - Aug 27
- Refactor `GLBWriter`, expose `GBLEncoder`
- Add `PCDLoader`
- Add `KMLLoader`
### 0.1.0 - Initial release