Skip to content

v0.2.0

Compare
Choose a tag to compare
@antfu antfu released this 05 Apr 09:22
· 97 commits to main since this release

compare changes

🚀 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 and parseExpression (#24)
  • Add high level helpers (912c135)

🔥 Performance

🩹 Fixes

  • Improve edge cases of literalToAst (f9b6296)

💅 Refactors

  • ⚠️ Rename .arguments to .$args for functions (#7)
  • Use @babel/types over estree (308fd21)
  • Split test files (dcc759e)
  • Break down test files (5af3f8c)
  • Break down files (fecdee1)
  • ⚠️ Rename builder to builders (0dd8e9a)

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ parseModule and parseExpression (#24)
  • ⚠️ Rename .arguments to .$args for functions (#7)
  • ⚠️ Rename builder to builders (0dd8e9a)

❤️ Contributors