Comparing version 8.0.0 to 8.0.1
# Changelog | ||
## `8.0.0`` | ||
## `8.0.1` | ||
- Fix the issue #101 caused by generated declaration files path changes | ||
## `8.0.0` | ||
- Migrated to mobx 6 | ||
## `7.1.1`` | ||
## `7.1.1` | ||
- Added `path` option to `Collection#create`, `Model#destroy` and `Model#save` | ||
## `7.1.0`` | ||
## `7.1.0` | ||
- Added `Collection#last` method | ||
## `7.0.1`` | ||
## `7.0.1` | ||
- One more performance improvement by optimizing `Collection#constructor` to just reset the collection | ||
## `7.0.0`` | ||
## `7.0.0` | ||
@@ -25,7 +29,7 @@ - Breaking: Moved indexes as getters so they are available during the first `Collection#set` call in the constructor | ||
## `6.0.1`` | ||
## `6.0.1` | ||
- Fix peformance regression for `set` introduced in 4.0.0 with the addition of indexes: We were creating a model just to call the `primaryKey` method instead of just calling the prototype. | ||
## `6.0.0`` | ||
## `6.0.0` | ||
- Remove mustFind and mustGet methods | ||
@@ -32,0 +36,0 @@ |
{ | ||
"name": "mobx-rest", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "REST conventions for mobx.", | ||
@@ -40,2 +40,3 @@ "jest": { | ||
"main": "lib", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
@@ -63,4 +64,5 @@ "build": "yarn build:clean && rollup --config", | ||
"lodash": "4.17.20", | ||
"mobx": "^6.0.2" | ||
"mobx": "^6.0.2", | ||
"rollup-plugin-dts": "^3.0.1" | ||
} | ||
} | ||
} |
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
72385
6
1288
6
+ Addedrollup-plugin-dts@^3.0.1
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedmagic-string@0.25.9(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedrollup@2.79.2(transitive)
+ Addedrollup-plugin-dts@3.0.2(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedtypescript@4.9.5(transitive)