Skip to content

1.11.4

Compare
Choose a tag to compare
@m-mujica m-mujica released this 22 Feb 23:01
· 276 commits to master since this release

This patch release fixes an issue with the special //!steal-remove-{start|end} comments.

If there was a space after the ! the code would not be removed, e.g:

//! steal-remove-start
doOnlyDuringDevelopmentStuff()
//! steal-remove-end

It should work now.

🎉