Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/crud-drizzle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nestm/crud-drizzle

## 0.1.0-alpha.13

### Patch Changes

- Updated dependencies [d93753e]
- @nestm/crud@0.1.0-alpha.13

## 0.1.0-alpha.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crud-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/crud-drizzle",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"description": "PostgreSQL Drizzle ORM adapter for @nestm/crud.",
"type": "module",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/crud-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nestm/crud-memory

## 0.1.0-alpha.13

### Patch Changes

- Updated dependencies [d93753e]
- @nestm/crud@0.1.0-alpha.13

## 0.1.0-alpha.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crud-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/crud-memory",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"description": "Transactional in-memory adapter for @nestm/crud.",
"type": "module",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/crud-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nestm/crud-prisma

## 0.1.0-alpha.13

### Patch Changes

- Updated dependencies [d93753e]
- @nestm/crud@0.1.0-alpha.13

## 0.1.0-alpha.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crud-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/crud-prisma",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"description": "PostgreSQL Prisma adapter for @nestm/crud.",
"type": "module",
"sideEffects": false,
Expand Down
17 changes: 17 additions & 0 deletions packages/crud-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @nestm/crud-typeorm

## 0.1.0-alpha.13

### Minor Changes

- d93753e: Automatically copy declared same-name scope-create values so ordinary bindings no
longer need a mapper or repetitive unknown-value guards. Custom renamed mappings
continue to receive honest `unknown` values.

Add autocomplete-friendly TypeORM column definitions with inline selection,
wildcard mapping, typed exclusions, an isolation-level enum, and a single nested
transaction object containing both requirements and the application runner.

### Patch Changes

- Updated dependencies [d93753e]
- @nestm/crud@0.1.0-alpha.13

## 0.1.0-alpha.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crud-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/crud-typeorm",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"description": "PostgreSQL TypeORM adapter for @nestm/crud.",
"type": "module",
"sideEffects": false,
Expand Down
12 changes: 12 additions & 0 deletions packages/crud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nestm/crud

## 0.1.0-alpha.13

### Minor Changes

- d93753e: Automatically copy declared same-name scope-create values so ordinary bindings no
longer need a mapper or repetitive unknown-value guards. Custom renamed mappings
continue to receive honest `unknown` values.

Add autocomplete-friendly TypeORM column definitions with inline selection,
wildcard mapping, typed exclusions, an isolation-level enum, and a single nested
transaction object containing both requirements and the application runner.

## 0.1.0-alpha.12

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/crud",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"description": "Type-safe generated CRUD controllers for NestJS 12.",
"type": "module",
"sideEffects": false,
Expand Down