Releases: edge-js/parser
Releases · edge-js/parser
Update dependencies
Full Changelog: v9.0.2...v9.0.3
Fix member expression to process computed properties
- fix: member expression to reprocess computed properties 527cb40
Full Changelog: v9.0.1...v9.0.2
Update dependencies
Full Changelog: v9.0.0...v9.0.1
Publish under latest tag
What's Changed
- Merge develop to next by @thetutlage in #34
New Contributors
- @thetutlage made their first contribution in #34
Full Changelog: v8.2.2...v9.0.0
Bug fix and remove magic serialization of object to attributes
- fix: assignment expression lhs statement to be prefix with state d722948
- refactor: remove magic serialization of attributes 1f6b8ca
Full Changelog: v9.0.0-2...v9.0.0-3
Add support for converting objects to HTML attributes
Bundling with tsup
- chore: bundle using tsup bdb4b9f
Pre-release for Edge 6
Breaking changes
- Package is now ESM only
- Types are now exported from 'edge-parser/types`
Commits
- refactor: use poppinss getDirname 90e7f61
- chore: fix casing issue 35c97f2
- chore: update to latest edge-lexer bfc1b47
- chore: add engines.node 451edd3
- ci: use org workflows 235a05b
- chore: remove old .github files 1c2795d
- refactor: remove types export from entrypoint dde3cfd
- refactor: migrate to esm dec6678
Update dependencies
- chore: update dependencies 67f9a75
Expose output variable name from the buffer
- feat: expose outputVariableName from the buffer 429ca3f