- #5 Fix splitting non-breakable at-rules
- Add fileNameStartIndex option
- Improved performance of processing children nodes
- Fixed insert of import nodes before @charset declaration
- Fixed bug with wrong import order
- Improved selectors separation by splitting nested selectors
- Refactor node moves methods
- Added counter for selectors count for splitted files
- Removed IDE garbage from npm repository
- Fixed bug with passing source map options to children roots
- #3 Fixed scope bugs when processing a lot of files
- Fixed reprocessing performance by handling which plugins already finished process and which aren't
- Fixed handling plugin duplicates in processor plugins list
- Initial release