Comparing version 10.0.1 to 11.0.0
# Changelog | ||
## `11.0.0` | ||
- Breaking: `Collection`'s `get` method return type is now typed to `T | undefined`. | ||
## `10.0.1` | ||
- Fixed: optimistic destroys for models in collections. | ||
## `10.0.0` | ||
@@ -4,0 +12,0 @@ |
@@ -239,3 +239,3 @@ import { ObservableMap, IObservableArray } from 'mobx'; | ||
*/ | ||
get(id: Id, { required }?: GetOptions): T; | ||
get(id: Id, { required }?: GetOptions): T | undefined; | ||
/** | ||
@@ -242,0 +242,0 @@ * Get resources matching criteria. |
{ | ||
"name": "mobx-rest", | ||
"version": "10.0.1", | ||
"version": "11.0.0", | ||
"description": "REST conventions for mobx.", | ||
@@ -5,0 +5,0 @@ "jest": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68270