Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update CHANGELOG
  • Loading branch information
ymc9 committed Dec 1, 2022
commit 15277937c66a3087a01bb0a509f281024de616b2
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 0.4.0 (2022-12-01)

### Features
## Features

- `zenstack init` command for initializing a project, [#109](https://github.com/zenstackhq/zenstack/issues/109), [doc](https://zenstack.dev/#/quick-start?id=adding-to-an-existing-project).

Expand All @@ -18,7 +18,7 @@

- [Website](https://zenstack.dev) is live!

### Fixes and improvements
## Fixes and improvements

- Merge `@zenstackhq/internal` into `@zenstackhq/runtime` so as to have a single runtime dependency, [#70](https://github.com/zenstackhq/zenstack/issues/70).

Expand All @@ -30,21 +30,21 @@

- Upgraded to Prisma 4.7.

### Breaking changes
## Breaking changes

- @zenstackhq/runtime doesn't export anything now.

Use @zenstackhq/runtime/types for type definitions shared between client and server, @zenstackhq/runtime/client for client-specific libaries (like React hooks), and @zenstackhq/runtime/server for server-specific libraries.

# 0.3.0 (2022-11-08)

### Features
## Features

- `@password` and `@omit` attribute support

- Configurable logging (to stdout and emitting as events)

### Fixes and improvements
## Fixes and improvements

- More robust policy checks

Expand All @@ -58,7 +58,7 @@

# 0.2.1 (2022-10-29)

### Features
## Features

- `ZModel` data modeling schema (an extension to [Prisma Schema](https://www.prisma.io/docs/concepts/components/prisma-schema))

Expand Down