Releases: ColdenCullen/quack
Releases · ColdenCullen/quack
Stability and Debug Helpers
Quack is finally ready for 1.0! This release adds the ability to output debug messages by specifying the debug identifier quack
, as well as some more tests and documentation.
Cleanup and DuckPointer
This release provides some code cleanup, as well as an implementation of DuckPointer.
hasStringMixin, hasSameMembers
This release adds hasStringMixin
, and hasSameMembers
, and adds stability.
v0.2.0
Added unittests, cleaned up constraints, implemented template mixin test
Alias This Support
This version adds support for the isAliasThis
template, which tests if a struct
or class
has an alias this
of another struct
or class
.