PostCSS v1.0 Release Notes

    • ๐Ÿ’พ Save previous source map for each node to support CSS concatenation with multiple previous maps.
    • โž• Add map.sourcesContent option to add origin content to sourcesContent inside map.
    • ๐Ÿ‘ Allow to set different place of output map in annotation comment.
    • ๐Ÿ‘ Allow to use arrays and Root in Container#append and same methods.
    • โž• Add Root#prevMap with information about previous map.
    • ๐Ÿ‘ Allow to use latest PostCSS from GitHub by npm.
    • Result now is lazy and it will generate output CSS only if you use css or map property.
    • ๐Ÿ‘‰ Use separated map.prev option to set previous map.
    • ๐Ÿ“‡ Rename inlineMap option to map.inline.
    • ๐Ÿ“‡ Rename mapAnnotation option to map.annotation.
    • Result#map now return SourceMapGenerator object, instead of string.
    • โš™ Run previous map autodetect only if input CSS contains annotation comment.
    • โž• Add map: 'inline' shortcut for map: { inline: true } option.
    • Node#source.file now will contains absolute path.
    • ๐Ÿ’… Clean Declaration#between style on node clone.