Skip to content

Latest commit

Β 

History

History
198 lines (138 loc) Β· 8.64 KB

CHANGELOG.md

File metadata and controls

198 lines (138 loc) Β· 8.64 KB

Changelog

Release (2024-05-24)

reactiveweb 1.3.0 (minor)

πŸš€ Enhancement

  • reactiveweb, test-app

Committers: 1

Release (2024-03-23)

reactiveweb 1.2.3 (patch)

πŸ› Bug Fix

  • reactiveweb, test-app
    • #93 Make trackedTask reactively thennable, so that integrations with thennables are automatically reactive (@NullVoxPopuli)

Committers: 1

Release (2024-02-27)

reactiveweb 1.2.2 (patch)

πŸ› Bug Fix

  • reactiveweb, test-app
    • #87 [trackedFunction]: fix error handling so Glimmer does die when an error is thrown (@NullVoxPopuli)

Committers: 1

Release (2024-02-12)

reactiveweb 1.2.1 (patch)

πŸš€ Enhancement

πŸ› Bug Fix

🏠 Internal

Committers: 2

Release (2024-02-06)

πŸš€ Enhancement

Committers: 1

Release (2024-01-27)

reactiveweb 1.2.0 (minor)

πŸš€ Enhancement

🏠 Internal

Committers: 1

Release (2024-01-16)

reactiveweb 1.1.1 (patch)

πŸ› Bug Fix

  • reactiveweb, test-app
    • #57 docs: correct import lines in code example (@Techn1x)

Committers: 1

Release (2024-01-13)

reactiveweb 1.1.0 (minor)

πŸš€ Enhancement

  • 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)

πŸ› Bug Fix

🏠 Internal

Committers: 1

Release (2024-01-09)

reactiveweb 1.0.0 (major)

πŸ’₯ Breaking Change

πŸš€ Enhancement

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

Committers: 1

0.1.1

Patch Changes

  • 72d6797: Add support for ember-source 3.28 and 5.4

0.1.0

Minor Changes

  • 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 the trackedTask 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 use invokeHelper directly.

Patch Changes

  • 881b791: Rename to reactiveweb

0.0.3

Patch Changes

  • ee946b1: Fix types