-
-
Notifications
You must be signed in to change notification settings - Fork 98
Comparing changes
Open a pull request
base repository: csstree/csstree
base: master
head repository: eslint/csstree
compare: main
Commits on Mar 3, 2025
-
feat: Rename to @eslint/css-tree (#1)
* feat: Rename to @eslint/css-tree * Update references * Update package.json Co-authored-by: Francesco Trotta <github@fasttime.org> * Revert CHANGELOG changes * Update module names in script * Update package-lock.json --------- Co-authored-by: Francesco Trotta <github@fasttime.org>
Configuration menu - View commit details
-
Copy full SHA for 6f20a43 - Browse repository at this point
Copy the full SHA 6f20a43View commit details
Commits on Mar 10, 2025
-
chore: Set up release-please (#2)
* Update references * chore: Set up release-please * Revert changelog changes
Configuration menu - View commit details
-
Copy full SHA for 214dfea - Browse repository at this point
Copy the full SHA 214dfeaView commit details
Commits on Mar 12, 2025
-
feat: Add type definitions (#4)
* feat: Add type definitions * Update tests/types/types.test.ts Co-authored-by: Francesco Trotta <github@fasttime.org> * Update lib/index.d.ts Co-authored-by: Francesco Trotta <github@fasttime.org> --------- Co-authored-by: Francesco Trotta <github@fasttime.org>
Configuration menu - View commit details
-
Copy full SHA for e407bae - Browse repository at this point
Copy the full SHA e407baeView commit details -
* fix: Update CSS syntax * Fix missing definitions
Configuration menu - View commit details
-
Copy full SHA for ff07c1e - Browse repository at this point
Copy the full SHA ff07c1eView commit details -
* chore: release 3.2.0 🚀 * Clean up changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
Configuration menu - View commit details
-
Copy full SHA for b99bf26 - Browse repository at this point
Copy the full SHA b99bf26View commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b403ffb - Browse repository at this point
Copy the full SHA b403ffbView commit details
Commits on Mar 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d201786 - Browse repository at this point
Copy the full SHA d201786View commit details
Commits on Mar 18, 2025
-
feat: Add support for typed custom properties (#11)
feat: add support for typed custom properties Co-authored-by: Romain Menke <romainmenke@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e9d141 - Browse repository at this point
Copy the full SHA 0e9d141View commit details -
feat: passthrough env() in lexer syntax matching (#12)
feat: passthrough env in lexer syntax matching Co-authored-by: Romain Menke <romainmenke@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c0e22c0 - Browse repository at this point
Copy the full SHA c0e22c0View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b6830d - Browse repository at this point
Copy the full SHA 9b6830dView commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d95706e - Browse repository at this point
Copy the full SHA d95706eView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f24cb2f - Browse repository at this point
Copy the full SHA f24cb2fView commit details
Commits on Mar 29, 2025
-
fix: Add missing node types and update other types (#18)
* fix: Add missing NestingSelector to CssNodePlain * Add Condition node types * Add Layer and LayerList node types * Add Feature, FeatureFunction, FeatureRange * Fix lexer method types * Add types test and other fixes
Configuration menu - View commit details
-
Copy full SHA for 37a6dd4 - Browse repository at this point
Copy the full SHA 37a6dd4View commit details
Commits on Apr 1, 2025
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0325691 - Browse repository at this point
Copy the full SHA 0325691View commit details
Commits on Apr 2, 2025
-
fix: Remove wrong
scroll-timeline
property patch (#22)fix: Remove wrong scroll-timeline property patch
Configuration menu - View commit details
-
Copy full SHA for b142b20 - Browse repository at this point
Copy the full SHA b142b20View commit details
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c4d6c44 - Browse repository at this point
Copy the full SHA c4d6c44View commit details -
fix: Remove
src
descriptor patch (#23)* fix: Remove `src` descriptor patch * fix: remove test for src as a property
Configuration menu - View commit details
-
Copy full SHA for e3d17f0 - Browse repository at this point
Copy the full SHA e3d17f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2048240 - Browse repository at this point
Copy the full SHA 2048240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea54f7 - Browse repository at this point
Copy the full SHA 1ea54f7View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ada9f89 - Browse repository at this point
Copy the full SHA ada9f89View commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e3de464 - Browse repository at this point
Copy the full SHA e3de464View commit details -
fix: Remove outdated
anchor()
&anchor-size()
function patch (#29)fix: Remove outdated `anchor()` & `anchor-size()` descriptor patch
Configuration menu - View commit details
-
Copy full SHA for afd673a - Browse repository at this point
Copy the full SHA afd673aView commit details
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 20b412f - Browse repository at this point
Copy the full SHA 20b412fView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a7b60bc - Browse repository at this point
Copy the full SHA a7b60bcView commit details
Commits on Apr 12, 2025
-
fix: Types for Node definitions (#34)
* fix: Types for Node definitions * Fix types test * Update type
Configuration menu - View commit details
-
Copy full SHA for e553a25 - Browse repository at this point
Copy the full SHA e553a25View commit details
Commits on Apr 16, 2025
-
feat: Customize tokenize function via the fork API (#36)
* Customize tokenizer via the fork API * Update changelog * Customized tokenizer in the Generator * Customized tokenizer in the Lexer * Change syntax * Utility for retrieving the custom tokenizer * Tests * add types * revert changelog
Configuration menu - View commit details
-
Copy full SHA for e62301c - Browse repository at this point
Copy the full SHA e62301cView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06d2378 - Browse repository at this point
Copy the full SHA 06d2378View commit details
Commits on Apr 20, 2025
-
ci: Update GitHub actions (#38)
* ci: Update GitHub actions * Add types test fix
Configuration menu - View commit details
-
Copy full SHA for 1fa2e82 - Browse repository at this point
Copy the full SHA 1fa2e82View commit details
Commits on Apr 22, 2025
-
feat: Add support for most CSS nesting rules (#37)
feat: Nested selector support
Configuration menu - View commit details
-
Copy full SHA for 9d6b65f - Browse repository at this point
Copy the full SHA 9d6b65fView commit details
Commits on Apr 30, 2025
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db3c262 - Browse repository at this point
Copy the full SHA db3c262View commit details
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d7dc09d - Browse repository at this point
Copy the full SHA d7dc09dView commit details -
fix: Add missing <parenthesis-block> type (#42)
* fix: Add missing <parenthesis-block> type * Update data/patch.json
Configuration menu - View commit details
-
Copy full SHA for 1695a47 - Browse repository at this point
Copy the full SHA 1695a47View commit details
Commits on May 12, 2025
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 18137c1 - Browse repository at this point
Copy the full SHA 18137c1View commit details
Commits on May 15, 2025
-
fix: Types for default-syntax-data and nodes (#44)
* fix: Types for default-syntax-data and nodes * Add package.json entry
Configuration menu - View commit details
-
Copy full SHA for 2edbf80 - Browse repository at this point
Copy the full SHA 2edbf80View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c4de18d - Browse repository at this point
Copy the full SHA c4de18dView commit details
Commits on May 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5ab882d - Browse repository at this point
Copy the full SHA 5ab882dView commit details
Commits on May 23, 2025
-
fix: Types for custom nodes and scopes (#47)
* fix: Types for custom nodes and scopes * Clean up types * Remove unneeded comments
Configuration menu - View commit details
-
Copy full SHA for 3a663e1 - Browse repository at this point
Copy the full SHA 3a663e1View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4291ff4 - Browse repository at this point
Copy the full SHA 4291ff4View commit details
Commits on May 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7194e95 - Browse repository at this point
Copy the full SHA 7194e95View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 36a308d - Browse repository at this point
Copy the full SHA 36a308dView commit details
Commits on Jun 1, 2025
-
feat: Parse nested element selector (#51)
* feat: Parse nested element selector * More tests * Refactor Block arguments * Remove unused file
Configuration menu - View commit details
-
Copy full SHA for ed3ae55 - Browse repository at this point
Copy the full SHA ed3ae55View commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a707a7 - Browse repository at this point
Copy the full SHA 8a707a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9605092 - Browse repository at this point
Copy the full SHA 9605092View commit details
Commits on Jun 5, 2025
-
feat: Add support for math functions (#53)
* feat: Add support for math functions * Fix number function categories
Configuration menu - View commit details
-
Copy full SHA for b7c4915 - Browse repository at this point
Copy the full SHA b7c4915View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2f793c9 - Browse repository at this point
Copy the full SHA 2f793c9View commit details
Commits on Jun 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 846120b - Browse repository at this point
Copy the full SHA 846120bView commit details -
fix: ParserContext type to have all methods (#57)
fix: ParserContext to have all methods
Configuration menu - View commit details
-
Copy full SHA for e069f6f - Browse repository at this point
Copy the full SHA e069f6fView commit details
Commits on Jun 9, 2025
-
refactor: Extract children property into interface (#58)
* refactor: Extract children property into interface * Update lib/index.d.ts Co-authored-by: Francesco Trotta <github@fasttime.org> --------- Co-authored-by: Francesco Trotta <github@fasttime.org>
Configuration menu - View commit details
-
Copy full SHA for 8cee500 - Browse repository at this point
Copy the full SHA 8cee500View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 409068c - Browse repository at this point
Copy the full SHA 409068cView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.