Files
meeting-room/frontend/node_modules/postcss-selector-not/CHANGELOG.md
flying-hero 96f6318101 📦 添加虚拟环境和启动脚本
新增:
- backend/venv/ - Python 虚拟环境
- backend/start.sh - 启动脚本(使用虚拟环境)
- backend/requirements.txt - 依赖列表
- .gitignore - 忽略虚拟环境和缓存文件

说明:
- 每个项目使用独立虚拟环境
- 避免依赖冲突
- 启动脚本自动创建和激活虚拟环境
2026-04-04 18:29:02 +08:00

1.6 KiB

Changes to PostCSS Selector Not

6.0.1 (July 8, 2022)

  • Fixed: Case insensitive :not matching.

6.0.0 (June 3, 2022)

5.0.0 (January 31, 2021)

  • Added: Support for PostCSS v8.

4.0.1 (December 18, 2020)

4.0.0 (September 17, 2017)

  • Added: compatibility with postcss v7.x
  • Added: compatibility with node v6.x

3.0.1 (May 11, 2015)

3.0.0 (May 11, 2017)

  • Added: compatibility with postcss v6.x

2.0.0 (August 25, 2015)

  • Removed: compatibility with postcss v4.x
  • Added: compatibility with postcss v5.x

1.2.1 (June 16, 2015)

  • Fixed: selector was updated as an array, which is wrong.

1.2.0 (June 16, 2015)

1.1.0 (June 13, 2015)

  • Added: lineBreak option

1.0.2 (June 13, 2015)

  • Fixed: support of pseudo classes that use parenthesis

1.0.1 (April 30, 2015)

  • Fixed: the module now works in non babel environments

1.0.0 (April 30, 2015)

First release