Skip to content

Releases: dknutsen/ember-needs-async

New example, bugfix, dependency updates

30 Jun 20:08
b62ebd4
Compare
Choose a tag to compare
  • Add new "recursive" component example
  • Upgrade to Ember 3.10
  • Update some dependencies
  • Bugfix: make sure needs-async-state doesn't choke if taskInstance is null

Make nice with Travis

29 Jun 18:58
a7e6856
Compare
Choose a tag to compare
Merge pull request #51 from dknutsen/release_0_4_2

Release 0.4.2

Show the not-loaded loaded things

29 Jun 03:43
dcb43b4
Compare
Choose a tag to compare

Bugfix - yield empty hasMany results as "loaded"

Bump bump bump those deps

02 Jun 19:55
ab768d6
Compare
Choose a tag to compare
Merge pull request #39 from dknutsen/release-0.4.0

version 0.4.0

Timeout, we've got examples

11 Apr 02:38
b8400d6
Compare
Choose a tag to compare
  • timeout helper
  • add a couple basic examples to the docs

Things, stuff, options

07 Apr 01:46
95fdd17
Compare
Choose a tag to compare
  • support optional "options" hash for find-record and find-all helpers
  • add YUIDoc annotations which creates an API Reference section in the docs

Dependency updates

05 Apr 15:15
Compare
Choose a tag to compare
v0.2.2

Call it v0.2.2

It's the little things

05 Apr 15:10
5a1e097
Compare
Choose a tag to compare
v0.2.1

Badge and better example format in README

Tests, Travis

05 Apr 01:49
Compare
Choose a tag to compare
  • Add basic tests for all helpers and component
  • Add Travis CI and build badge

Baby steps

03 Apr 15:40
edd690d
Compare
Choose a tag to compare

First release includes:

  • needs-async component
  • "ember-data" analogous helpers
  • basic docs

Still needs:

  • tests
  • better docs and examples