ember-computed-template-string icon indicating copy to clipboard operation
ember-computed-template-string copied to clipboard

⚡ One-line string computed properties

Results 9 ember-computed-template-string issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.1 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [bower](https://github.com/bower/bower) from 1.8.0 to 1.8.8. Release notes *Sourced from [bower's releases](https://github.com/bower/bower/releases).* > ## v1.8.8 > Fix security issue connected to extracting .tar.gz archives > > **This bug allows to...

dependencies

Happens in the host app which includes an addon which includes `ember-computed-template-string`.

I recently watched (and enjoyed!) @serenaf's [talk about this addon at EmberCamp London 2016](https://www.youtube.com/watch?v=l4KCEoa29GE). I had an idea for how this might be doable without having to resort to a...

We should warn on uses likes this: - `Computed.templateString('${adminName}')` - use `Computed.reads` or `Computed.alias` - `Computed.templateString('this has no dynamic section')`