data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.3.3 to 1.4.1. Release notes Sourced from @hono/node-server's releases. v1.4.1 What's Changed fix(request): handle "double dots" in URL by @yusukebe in honojs/node-server#124 Full Changelog: https://github.com/honojs/node-server/compare/v1.4.0...v1.4.1 v1.4.0 What's...
This issue exists for tracking at https://github.com/orgs/emberjs/projects/9 Notes from @chriskrycho: There are, broadly speaking, two ways to do this: 1. Update the existing ambient type definitions to work with the...
these tests demonstrate the unloadAll() edge case described in #9151 After debugging these tests, I've reached the conclusion this issue cannot be reasonably addressed without a major rewrite of our...
partially resolves #9066 Replaces `@ember/debug` with `@ember-data/macros` Currently only handles `assert` as we will need to introduce deprecation infra for `warn` and `deprecate`.
### FIXME * [ ] diagnostic needs to build for other packages to see the types * [ ] do something about the unimplemented methods * [ ] search project...
This ticket tracks work we expect to backport to 4.12, including that mentioned here https://blog.emberjs.com/ember-data-4-12-special-release-update-2023-09-22 - [ ] @ember-data/rest builder utils - [ ] @ember-data/active-record builder utils - [ ]...
This bug is present in at least 4.6. Given the following setup: `@hasMany('foo', { async: false, inverse: null }) foos;` And given an initial payload of `relationships: { foos: {...
Its Happening. (Note: no implementation here yet, just all the infra and the README). This PR will explore the final design for the associated RFCs (we expect a minimum of...
Initial discussion was here; https://github.com/emberjs/data/pull/8664 > we should align the config to the others so that we don't have to make folks do this. For all the other configs we...