Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ember-concurrency to the latest version 🚀 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 27, 2017

Version 0.7.19 of ember-concurrency just got published.

Dependency ember-concurrency
Current Version 0.7.17
Type devDependency

The version 0.7.19 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ember-concurrency.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 16 commits .

  • c45b933 Released 0.7.19
  • 19eb6db Revert "add basic ember-data test"
  • 5307ba4 machty+Bendemboski: task fn wrapper (#117)
  • e1e3f30 Add 0.7.18 release notes
  • 057fc95 Merge pull request #105 from billybonks/master
  • 3644007 bump ED and default ember
  • b49749d Released 0.7.18
  • 4c006db Merge pull request #112 from antidis/improve-task-group-behaviour
  • 50c5eb5 Make TaskGroup.isRunning also return a boolean
  • 1a0baa2 wrote FAQ / Fact Sheet page
  • a9fa947 reword some things
  • a1e3cbc replace ember-power-select example with basic DOM
  • 193dbd4 wip
  • 6e8607b Merge pull request #110 from cibernox/remove-ember-k
  • 91e5c28 Remove deprecated Ember.K

There are 16 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2017

Version 0.8.0 just got published.

Update to this version instead 🚀

Release Notes perf + sync start

0.8.0

  • POSSIBLE BREAKING CHANGE: the internal task scheduler
    has been rewritten to be more performant, but to also
    more immediately start executing task functions. Prior
    to this version, perform()ing a task wouldn't actually
    start executing the task function until the actions queue
    on the run loop; this behavior was inconsistent with the timing
    of async functions, and meant that certain lifecycle hooks
    that depended on logic being run synchronously couldn't be
    used with ember-concurrency Tasks (because they already
    missed their window of execution). This is unlikely to
    break anyone's apps, but it's possible some apps out there
    have subtle timing dependencies on tasks running within
    run loop queues, so it's better to announce this as a possible
    breaking change. (#107)
  • Derived state: Task Instances now have an additional
    isSuccessful and isError property (#119)
  • Derived state: Tasks expose performCount that tracks
    how many times a task has been performed.
  • waitForEvent and waitForQueue for pausing the task until
    a jQuery / Ember event occurs, or until a particular
    run loop queue has been reached.
Commits

The new version differs by 48 commits .

There are 48 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 28, 2017

Version 0.8.1 just got published.

Update to this version instead 🚀

Release Notes 0.8.1
  • removed stray debugger from library code :( :( :( #ConferenceDrivenDevelopment
Commits

The new version differs by 4 commits .

See the full diff.

greenkeeper bot added a commit that referenced this pull request May 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 5, 2017

Version 0.8.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 22 commits0.

  • 3929759 Released 0.8.2
  • 810efe4 Merge branch 'show-addon-version-in-docs' of https://github.com/heyjinkim/ember-concurrency into heyjinkim-show-addon-version-in-docs
  • 2b19e7f removed underline from side menu links & added active style
  • cf58d11 removed introduction from index and added new route
  • 02ffc92 define dummy application controller
  • 0c4987e add requisite ember-cli qunit 4 code to start the test suite
  • b3e3f39 try upgrading ember-cli-qunit
  • 665d957 remove unneeded / old decorator ember-cli-build config
  • 15cb93f upgrade dev deps babel-core: ^6
  • c8b3b59 defer task advancement to run loop queue
  • e2addf0 cleanup, start adding comments private methods
  • 072df96 small test tweak / cleanup
  • 4c95e66 fix deep call stacks due to overly sync scheduler
  • 8aec0b3 make cancelation happen on next tick
  • b839301 remove fast-forwarded RSVP promises

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2017

Version 0.8.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits0.

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 23, 2017

Version 0.8.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • ecb732c Released 0.8.4
  • 8a7e287 add TaskCancelation help link to promise rejection errors
  • 48250b5 Fix typo on refactoring doc
  • a42ae0f change position of toggle button based on media query
  • 0e91393 remove key="" to hopefully fix travis builds
  • 6bb6760 acceptance tests; skip undefined routes
  • 9dc8ef4 move tutorial toggle button to bottom
  • 8a66f89 tweak tutorial headers
  • fac0303 add Refactor With Tasks page to docs
  • 4e762ac WIP vanilla Ember Tutorial
  • 8ca388c WIP tutorial
  • fd1f75d refactor TOC
  • bd6a364 rewrite introduction docs
  • 383b10f update changelog

See the full diff

greenkeeper bot added a commit that referenced this pull request May 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 23, 2017

Version 0.8.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • c737e76 Released 0.8.5
  • d757228 Support null/undefined values in cancelable promise helpers

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 14, 2017

Version 0.8.6 just got published.

Update to this version instead 🚀

Release Notes cancelation .debug()ging

0.8.6

  • Add .debug() Task Modifier and EmberENV.DEBUG_TASKS to log
    the reason a task is canceled, e.g. "TaskInstance 'doStuff' was
    canceled because the object it lives on was destroyed or unrendered"
Commits

The new version differs by 9 commits.

  • a5a9287 Released 0.8.6
  • 1af9df9 add some docs about .debug()
  • e3b53a4 get rid of old _debugCallback relics
  • a6ac2d0 add Task cancelation debugging via .debug() and ENV.DEBUG_TASKS=true
  • 4198ef6 Don't run bower install
  • 075a748 Convert integration tests to use ember-native-dom-helpers
  • f7068f2 Refactor acceptance tests to use ember-native-dom-helpers
  • 554e5c4 No jQuery
  • a13c964 Update starter twiddle link on README

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 24, 2017

Version 0.8.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • a6eb3fb Released 0.8.7
  • 908e66f add helpful Error when doing invalid this.taskName.perform

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 22, 2017

Version 0.8.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 22, 2017

Version 0.8.9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 36b5d70 Released 0.8.9
  • ec820cc Revert "New Module Imports" in "app" folder

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 24, 2017

Version 0.8.10 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • cbe60ca Released 0.8.10
  • 298c6e0 attempt to fix possible Edge JIT bug

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 30, 2017

Version 0.8.11 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 68dc2d0 Release 0.8.11
  • 1fc4cda Add linked()/unlinked(), self-cancel-loop warning

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 2, 2017

Version 0.8.12 just got published.

Update to this version instead 🚀

Release Notes encapsulated tasks

0.8.12

  • Officially release and document "Encapsulated Tasks", which
    are tasks that can maintain/mutate their own state without
    having direct access to the host object's state. In conjunction
    with Derived State, this allows for some nice patterns for
    containing state/logic/mutations within the tasks, rather
    than requiring that state/events generated by tasks live on /
    bleed into the host objects.
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 22, 2018

Version 0.8.13 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • a2ca6ea Released 0.8.13
  • 9b8f0a3 Merge pull request #199 from machty/snewcomer-upgrade-2.18
  • 8783986 Remove Ember.testing checks for timer-looping tests
  • c255e09 upgrade to 2.18
  • 2405ed6 Remove test for non .get() usage of tasks
  • ba713cb Merge pull request #187 from buschtoens/180-feat-waitForEvent-native
  • b18f73c docs(events): add information about native DOM event support
  • ed8f162 Minor tweaks to task groups API docs
  • 6da7a76 Merge pull request #196 from yohanmishkin/master
  • 430dd3e Added TaskGroup documentation
  • 846f99f Merge pull request #193 from sduquej/patch-1
  • dc270fa Fix typo in API.md
  • ab9be08 feat(wait-for/event): support native DOM EventTargets

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 24, 2018

Version 0.8.14 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • e6fcb6b Released 0.8.14
  • 1dd1600 Don't use new module import format for app tree

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 23, 2018

Version 0.8.15 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 58acb94 Released 0.8.15
  • c4ac9e5 document waitForProperty
  • 9eed386 Add waitForProperty() (#205)
  • 9a8afd6 tiny typo fix (#206)
  • c3bf82b Fastboot rendering for docs (#204)
  • 50bc550 move app folder to addon folder and add reexports (#201)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2018

Version 0.8.16 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 1903fae Released 0.8.16
  • 81e517a Update waitForX docs
  • 0510628 Enhance waitForProperty to allow passing in value to match against (#211)
  • 1c34b2e Fix syntax + grammar in "Errors vs Cancelation" docs (#210)
  • 3f33d39 fix waitForProperty API docs

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 28, 2018

Version 0.8.17 just got published.

Update to this version instead 🚀

Release Notes waitFor* + Promise helpers

0.8.17

  • waitForEvent/Queue/Property helpers now work with the various
    promise helpers (e.g. all and race)
Commits

The new version differs by 3 commits.

  • 21e1f1f Released 0.8.17
  • edbf252 make waitFor yieldables compatible with promise helpers (#215)
  • b612c81 remove old/unused EventedObservable cruft

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 23, 2018

Version 0.8.18 just got published.

Update to this version instead 🚀

Release Notes .evented() and task lifecycle events

0.8.18

Thanks to @maxfierke for implementing this feature.

Commits

The new version differs by 7 commits.

  • bb5a1aa Released 0.8.18
  • ca65976 Fixed tiny typo (#220)
  • 04226b7 Add TaskInstance events API (#223)
  • 0ff03ef Fix link to docs/task-cancelation-help (#221)
  • 3718a34 Revert "Fix link to task cancellation help page (#219)"
  • f3b2c78 Fix link to task cancellation help page (#219)
  • 42f9fdd Update ember-cli-fastboot git ref (#217)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2018

Version 0.8.19 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 5, 2018

Version 0.8.20 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 14999db Released 0.8.20
  • 2f8a4a4 Remove reexports of nonexistent names (#245)
  • 5c830b1 Fix task vs task instance properties (#236)
  • 62c942d fix: Add evented modifier to evented documentation and use Evented mixin in the example as well (#229)
  • 42d0feb Update template.hbs (#230)
  • 15304fe Add missing doc reference for evented() modifier (#228)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 21, 2018

Update to this version instead 🚀

Release Notes for 0.8.21

0.8.21
Fixes ES5 getter syntax on Ember Canary (#248)

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 14, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • dc817e4 Released 0.8.22
  • 6b17d8d Fix Canary bugs due to ember-metal changes (#251)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 29, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 4e73d16 Released 0.8.23
  • 920df1f Remove invalid character in package-lock.json (#260)
  • af891b2 Update Slack to Discord (#247)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2018

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • b00b355 Released 0.8.24
  • 465c05a docs(task-concurrency): add IDs to headings, unify (#252)
  • dc02212 Fix links to docs (#255)
  • 82d3bda Update readme for more accuracy (#256)
  • 859278b Update task-cancelation-example-3.js (#259)
  • 2571441 cancelAll({ resetState: true }) can remove existing derived state (#253)
  • d57eeca Use class syntax for extending from ComputedProperty (#262)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 8c32068 Released 0.8.25
  • ca72826 Add missing lastStarted flag to resetState

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 293353e Released 0.8.26
  • d5eb920 Fix ES6 TaskGroupProperty class errors and fix other deprecation errors (#265)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants