Releases: universal-ember/reactiveweb
Releases · universal-ember/reactiveweb
v1.9.3
Release (2026-06-09)
- reactiveweb 1.9.3 (patch)
🐛 Bug Fix
reactiveweb- #195 Remove macros (@NullVoxPopuli)
Committers: 1
v1.9.2
Release (2026-04-22)
- reactiveweb 1.9.2 (patch)
🐛 Bug Fix
reactiveweb- #189 Check for
!== undefinedto avoid treatingfalseas not resolved (@piemonkey)
- #189 Check for
🏠 Internal
- #192 docs(contributor): contributors readme action update (@github-actions[bot])
- #190 docs(contributor): contributors readme action update (@github-actions[bot])
- #191 Update release plan (@NullVoxPopuli)
- #183 Expand test matrix to 5.12 through 6.8 (@NullVoxPopuli)
Committers: 3
- GitHub Actions [Bot] (@github-actions)
- @NullVoxPopuli
- @piemonkey
v1.9.1-reactiveweb
Release (2025-12-23)
- reactiveweb 1.9.1 (patch)
🐛 Bug Fix
reactiveweb- #173 Allow link to receive the owner directly (@NullVoxPopuli)
- #177 Pull in types from ember-resources v6 (and earlier) to reduce coupling for those wanting to move to v7 (@NullVoxPopuli)
📝 Documentation
reactiveweb- #168 Update docs (@NullVoxPopuli)
- #167 Add detail from #166 (@NullVoxPopuli)
- #162 add import to code example docs of get-promise-state (@x-m-el)
- Other
- #165 docs(contributor): contributors readme action update (@github-actions[bot])
- #164 Thank Contributors <3 (@NullVoxPopuli)
🏠 Internal
reactiveweb- #174 Convert main test-app to vite (@NullVoxPopuli)
- #176 Glint2 (@NullVoxPopuli)
- #175 Update linting (@NullVoxPopuli)
Committers: 3
v1.9.0-reactiveweb
Release (2025-08-29)
- reactiveweb 1.9.0 (minor)
🚀 Enhancement
reactiveweb- #159 Remove ember-async-data, make trackedFunction use getPromiseState, add waiter. (@NullVoxPopuli)
🐛 Bug Fix
reactiveweb- #155 Fix error type in getPromiseState's State's toJSON (@NullVoxPopuli)
Committers: 1
v1.8.0-reactiveweb
Release (2025-07-19)
- reactiveweb 1.8.0 (minor)
🚀 Enhancement
reactiveweb- #154 getPromiseState (@NullVoxPopuli)
Committers: 1
v1.7.0-reactiveweb
Release (2025-07-11)
- reactiveweb 1.7.0 (minor)
🚀 Enhancement
reactiveweb- #151 Add script utility (@NullVoxPopuli)
Committers: 1
v1.6.2-reactiveweb
Release (2025-06-29)
- reactiveweb 1.6.2 (patch)
🐛 Bug Fix
reactiveweb- #149 Switch seconds from counting integers to be time based (@NullVoxPopuli)
Committers: 1
v1.6.1-reactiveweb
Release (2025-06-20)
- reactiveweb 1.6.1 (patch)
🐛 Bug Fix
reactiveweb- #146 Fix issue where the
modifierresource does not have an owner (@NullVoxPopuli)
- #146 Fix issue where the
Committers: 1
v1.6.0-reactiveweb
Release (2025-06-12)
- reactiveweb 1.6.0 (minor)
🚀 Enhancement
reactiveweb- #143 New utilities:
Interval,Seconds,Duration, imprtable fromreactiveweb/interval(@NullVoxPopuli)
- #143 New utilities:
Committers: 1
v1.5.0-reactiveweb
Release (2025-05-28)
- reactiveweb 1.5.0 (minor)
🚀 Enhancement
reactiveweb- #140 Add
effectandrenderEffect(@NullVoxPopuli)
- #140 Add