From 5b89e09490de956acfd961f6fcf195e91564a720 Mon Sep 17 00:00:00 2001 From: Javad Zobeidi Date: Sun, 22 Sep 2024 12:40:03 +0330 Subject: [PATCH] Update to 0.4.3 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e68c4b..84e3b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.3 + +- Fix nested json [#128](https://github.com/vania-dart/framework/issues/128) +- Add json to the request `request.json()` + ## 0.4.2 - Fix id auto-increment for PostgreSQL compatibility [#127](https://github.com/vania-dart/framework/issues/118) diff --git a/pubspec.yaml b/pubspec.yaml index 08b426f..cfbd5b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: vania description: Fast, simple, and powerful backend framework for Dart built with -version: 0.4.2 +version: 0.4.3 homepage: https://vdart.dev repository: https://github.com/vania-dart/framework issue_tracker: https://github.com/vania-dart/framework/issues