Releases: edge-js/lexer
Releases · edge-js/lexer
Update dependencies
Full Changelog: v6.0.1...v6.0.2
Update dependencies
- chore: update dependencies 2536074
Full Changelog: v6.0.0...v6.0.1
Publish under latest tag
What's Changed
- Merge next to develop by @thetutlage in #16
New Contributors
- @thetutlage made their first contribution in #16
Full Changelog: v5.0.2...v6.0.0
Export enums from the main module
- refactor: export enums from main module 3a086a1
Full Changelog: v6.0.0-3...v6.0.0-4
Publish enums
- chore: publish enums 799c692
Full Changelog: v6.0.0-2...v6.0.0-3
Small improvements
- fix: unclosed mustache statement to point to correct line 2d6d629
- refactor: fix perf and example source files import statements ce109e7
- docs(README): update github badges url 671c7a2
- docs(README): update github badges url 2d3bc08
- refactor: use js private properties 37d5694
Full Changelog: v6.0.0-1...v6.0.0-2
Bundling with tsup
Pre-release for Edge 6
Breaking changes
- Package is now ESM only
- Only
Tokenizer
class is exporter from main entrypoint. We now have two other exports path./types
and./utils
for others values.
Commits
Export utils and types from main module
- refactor: export utils and types from main module a35521e
Update dependencies
- chore: update dependencies c3bdf56
Full Changelog: v5.0.0...v5.0.1