@quenty/datastore
Advanced tools
Comparing version 4.0.0-canary.236.5597d0a.0 to 4.0.0
@@ -6,4 +6,26 @@ # Change Log | ||
# [4.0.0-canary.236.5597d0a.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.2.0...@quenty/datastore@4.0.0-canary.236.5597d0a.0) (2021-12-18) | ||
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.6.0...@quenty/datastore@4.0.0) (2022-03-06) | ||
### Features | ||
* Can add removing promises to datastore before save ([653bef8](https://github.com/Quenty/NevermoreEngine/commit/653bef8717e4470cf94340e67ff69eab1b7269f6)) | ||
# [3.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.5.1...@quenty/datastore@3.6.0) (2022-01-17) | ||
### Features | ||
* Add optional PlayerDataStoreService to centralize datastore usage across submodules. ([1c4349f](https://github.com/Quenty/NevermoreEngine/commit/1c4349fa3ed4ef59ed41117319057ca9e2bd6dfd)) | ||
## [3.5.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.5.0...@quenty/datastore@3.5.1) (2022-01-16) | ||
**Note:** Version bump only for package @quenty/datastore | ||
@@ -15,2 +37,42 @@ | ||
# [3.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.4.0...@quenty/datastore@3.5.0) (2022-01-07) | ||
**Note:** Version bump only for package @quenty/datastore | ||
# [3.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.3.2...@quenty/datastore@3.4.0) (2022-01-03) | ||
**Note:** Version bump only for package @quenty/datastore | ||
## [3.3.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.3.1...@quenty/datastore@3.3.2) (2021-12-30) | ||
**Note:** Version bump only for package @quenty/datastore | ||
## [3.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.3.0...@quenty/datastore@3.3.1) (2021-12-30) | ||
**Note:** Version bump only for package @quenty/datastore | ||
# [3.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.2.0...@quenty/datastore@3.3.0) (2021-12-18) | ||
**Note:** Version bump only for package @quenty/datastore | ||
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.1.2...@quenty/datastore@3.2.0) (2021-11-20) | ||
@@ -17,0 +79,0 @@ |
{ | ||
"name": "@quenty/datastore", | ||
"version": "4.0.0-canary.236.5597d0a.0", | ||
"version": "4.0.0", | ||
"description": "Quenty's Datastore implementation for Roblox", | ||
@@ -29,9 +29,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "3.2.0", | ||
"@quenty/loader": "3.1.1", | ||
"@quenty/maid": "2.0.1", | ||
"@quenty/promise": "4.0.0-canary.236.5597d0a.0", | ||
"@quenty/signal": "2.0.0", | ||
"@quenty/symbol": "2.0.0", | ||
"@quenty/table": "2.1.0" | ||
"@quenty/baseobject": "^4.0.0", | ||
"@quenty/loader": "^4.0.0", | ||
"@quenty/maid": "^2.1.0", | ||
"@quenty/promise": "^4.0.0", | ||
"@quenty/signal": "^2.1.0", | ||
"@quenty/symbol": "^2.0.1", | ||
"@quenty/table": "^2.1.1" | ||
}, | ||
@@ -41,3 +41,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5597d0abdadd88f369f1401a558a8d6d1a1c5aab" | ||
"gitHead": "dd428cab58282c975a4c082957dc8f58e3186905" | ||
} |
# Quenty's DataStore System | ||
<div align="center"> | ||
<a href="http://quenty.github.io/api/"> | ||
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> | ||
<a href="http://quenty.github.io/NevermoreEngine/"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" /> | ||
</a> | ||
<a href="https://discord.gg/mhtGUS8"> | ||
<img src="https://img.shields.io/badge/discord-nevermore-blue.svg" alt="Discord" /> | ||
<img src="https://img.shields.io/discord/385151591524597761?color=5865F2&label=discord&logo=discord&logoColor=white" alt="Discord" /> | ||
</a> | ||
@@ -16,2 +16,4 @@ <a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/DataStore">View docs →</a></div> | ||
## Installation | ||
@@ -18,0 +20,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
48087
212
13
1
383
79
+ Added@quenty/baseobject@4.2.0(transitive)
+ Added@quenty/deferred@2.2.0(transitive)
+ Added@quenty/loader@4.1.0(transitive)
+ Added@quenty/maid@2.6.0(transitive)
+ Added@quenty/promise@4.2.0(transitive)
+ Added@quenty/signal@2.4.0(transitive)
+ Added@quenty/symbol@2.2.0(transitive)
+ Added@quenty/table@2.2.0(transitive)
- Removed@quenty/baseobject@3.2.0(transitive)
- Removed@quenty/deferred@2.0.1(transitive)
- Removed@quenty/loader@3.1.1(transitive)
- Removed@quenty/maid@2.0.1(transitive)
- Removed@quenty/promise@4.0.0-canary.236.5597d0a.0(transitive)
- Removed@quenty/signal@2.0.0(transitive)
- Removed@quenty/symbol@2.0.0(transitive)
- Removed@quenty/table@2.1.0(transitive)
Updated@quenty/baseobject@^4.0.0
Updated@quenty/loader@^4.0.0
Updated@quenty/maid@^2.1.0
Updated@quenty/promise@^4.0.0
Updated@quenty/signal@^2.1.0
Updated@quenty/symbol@^2.0.1
Updated@quenty/table@^2.1.1