@autofleet/shtinker 1.3.1-beta-318c9e7e.0 → 2.0.0
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/package.json +1 -1
- package/readme.md +5 -0
package/package.json
CHANGED
package/readme.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Shtinker
|
|
2
|
+
|
|
3
|
+
## Breaking Changes in V2
|
|
4
|
+
- No code changes are required for services using this package.
|
|
5
|
+
- Fixed a bug where the context entity ID was incorrectly set to the ID of the last entity saved to the database under the same context. Now, the entity ID will only change when the entity type of the context matches the model name during the save operation to the database.
|