badd1f5f1412aea925d8f09b433ef00fd2b54c97d827eb2175a4954a71b158cee07ba4dd1724cf4c41f1eaa46b7374ccbd957f9d5d49de33fd6232e8054663 524 B

1234567891011121314151617181920212223242526
  1. # 1.0.5
  2. * Resolves a crash on empty `linear-gradient()` functions.
  3. # 1.0.4
  4. * Resolves an issue where `0` was being removed from intermediate colour stops
  5. if preceding colour stops contained `calc()` (thanks to @jaybekster).
  6. # 1.0.3
  7. * Resolves an issue where `0` was being incorrectly stripped from the final
  8. colour stop value.
  9. # 1.0.2
  10. * Resolves an issue where the module would incorrectly parse floating
  11. point numbers.
  12. # 1.0.1
  13. * Reduce function iterations (thanks to @TrySound).
  14. # 1.0.0
  15. * Initial release.