UNPKG

828 BMarkdownView Raw
1# Asset Smasher Changelog
2
3## 0.1.3 (June 28, 2012)
4
5- Use the right version of "exists" (fs.exists || path.exists) to get rid of deprecation warning messages
6
7## 0.1.2 (June 27, 2012)
8
9- Update package dependencies to ones that work with 0.8
10- Still using deprecated path.exists to avoid breaking 0.6 compatibility
11
12## 0.1.1 (June 12, 2012)
13
14- Fix issue where assets could get processed multiple times when calling `compileSingleAsset`. When calling `compileSingleAsset`, an asset will not be recompiled if it has already been compiled. If it hasn't been compiled, any `require`d assets will be recompiled even if they've been compiled already.
15- Add a `reset` method to `Smasher` to clear out all the asset metadata.
16- Add a `reset` method to `Asset` to set it back to its before-compile state.
17
18## 0.1.0
19
20- Initial Release