I can accept it is bound to happen a bit up until v1.0, (and possibly a bit after…?), especially still being on v0.4.3 at home, but some uses seem a bit excessive, ie
Deprecated for(…) syntax, use for … instead
Deprecated [1:x], use collect(1:x)
while others are a bit confusing, eg
Deprecated min(x, y), use .min(x,y) instead (or something to that effect)