Skip to content

Releases: ColdenCullen/quack

Stability and Debug Helpers

16 Aug 23:56
Compare
Choose a tag to compare

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

16 Aug 23:55
Compare
Choose a tag to compare
Pre-release

This release provides some code cleanup, as well as an implementation of DuckPointer.

hasStringMixin, hasSameMembers

02 Aug 18:54
Compare
Choose a tag to compare
Pre-release

This release adds hasStringMixin, and hasSameMembers, and adds stability.

v0.2.0

02 Aug 18:53
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Added unittests, cleaned up constraints, implemented template mixin test

Alias This Support

01 Aug 04:54
Compare
Choose a tag to compare
Alias This Support Pre-release
Pre-release

This version adds support for the isAliasThis template, which tests if a struct or class has an alias this of another struct or class.