Hoa\Ruler 2.16.10.24 released

Hello fellow Hoackers!

Today we have released Hoa\Ruler 2.16.10.24. It contains recent README updates and the new support links, but also an important language modification.

Now it is possible to chain dimensions, i.e. chain any function, array access or attribute on any variable, function, array or attribute. So a.b, a[b], a.b() are valids, but also a.b[c].d(). See the PR Grammar: Chain dimensions on function.

The best is that it introduces absolutely no regression. Isn’t it awesome :blush:?

Thanks to everyone for the reviews, the feedbacks and your constant effort!