Skip to content

Commit 81dd5b9

Browse files
authored
chore: update README and CHANGELOG (#1947)
1 parent e3138b5 commit 81dd5b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
## What it is
2828

29-
ZenStack is a Node.js/TypeScript toolkit that simplifies the development of a web app's backend. It enhances [Prisma ORM](https://prisma.io) with a flexible Authorization layer and auto-generated, type-safe APIs/hooks, unlocking its full potential for full-stack development.
29+
ZenStack is a Node.js/TypeScript toolkit that simplifies the development of web applications. It enhances [Prisma ORM](https://prisma.io) with a flexible Authorization layer and auto-generated, type-safe APIs/hooks, unlocking its full potential for full-stack development.
3030

3131
Our goal is to let you save time writing boilerplate code and focus on building real features!
3232

@@ -181,6 +181,7 @@ The following diagram gives a high-level architecture overview of ZenStack.
181181
- [Multi-file schema and model inheritance](https://zenstack.dev/docs/guides/multiple-schema)
182182
- [Polymorphic Relations](https://zenstack.dev/docs/guides/polymorphism)
183183
- [Strongly typed JSON field](https://zenstack.dev/docs/guides/typing-json)
184+
- [Field encryption](https://zenstack.dev/docs/guides/field-encryption)
184185
- 🙋🏻 [Request for an extension](https://discord.gg/Ykhr738dUe)
185186

186187
## Examples

packages/ide/jetbrains/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Field encryption attribute `@encrypted`.
8+
9+
## 2.9.3
10+
511
### Fixed
612

713
- Proper semantic highlighting and formatting for type declarations.

0 commit comments

Comments
 (0)