npmluau
Version:
A utility package to use npm for Luau projects
21 lines (12 loc) • 688 B
Markdown
# Changelog
## 0.1.3
- support type functions (full-moon upgrade) ([#14](https://github.com/seaofvoices/npmluau/pull/14))
## 0.1.2
- omit default type for generic type parameters when re-exporting types ([#11](https://github.com/seaofvoices/npmluau/pull/11))
- upgrade to latest full-moon ([#10](https://github.com/seaofvoices/npmluau/pull/10))
- add a `pkg` alias entry to the generated `.luaurc` file in `node_modules` ([#9](https://github.com/seaofvoices/npmluau/pull/9))
## 0.1.1
- re-export types in nested blocks ([#6](https://github.com/seaofvoices/npmluau/pull/6))
- support scoped packages ([#5](https://github.com/seaofvoices/npmluau/pull/5))
## 0.1.0
- Initial version