Releases: tbjgolden/media-query-parser
Releases · tbjgolden/media-query-parser
v3.0.2
v3.0.1
v3.0.0
Feature updates
- Faster
- Full media-queries-5 support
- Added
start
andend
indexes for the source code - Exposed the CSS tokens for the "general enclosed" production to enable processing custom extensions to media queries
Major changes (breaking)
- Major changes to the shape of the AST to better reflect the actual structure of media queries
- Removed some exports that were intended to be internal only
Also
- Fixed some niche bugs with unusual inputs
- More tests
- Better api docs and playground
v3.0.0-beta.3
prerelease
Major changes (breaking)
- feat!: bad mq in mql is undefined, updated docs
v3.0.0-beta.2
prerelease
Contains breaking changes.
Not expecting the API to change significantly between this release and 3.x.
- build: update check for new api
- fix: removed redundant internals for ts
- build(deps-dev): audit fix
- refactor: update other parts to match new parser
- chore: update dep
- test: added more tests
v3.0.0-beta.1
prerelease
This beta release contains breaking changes from beta.0.
Beta updates
- feat: strip undefined from response shape
- feat: removed featureName from range
- feat: mediaType: "all" => mediaType: undefined
- docs: updated docs
- fix: more fixes and tests and updated readme
- fix: incorrect behaviour with or
- more test coverage
v3.0.0-beta.0
prerelease
Major changes (breaking)
- feat: upgraded toolchain (and as such will require ESM support)
- feat: improve ast
- feat: limited the package's exports to make it more usable and maintainable
Feature updates
- feat: generator
- feat: variable refactors
- feat: sourcecode indexes
- feat: improved lexer that follows spec
Other commits
- unknown: Merge pull request #6 from tbjgolden/new-toolchain
- fix: removed mutation from flatten
- docs: preparation for merge to main
- docs: cleanup docs
- docs: restore old docs
- chore: update checkbuild to match new api
- docs: added documentation
- fix: fixed some bugs
- fix: mq list parsing and bad tokens
- chore: upload lockfile
- chore: migrated source code and got tests passing
- chore: new toolchain initial commit
- docs: update badge on readme
- unknown: Merge pull request #4 from tbjgolden/housekeeping
- docs: updated docs