History.txt in ivy4r-0.10.0 vs History.txt in ivy4r-0.10.1

- old
+ new

@@ -1,5 +1,11 @@ +=== 0.10.1 / 2010-03-30 + * Some fixes for the rake ivy result caching. + * Renamed the targets from ivy:enableresultcache, ivy:disableresultcache and ivy:cleanresultcache + into ivy:enable_result_cache, ivy:disable_result_cache and ivy:clean_result_cache for better + readability + === 0.10.0 / 2010-03-30 * Add caching support to ivy4r. Ivy4r has now an optional parameter to a caching directory where it stores results from calls to the tasks for each parameter set. If caching is enabled and a call with the same parameters is done the cached result is used instead of executing the task again. This @@ -9,10 +15,9 @@ ivy: caching.enabled: true * add a marker file to your project under the path project.path_to('use_ivy_caching') Note that this is a marker file only the existence of the file is checked not the content!! If the file exists caching will be used! - === 0.9.15 / 2010-03-20 * Revert changes from 0.9.14 because the fix does not work in all environments. Use the old code again till a fix is found that circumvents the circular dependency issue and keeps the functionality of the tasks.