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