Releases: unjs/untyped
Releases · unjs/untyped
v2.0.0
⚠️ Breaking Changes
🚀 Enhancements
- Add
cwd
option toLoaderOptions
(#162)
🩹 Fixes
- Put untyped plugin first to avoid losing returnType (#160)
💅 Refactors
⚠️ Removeuntyped/transform
and@babel/standalone
dep (#163)
📦 Build
- Remove type-only
@babel/core
dependency (e395ad3) - Bundle
@babel/types
(2eaceba) ⚠️ ESM-only dist (8cb5002)
❤️ Contributors
v1.5.2
🩹 Fixes
- Escape keys in generated types (#143)
💅 Refactors
- Implement cli with
citty
(#150)
❤️ Contributors
- Morgän [email protected]
- Pooya Parsa (@pi0)
- Daniel Roe (@danielroe)
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 [email protected]
- Luke Nelson [email protected]
v1.4.0
🚀 Enhancements
🩹 Fixes
❤️ Contributors
- Pooya Parsa (@pi0)
- Harlan Wilton (@harlan-zw)
- Daniel Roe [email protected]
- Paulohsa32 [email protected]
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)