1. 21 Aug, 2016 1 commit
  2. 17 Aug, 2016 1 commit
  3. 16 Aug, 2016 1 commit
  4. 10 Aug, 2016 1 commit
  5. 09 Aug, 2016 1 commit
  6. 17 Jul, 2016 2 commits
  7. 14 Jul, 2016 5 commits
  8. 05 Jul, 2016 1 commit
  9. 16 Jun, 2016 2 commits
  10. 15 Jun, 2016 1 commit
    • Prevent options from leaking (#1595) · 655a85fa
      The options object passed into `render` and `renderSync` is only
      shallow copied. This is an issue when nested objects and arrays like
      custom importer and functions. In the case of custom function we
      wrap the provided function. This wrapped version replaces the provided
      one which can then leak back into the calling code. This is an issue
      if `render*` is called in a loop like in gulp-sass.
      
      Fixes #1168
      Michael Mifsud authored
  11. 10 Jun, 2016 2 commits
  12. 08 Jun, 2016 2 commits
  13. 31 May, 2016 1 commit
  14. 10 May, 2016 1 commit
    • Update watched file list when files are added or removed (#1539) · ad4c44ce
      Currently we build the Sass import graph when the CLI watcher is
      started. However the graph is not update updated when files are
      added or deleted. The latest is a big deal but the former results
      in new files not triggered rebuilds when they're changed. The only
      way to currently resolve this is to restart the CLI watcher.
      
      This patch rebuilds the Sass import graph when files are added or
      deleted to the watch always works as expected.
      
      Fixes #1538
      Michael Mifsud authored
  15. 05 May, 2016 1 commit
  16. 03 May, 2016 2 commits
  17. 02 May, 2016 4 commits
  18. 29 Apr, 2016 1 commit
  19. 28 Apr, 2016 5 commits
  20. 27 Apr, 2016 3 commits
  21. 23 Apr, 2016 2 commits