preact-jsx-runtime
Version:
Preact JSX runtime definition for use with automatic JSX import
31 lines (18 loc) • 593 B
Markdown
## 1.2.0 (2020-09-12)
### Features
- Add [ES modules](https://nodejs.org/api/esm.html) entrypoints.
## 1.1.0 (2020-08-16)
### Performance
- Optimize to avoid iterating properties in simple props pass-through case.
## 1.0.1 (2020-08-09)
### Documentation
- Update recommendation to install as production dependency.
- Add reference link to example project on Glitch.
### Internal
- Add TypeScript type checking.
- Add ESLint static code analysis.
- Add Prettier code formatting.
- Add Mocha unit testing.
- Add GitHub Actions CI integration.
## 1.0.0 (2020-08-08)
- Initial release