From e81f3b3ddd8823ad11beca7e2d84b8d10dce1e85 Mon Sep 17 00:00:00 2001 From: Robin de Graaf Date: Mon, 15 Apr 2019 10:14:26 +0000 Subject: [PATCH] Up version due to intermediate version --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d28e5f..f101e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Parable GetSet -## 0.1.2 +## 0.1.3 _Changes_ - `get()` returns `null` or a custom default value when a key doesn't exist. `remove()` throws an exception. `getAndRemove()` also threw an exception, but the primary goal is to get the value. This behavior has been flipped. Now `getAndRemove()` will return `null`/default if the key doesn't exist and not throw anymore. +## 0.1.2 + +No changes, code style fix. + ## 0.1.1 _Changes_