@digitaldefiance/express-suite-test-utils 1.1.1 → 1.1.2
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/README.md +19 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -380,12 +380,31 @@ MIT
|
|
|
380
380
|
|
|
381
381
|
## ChangeLog
|
|
382
382
|
|
|
383
|
+
### v2.1.37
|
|
384
|
+
|
|
385
|
+
- Version sync tag (out of sequence with v1.x line). Removed mongoose, i18n, and direct-log modules; stripped peer dependencies. Package version reset to 1.0.7 in package.json.
|
|
386
|
+
|
|
387
|
+
### v1.1.1
|
|
388
|
+
|
|
389
|
+
- Add `createI18nSetup` factory integration tests covering full monorepo dependency chain
|
|
390
|
+
- README and jest config updates
|
|
391
|
+
|
|
383
392
|
### v1.1.0
|
|
384
393
|
|
|
385
394
|
- Add `setupI18nForTests()` helper for initializing i18n engines in tests
|
|
386
395
|
- Add `setupSpecificI18nForTests()` for selective engine initialization
|
|
387
396
|
- Uses dynamic loading to avoid dependency cycles
|
|
388
397
|
|
|
398
|
+
### v1.0.14
|
|
399
|
+
|
|
400
|
+
- Increase MongoMemoryServer launch timeout for slow CI environments
|
|
401
|
+
|
|
402
|
+
### v1.0.13
|
|
403
|
+
|
|
404
|
+
- ESLint config and code style cleanup (trailing commas, whitespace, `any` → `unknown`)
|
|
405
|
+
- Add `@typescript-eslint/no-namespace` eslint-disable comments for jest global declarations
|
|
406
|
+
- Dependency updates
|
|
407
|
+
|
|
389
408
|
### v1.0.11
|
|
390
409
|
|
|
391
410
|
- Fix mongoose to use @digitaldefiance/mongoose-types
|