DEV Community

Calin Baenen
Calin Baenen

Posted on

Mini-update: HotTea version 0.11a released.

If you haven't seen my last post, check it out!

A miniature update for HotTea has been released to fix some spelling errors, add a missing @param doc for isprimitive.of.

This patch also adds a new parameter for TypedObject, "base", which is now the last parameter (after strict), and gives the TypedObject default values.
And as to be expected, if base breaks the same rules the user could break (trying to access or (re)define a key that isn't in the blueprint, or using the wrong type on the specified key), it will throw the respective error.

Thanks for reading!
Cheers!

Top comments (0)