You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# CHANGELOG
2
2
3
-
> Summary index — current release details are packaged in [changelogs/v2.0.1.md](./changelogs/v2.0.1.md); historical details live in the repository changelog archive.
4
-
> **Last updated**: 2026-06-03
3
+
> Summary index — current release details are packaged in [changelogs/v2.0.2.md](./changelogs/v2.0.2.md); historical details live in the repository changelog archive.
4
+
> **Last updated**: 2026-06-09
5
5
6
6
---
7
7
8
8
## Version Overview
9
9
10
10
| Version | Date | Summary | Details |
11
11
|---------|------|---------|---------|
12
+
|[v2.0.2](./changelogs/v2.0.2.md)| 2026-06-09 | Patch: direct runtime, optional and development dependencies pinned to exact versions for deterministic consumer installs |[View](./changelogs/v2.0.2.md)|
12
13
|[v2.0.1](./changelogs/v2.0.1.md)| 2026-06-03 | Patch: model collection/pool compatibility, automatic-index task dedupe, runtime cache/pool v1 smooth-upgrade fixes, and current docs/types alignment |[View](./changelogs/v2.0.1.md)|
13
14
|[v2.0.0](./changelogs/v2.0.0.md)| 2026-06-01 | 🎉 **v2.0.0 — TypeScript rewrite**: full TypeScript source, cache-hub integration, schema-dsl `^2.0.3` TS dependency, Apache-2.0 licensing, English README, MultiLevel cache support, v1 API compat preserved, optimized npm artifact boundary without default sourcemaps, JSDoc coverage complete, `getPoolStats/getPoolHealth` keyed by pool name, v1 compat fixes included, workspace smooth-upgrade bridge validated for downstream consumers |[View](./changelogs/v2.0.0.md)|
v2.0.2 is a package metadata patch for deterministic installs. It keeps the runtime API unchanged while pinning direct dependency declarations to the exact versions already resolved by the lockfile.
6
+
7
+
---
8
+
9
+
## Changes
10
+
11
+
- Pinned direct `dependencies`, `optionalDependencies` and `devDependencies` in `package.json` to exact versions.
12
+
- Kept peer metadata unchanged.
13
+
- Updated `.npmrc` so future dependency saves keep `package-lock.json` enabled and use exact versions.
14
+
- Added this release note to the packaged changelog set.
Copy file name to clipboardExpand all lines: package.json
+19-18Lines changed: 19 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "monsqlize",
3
-
"version": "2.0.1",
3
+
"version": "2.0.2",
4
4
"description": "TypeScript-native MongoDB ODM with multi-level caching (cache-hub), distributed locks, Saga orchestration, unified expression system (122 operators), connection pool management, ChangeStream sync, slow-query logging, and full v1 API compatibility",
0 commit comments