Use toHTML vs. instanceof checks for SafeString#890
Conversation
|
👍 This is useful for HTMLBars as well. |
|
👍 +1 |
Allows for us to play nicely in environments such as Node that could have multiple versions of the library loaded. Also allows for implementors to provide their own behavior, provided they know what they are doing. Fixes #886
caf695a to
01a22e6
Compare
Use toHTML vs. instanceof checks for SafeString
|
Is there any chance of this particular change being released sooner that 3.0? Perhaps as 2.1 or something? (unless 3.0 is really soon?) This would be super-helpful to me right away, I'm not sure if I'm the only one though. |
|
My goal is for 3.0 to be soon. I had trouble justifying if this was a On Tue, Nov 11, 2014 at 1:49 PM, Dominic Barnes [email protected]
|
|
Sounds good, I'll be watching and waiting for 3.0 then :) |
Allows for us to play nicely in environments such as Node that could have
multiple versions of the library loaded. Also allows for implementors to
provide their own behavior, provided they know what they are doing.
Fixes #886