Releases: unjs/magicast
Releases · unjs/magicast
v0.2.7
v0.2.6
🩹 Fixes
- Proxy sub module types (3251584)
🏡 Chore
- Lint (b32604b)
❤️ Contributors
- Anthony Fu anthonyfu117@hotmail.com
v0.2.5
🚀 Enhancements
- Add Vite plugin at a given index (#53)
🩹 Fixes
- Support code with
as
andsatisfies
(#55)
🏡 Chore
❤️ Contributors
- Anthony Fu anthonyfu117@hotmail.com
- Lukas Stracke lukas.stracke@sentry.io
- LiuSeen
- Mateusz Burzyński (@Andarist)
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
🚀 Enhancements
- Support delete operation (ad40a7b)
- Support more array operation (90040ee)
- Use proxy for top level module (#8)
imports
support (#11)- Support Date, Set, and Map to
literalToAst
(b97d8f2) - Automatically preserve code style (#10)
- Improve error system (4a286e2)
- Construct function call (#15)
- Improve typescript support (9d9bd43)
- Support
mod.generate
(b27e2b5) ⚠️ parseModule
andparseExpression
(#24)- Add high level helpers (912c135)
🔥 Performance
- Cache proxify (949ec48)
🩹 Fixes
- Improve edge cases of
literalToAst
(f9b6296)
💅 Refactors
⚠️ Rename.arguments
to.$args
for functions (#7)- Use
@babel/types
overestree
(308fd21) - Split test files (dcc759e)
- Break down test files (5af3f8c)
- Break down files (fecdee1)
⚠️ Renamebuilder
tobuilders
(0dd8e9a)
📖 Documentation
🏡 Chore
- Fix type errors (effae7c)
- Lint (c58699b)
- Fix typo (fa3ce99)
- readme: Fix space (#23)
- Update deps (8185270)
- Fix build (89772a5)
⚠️ Breaking Changes
⚠️ parseModule
andparseExpression
(#24)⚠️ Rename.arguments
to.$args
for functions (#7)⚠️ Renamebuilder
tobuilders
(0dd8e9a)
❤️ Contributors
- Anthony Fu anthonyfu117@hotmail.com
- Sébastien Chopin seb@nuxtlabs.com
- Alexander Lichter (@manniL)
- Pooya Parsa (@pi0)