assert icon indicating copy to clipboard operation
assert copied to clipboard

Add a empty alias for noContent

Open Taluu opened this issue 7 years ago • 3 comments

I'm not sure how to deprecate things, but I "deprecated" noContent and transformed it into an alias for the new empty assertion.

Fixes #249

Taluu avatar Dec 27 '18 14:12 Taluu

I'd leave out the @deprecated for the time being. Deprecating an assertion can cause end users a real nightmare if there is not a clear path an a LOT of notice.

rquadling avatar Dec 28 '18 15:12 rquadling

I removed the @deprecated. I thought that the given message (using empty instead) would do the trick, unless you'd like to add a trigger_error with it ? Not sure what would be a better deprecation path though...

Taluu avatar Dec 28 '18 19:12 Taluu

Rebased and updated from upstream/master.

Taluu avatar Feb 05 '20 09:02 Taluu