Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postcss/postcss-nested
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2.0
Choose a base ref
...
head repository: postcss/postcss-nested
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 18, 2024

  1. Update dependencies

    ai committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    af0ed2a View commit details
    Browse the repository at this point in the history
  2. Remove old Node.js 12, 14, 16

    ai committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    013abd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Correction of the work with comments and general improvements (#163)

    * Changed the if to switch construction in the Rules method.
    
    * The duplicate code has been removed.
    
    * Simplified the atruleNames function
    
    * Minor changes.
    
    * Added a fix for not deleting comments
    
    * Changing the tests
    
    Added a test to check the work with comments
    
    The existing tests have been changed because they contained incorrect data.
    
    * Added code for processing comments in the rules.
    
    * Updated tests.
    
    * Added processing for new lines.
    
    * Updated tests, added the use of new lines
    
    * The readability of the test has been improved.
    
    * Added a test to save the father's comment
    
    * Edit to correct the lint error.
    Ulyanov-programmer authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a9a91e7 View commit details
    Browse the repository at this point in the history
  2. Fix linter warning

    ai committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4ac2a59 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    ai committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7451546 View commit details
    Browse the repository at this point in the history
  4. Release 7.0.0 version

    ai committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3a73b52 View commit details
    Browse the repository at this point in the history
Loading