Skip to content

v0.28.1

Compare
Choose a tag to compare
@joshwiens joshwiens released this 02 May 07:19
· 563 commits to master since this release

2017-05-02

Bug Fixes

  • allow to specify a full hostname as a root URL (#521) (06d27a1)
  • case insensitivity of @import (#514) (de4356b)
  • don't handle empty @import and url() (#513) (868fc94)
  • imported variables are replaced in exports if followed by a comma (#504) (956bad7)
  • loader now correctly handles url with space(s) (#495) (534ea55)
  • url with a trailing space is now handled correctly (#494) (e1ec4f2)
  • use btoa instead Buffer (#501) (fbb0714)

Performance Improvements

  • generate source maps only when explicitly set (#478) (b8f5c8f)