From 1d4fc83176721120764b29efc6ad03e30a200775 Mon Sep 17 00:00:00 2001 From: Cihan Deniz Date: Sun, 6 Aug 2023 20:45:03 +0300 Subject: [PATCH] clear unreleased --- unreleased.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/unreleased.md b/unreleased.md index 48d4e612d..79e701b84 100644 --- a/unreleased.md +++ b/unreleased.md @@ -1,11 +1 @@ # Unreleased - -## Improvements - -- Added singleton access helper to Stubber, `GiveMe.The()`. -- `GiveMe.Create()` is renamed to `GiveMe.A()`, `GiveMe.An()`. -- `GiveMe.A()` and `GiveMe.An()` are renamed to `GiveMe.AnInstanceOf()` -- Configurators now have ability to switch based on environments - - `developmentDatabase` is removed, you can use environment switcher -- Added `Uri` to `String` mapping support for `Orm` feature -- Added `object` to `StringClob` mapping support for `Orm` feature