sbt/notes/0.13.13
eugene yokota 6631456eff Deprecate .value extension method from input tasks (#2709)
Calling the `.value` method on an input task returns `InputTask[A]`, which is completely unintuitive. I think it's basically a bug in `.value`. This change deprecates the `.value` call on input tasks, in preparation to the removal in sbt 1.0.

In most cases `.evaluated` should be called, which returns `A` by evaluating the task. Just in case `InputTask[A]` is needed, `inputTaskValue` method is now provided.

One of the motivation for doing this now is the deprecation of old operators `<<=`, which forces more users to convert to the `:=` style and potentially run into the `.value` behavior.
2016-08-26 14:44:49 -04:00
..
aggregate-build-sbt.md `aggregate` can now be used inside a .sbt file 2016-07-25 12:07:49 +09:00
fix-key-selection-for-build-level-keys.md Notes for #2708 2016-08-24 14:01:34 +02:00
inputtask_value.md Deprecate .value extension method from input tasks (#2709) 2016-08-26 14:44:49 -04:00
template_cmd.md Adds templateResolvers and `new` command 2016-08-22 02:38:46 -04:00