As far as I know, trees heal gradually at least since 0.12.
Also, if I would add a functionality to heal (or accelerate healing), it would be a tough job, because scanning all trees in the game would be computationally expensive. Right now I'm cheating by looking at chunks which contain at least one tree and checking very infrequently. Your suggestion requires similar but different trick and careful testing.