1. 09 Aug, 2016 1 commit
  2. 17 Jul, 2016 2 commits
  3. 14 Jul, 2016 5 commits
  4. 05 Jul, 2016 1 commit
  5. 16 Jun, 2016 2 commits
  6. 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
  7. 10 Jun, 2016 2 commits
  8. 08 Jun, 2016 2 commits
  9. 31 May, 2016 1 commit
  10. 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
  11. 05 May, 2016 1 commit
  12. 03 May, 2016 2 commits
  13. 02 May, 2016 4 commits
  14. 29 Apr, 2016 1 commit
  15. 28 Apr, 2016 5 commits
  16. 27 Apr, 2016 3 commits
  17. 23 Apr, 2016 2 commits
  18. 21 Apr, 2016 4 commits