Releases: toddeTV/gltf-type-toolkit
Releases · toddeTV/gltf-type-toolkit
v1.1.0
Compare changes from v1.0.0 to v1.1.0 or see full changelog.
🚀 Enhancements
- New release & publish GitHub workflow (#45)
🩹 Fixes
- Prevent duplicate parsing of the same model (#39)
📖 Documentation
- Fix badges in README (#37)
- Add content, refactor content & rename dev README (#43)
- Add Nuxt tested & add hyperlink to LICENSE file (#47)
🏡 Chore
- release: v1.1.0 (#48)
❤️ Contributors
- Thorsten Seyschab (@toddeTV)
- Andreas Fehn (@fehnomenal)
v1.0.0
🚀 Enhancements
- Init project with
package.json
, documentation and LICENSE (#1) - Add VSCode settings & extension recommendations (#2)
- Add base dependencies with unplugin base supported bundlers (#3)
- Add eslint (#5)
- Add GitHub sponsoring/ funding (#6)
- Add GitHub CI workflow for testing lint (#7)
- Init more project base (gitignore, tsconfig, pnpm conf, etc.) (#8)
- Add modified unplugin starter project content (#9)
- Add GitHub release & NPM publish workflow (#12)
- Patch
three-stdlib
to allow loading gltf models with node (#15) - Generate model declaration & runtime code using handlebars (#16)
- Add cli for generating model code & add
.glb
support (#24) - Expose core functionality as unplugin plugins (#31)
- Allow all pre version prefixes in changelogen patch (#34)
- Make generating changelog in release workflow optional (#35)
🩹 Fixes
- Use project provided typescript & update project setup doc (#4)
- Update package name, dependency versions & add dependencies (#13)
- Get commit message in GitHub workflow with description set (#20)
- Add pre version support to release generation (#26)
💅 Refactors
- Use
pnpx
instead ofnpx
for consistency (#25)
📖 Documentation
- Add project doc with installation, logic, limits, usage, etc. (#11)
- Update & polish documentation for clarity & consistency (#19)
- Update idea behind the scenes section (#28)
🏡 Chore
- Add contributor (#10)
- Rename unplugin plugins to match repo name (#14)
- release: v1.0.0 [rel-none-n] (#36)
❤️ Contributors
- Thorsten Seyschab (@toddeTV)
- Andreas Fehn (@fehnomenal)