# postcss-nested changelog > PostCSS plugin unwrapping nested rules the way Sass does. - Vendor: PostCSS - Category: Developer Tools - Official site: https://github.com/postcss/postcss-nested - Tracked by: What's New (https://whatsnew.fyi/product/postcss-nested) - Harvested from: GitHub (postcss/postcss-nested) - Entries below: 6 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### 8.0.1 - Date: 2026-08-02 - Version: 8.0.1 - Original notes: https://github.com/postcss/postcss-nested/releases/tag/8.0.1 - Permalink: https://whatsnew.fyi/product/postcss-nested/releases/8.0.1 - Fixed `DEP0151` warning in Node.js. ### 8.0.0 - Date: 2026-07-29 - Version: 8.0.0 - Original notes: https://github.com/postcss/postcss-nested/releases/tag/8.0.0 - Permalink: https://whatsnew.fyi/product/postcss-nested/releases/8.0.0 - Added npm provenance. - Moved to ESM. - Dropped Node.js 18 and 20 support. ### 7.0.2 - Date: 2024-11-01 - Version: 7.0.2 - Original notes: https://github.com/postcss/postcss-nested/releases/tag/7.0.2 - Permalink: https://whatsnew.fyi/product/postcss-nested/releases/7.0.2 * Fixed nested selector regression (by @Ulyanov-programmer). ### 7.0.1 - Date: 2024-10-31 - Version: 7.0.1 - Original notes: https://github.com/postcss/postcss-nested/releases/tag/7.0.1 - Permalink: https://whatsnew.fyi/product/postcss-nested/releases/7.0.1 * Fixed RegExp issue with nested comments (by @Ulyanov-programmer). ### 7.0.0 - Date: 2024-10-29 - Version: 7.0.0 - Original notes: https://github.com/postcss/postcss-nested/releases/tag/7.0.0 - Permalink: https://whatsnew.fyi/product/postcss-nested/releases/7.0.0 - **changed** — Improve logic of when to move comments - **removed** — Remove Node.js 16, 14, and 12 support * More complex logic of when to move comments (by @Ulyanov-programmer). * Removed Node.js 16, 14, and 12 support. ### 6.2.0 - Date: 2024-07-19 - Version: 6.2.0 - Original notes: https://github.com/postcss/postcss-nested/releases/tag/6.2.0 - Permalink: https://whatsnew.fyi/product/postcss-nested/releases/6.2.0 * Added `@starting-style` to bubbling at-rules.