-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: postcss/postcss
base: 8.4.41
head repository: postcss/postcss
compare: 8.4.42
- 18 commits
- 32 files changed
- 5 contributors
Commits on Aug 6, 2024
-
chore(docs): improve visual appearance of images in README.md
マルコメ authoredAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for edcc9b1 - Browse repository at this point
Copy the full SHA edcc9b1View commit details -
Merge pull request #1955 from Marukome0743/Marukome0743-patch-1
chore(docs): improve visual appearance of images in README.md
Configuration menu - View commit details
-
Copy full SHA for 4b96e7d - Browse repository at this point
Copy the full SHA 4b96e7dView commit details -
Replace
indexOf === 0withstartsWithIt is more readable to call `startsWith` than to call `indexOf` and compare the result with zero to determine whether a string starts with a given prefix. `startsWith` is also more efficient as it only compares at the beginning of the string, while `indexOf` searches the entire string. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c37da3c - Browse repository at this point
Copy the full SHA c37da3cView commit details -
Merge pull request #1956 from Juneezee/refactor/replace-indexOf-with-…
…startsWith Replace `indexOf === 0` with `startsWith`
Configuration menu - View commit details
-
Copy full SHA for ea262f3 - Browse repository at this point
Copy the full SHA ea262f3View commit details
Commits on Aug 8, 2024
-
Declare
Container.normalize()as a protected methodThis allows subclasses to call and override this method. This PR also adds a shared type declaration for the common argument type used to add or create new nodes, which eventually gets passed into `normalize`.
Configuration menu - View commit details
-
Copy full SHA for 58c50ad - Browse repository at this point
Copy the full SHA 58c50adView commit details
Commits on Aug 9, 2024
-
Add a protected
markDirty()method onNodeThis is useful to call from subtypes.
Configuration menu - View commit details
-
Copy full SHA for d6fa30b - Browse repository at this point
Copy the full SHA d6fa30bView commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51022c2 - Browse repository at this point
Copy the full SHA 51022c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a16b0 - Browse repository at this point
Copy the full SHA 13a16b0View commit details
Commits on Aug 11, 2024
-
Merge pull request #1957 from nex3/protected-normalize
Add protected methods
Configuration menu - View commit details
-
Copy full SHA for a886628 - Browse repository at this point
Copy the full SHA a886628View commit details
Commits on Aug 20, 2024
-
Use
ReadonlyArrayfor argument types that aren't modifiedThis makes it possible for callers to pass in their own `ReadonlyArray`s, and implicitly documents that these arguments aren't modified.
Configuration menu - View commit details
-
Copy full SHA for 0cb325a - Browse repository at this point
Copy the full SHA 0cb325aView commit details -
Merge pull request #1961 from nex3/readonly-array
Use `ReadonlyArray` for argument types that aren't modified
Configuration menu - View commit details
-
Copy full SHA for 45a2425 - Browse repository at this point
Copy the full SHA 45a2425View commit details
Commits on Aug 31, 2024
-
Pretty CssSyntaxError from onelined (minified) css (#1965)
* Pretty CssSyntaxError from oneline (minified) css * - cut minified css in place - extend minified css length to 160 * - cut minified css considering block
Configuration menu - View commit details
-
Copy full SHA for 9e7bdca - Browse repository at this point
Copy the full SHA 9e7bdcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 118ebc9 - Browse repository at this point
Copy the full SHA 118ebc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb6d60 - Browse repository at this point
Copy the full SHA fbb6d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36950b4 - Browse repository at this point
Copy the full SHA 36950b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0975cc2 - Browse repository at this point
Copy the full SHA 0975cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd5b08c - Browse repository at this point
Copy the full SHA cd5b08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fda48a - Browse repository at this point
Copy the full SHA 0fda48aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8.4.41...8.4.42