Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. ## [next]
  4. ### Features
  5. ### Fixes
  6. ### Tests
  7. ## [2.2.4]
  8. ### Dependencies
  9. - yargs@^7.0.0 (@alan-agius4, #84)
  10. ## [2.2.3]
  11. ### Dependencies
  12. - scss-tokenizer@^0.2.3 (@xzyfer)
  13. ## [2.2.2]
  14. ### Fixes
  15. - Babel runtime error messages (@xzyfer, #76 #77)
  16. ### Dependencies
  17. - scss-tokenizer@^0.2.1 (@xzyfer)
  18. ## [2.2.1]
  19. ### Fixes
  20. - Babel runtime error messages (@STRML, #76 #77)
  21. ### Dependencies
  22. - scss-tokenizer@^0.2.0
  23. ## [2.2.0]
  24. ### Features
  25. - Replace `@import` regexes with [scss-tokenizer](https://www.npmjs.com/package/scss-tokenizer) (@xzyfer, #68)
  26. - Add support for the old indented (`.sass`) syntax (@xzyfer, #31)
  27. - Add an option to follow symbolic links (@ludwiktrammer, #74)
  28. ### Fixes
  29. - Replaces deprecated `fs.existsSync` (@martinheidegger, #29)
  30. ### Tests
  31. - Significantly clean up test suite (@xzyfer, #69)
  32. ### Dependencies
  33. - yargs@^6.6.0
  34. - mocha@^3.2.0
  35. ## [2.1.2]
  36. ### Fixes
  37. - Remove non-essential files from npm package (@jorrit, #48)
  38. - Update yargs to version 4.7.1 (@greenkeeperio-bot, #46)
  39. - Update glob to version 7.0.0 (@greenkeeperio-bot, #36)
  40. ## [2.1.1]
  41. ### Fixes
  42. - Don't add directory `@import`s to graph - [@niksy](https://github.com/niksy)
  43. ## [2.1.0]
  44. ### Features
  45. - Update to lodash 4 - [@nightwolfz](https://github.com/nightwolfz)
  46. ### Fixes
  47. - Fixed directories with extensions being treated as files - [@niksy](https://github.com/niksy)
  48. ## [2.0.1]
  49. ### Fixes
  50. - Fixed tests for Windows - [@pleunv](https://github.com/pleunv)
  51. ## [2.0.0]
  52. ### BREAKING CHANGES
  53. - `.sass` files are not included in the graph by default. Use the `-e .sass` flag.
  54. ### Features
  55. - Configurable file extensions - [@dannymidnight](https://github.com/dannymidnight), [@xzyfer](https://github.com/xzyfer)
  56. ### Fixes
  57. - Prioritize cwd when resolving load paths - [@schnerd](https://github.com/schnerd)
  58. ### Tests
  59. - Added test for prioritizing cwd when resolving load paths - [@xzyfer](https://github.com/xzyfer)
  60. ## [1.3.0]
  61. ### Features
  62. - Add support for indented syntax - [@vegetableman](https://github.com/vegetableman)
  63. ## [1.2.0]
  64. ### Features
  65. - Add support for custom imports - [@kevin-smets](https://github.com/kevin-smets)
  66. ## [1.1.0] - 2015-03-18
  67. ### Fixes
  68. - Only strip extension for css, scss, sass files - [@nervo](https://github.com/nervo)
  69. ## [1.0.4] - 2015-03-03
  70. ### Tests
  71. - Added a test for nested imports - [@kevin-smets](https://github.com/kevin-smets)
  72. ## [1.0.3] - 2015-02-02
  73. ### Fixes
  74. - Replace incorrect usage of `for..in` loops with simple `for` loops
  75. ## [1.0.2] - 2015-02-02
  76. ### Fixes
  77. - Don't iterate over inherited object properties
  78. ## [1.0.1] - 2015-01-05
  79. ### Fixes
  80. - Handle errors in the visitor
  81. ## [1.0.0] - 2015-01-05
  82. Initial stable release