@ember-data-types/rest 5.4.0-alpha.51 → 5.4.0-alpha.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,15 @@ Install using your javascript package manager of choice. For instance with [pnpm
|
|
|
27
27
|
pnpm add @ember-data/rest
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
+
**Tagged Releases**
|
|
31
|
+
|
|
32
|
+
- 
|
|
33
|
+
- 
|
|
34
|
+
- 
|
|
35
|
+
- 
|
|
36
|
+
- 
|
|
37
|
+
|
|
38
|
+
|
|
30
39
|
## Getting Started
|
|
31
40
|
|
|
32
41
|
If this package is how you are first learning about EmberData, we recommend starting with learning about the [Store](https://github.com/emberjs/data/blob/main/packages/store/README.md) and [Requests](https://github.com/emberjs/data/blob/main/packages/request/README.md)
|