Releases: unjs/untyped
Releases · unjs/untyped
v1.5.1
v1.5.0
v1.4.2
v1.4.1
🩹 Fixes
- Make sure leading comments have value before assigning (7a94141)
📦 Build
- Add new ts type exports (1038f03)
🌊 Types
- Improve types for
$resolve
function (#97)
✅ Tests
- Add test for loader (5388749)
❤️ Contributors
- Pooya Parsa (@pi0)
- Daniel Roe daniel@roe.dev
- Luke Nelson luke@nelson.zone
v1.4.0
🚀 Enhancements
🩹 Fixes
❤️ Contributors
- Pooya Parsa (@pi0)
- Harlan Wilton (@harlan-zw)
- Daniel Roe daniel@roe.dev
- Paulohsa32 paulohsa32@icloud.com
v1.3.2
🩹 Fixes
- Only enable
experimentalFunctions
for new loader (f875ae5) - babel: Only transform exported functions with meta (afa8dac)
- babel: Transform all arrow functions with block syntax (ca052d6)
- Allow opting in to experimental functions for transform and web (e3395fc)
- babel: Partially handle functions as default export (a35258b)
🏡 Chore
- Update lockfile (6ed9138)
🎨 Styles
- Format web project with prettier (55f1ffb)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.3.1
🩹 Fixes
- loader: Use named defu import (7cc6075)
- loader: Options is optional (807d68a)
- babel: Allow unannotated function schemas (8c09c02)
- pkg: Add compatible types for
/loader
subpath (dbaa90d) - Handle undefined schema for internal
_genTypes
(cc693ff) - Handle arrow functions with literal return type (4d8453b)
❤️ Contributors
- Pooya Parsa (@pi0)