Steven Lindberg

Results 6 issues of Steven Lindberg

Fragments are designed to be reusable and flexible, but that comes at the cost of a verbose API. For the simplest use cases, it should not be necessary to declare...

enhancement
discuss

I've found it very useful to be able to match URLs using a regex (to ignore long query params), and to match the complex request bodies using a callback (using...

Just started using this in our app, so thanks :smile: Since the addon defines an initializer that registers the app as an ember library, I was surprised to see that...

The commit message has more details, but this is a start to allow `ember-cli-release` to call the `changelog` task directly instead of relying on a hook in the release config....

This the last big PITA left in the release process (for me personally). Changelogs are only as helpful as they are readable, which makes them difficult to auto-generate. Good changelog...

Most of the time, the version that is in package.json reflects the latest tag. However this is not the case when creating releases off of stable branches, e.g. the package...