reactiveweb 1.3.0 (minor)
- Brad Overton (@Techn1x)
reactiveweb 1.2.3 (patch)
reactiveweb
,test-app
- #93 Make trackedTask reactively thennable, so that integrations with thennables are automatically reactive (@NullVoxPopuli)
reactiveweb 1.2.2 (patch)
reactiveweb
,test-app
- #87 [trackedFunction]: fix error handling so Glimmer does die when an error is thrown (@NullVoxPopuli)
reactiveweb 1.2.1 (patch)
test-app
- #77 Support ember-concurrency-4 (@NullVoxPopuli)
reactiveweb
,test-app
- #79 Fix debounce cleanup timing (@NullVoxPopuli)
- #72 Prepare Release (@github-actions[bot])
test-app
- #77 Support ember-concurrency-4 (@NullVoxPopuli)
reactiveweb 1.2.0 (minor)
reactiveweb
,test-app
- #69 Add new util: Throttle (@NullVoxPopuli)
- #71 Update renovate config (@NullVoxPopuli)
- #66 Remove PR Fixer (@NullVoxPopuli)
- #63 Reduce CI time (@NullVoxPopuli)
- #60 Auto lintfix (@NullVoxPopuli)
reactiveweb 1.1.1 (patch)
- Brad Overton (@Techn1x)
reactiveweb 1.1.0 (minor)
reactiveweb
,test-app
- #45 Migrate
trackedTask
's implementation to use function-based resources (@NullVoxPopuli) - #55 Update the service implementation to not require knowledge of a specific class-based resource implementation (@NullVoxPopuli)
- #54 Refactor the map util to not be a resource, it never needed to be (@NullVoxPopuli)
- #45 Migrate
reactiveweb
- #50 Fix in-editor docs (@NullVoxPopuli)
reactiveweb
,test-app
- #56 Upgrade eslint-plugin-ember (@NullVoxPopuli)
reactiveweb
- #53 Update compilation tools, now using decorator-transforms (@NullVoxPopuli)
test-app
- #52 Upgrade test-apps to [email protected] to test against deprecations (@NullVoxPopuli)
- #51 Use correct import paths (@NullVoxPopuli)
reactiveweb 1.0.0 (major)
reactiveweb
- #42 Change the description of the npm package (@NullVoxPopuli)
reactiveweb
,test-app
- #39 Copy alternate
modifier
andservice
implementations from ember-resources (@NullVoxPopuli) - #36 Add
@link
(@NullVoxPopuli) - #34 Add sync (@NullVoxPopuli)
- #31 Add the helper from ember-resources (@NullVoxPopuli)
- #39 Copy alternate
reactiveweb
- #35 Widen the ember-source peerDep to >= 3.28 (@NullVoxPopuli)
reactiveweb
- #43 Fix import paths in inline docs (@NullVoxPopuli)
- #33 Remove note from ember-resources in the helper jsdoc (@NullVoxPopuli)
- #30 Fix typo in ember-concurrency docs (@NullVoxPopuli)
reactiveweb
,test-app
- #32 Fix issue with initial values in
keepLatest
and clarify behavior (@NullVoxPopuli)
- #32 Fix issue with initial values in
docs
- #41 Add multiple entrypoints to the api docs (@NullVoxPopuli)
reactiveweb
,test-app
- #44 Do not allow deprecations to exist (@NullVoxPopuli)
test-app
- #40 Split test apps into separate CI jobs. (@NullVoxPopuli)
- #29 Setup glint in test app (@NullVoxPopuli)
- #26 Setup release-plan (@NullVoxPopuli)
- Other
- #37 CI: use --ignore-scripts during the setup job (@NullVoxPopuli)
- 72d6797: Add support for ember-source 3.28 and 5.4
-
d3f5ea4: Copy utilities from ember-resources -- no other changes to the utilities. The ember-resources utilities/examples will be be deprecated and removed in a major release. However, the migration path is a find and replace:
Find:
'ember-resources/util/
Replace:
'reactiveweb/
Of note:
trackedTask
no longer will support ember-concurrency@v2, so if you need ember-concurrency@v2, it'll be safer to stick with thetrackedTask
from ember-resources@v6.helper
has been removed, as it's had basically no usage, and wasn't all that useful anyway -- if folks still need the behavior, they can useinvokeHelper
directly.
- 881b791: Rename to reactiveweb
- ee946b1: Fix types