Skip to content

Commit

Permalink
Up version due to intermediate version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin de Graaf committed Apr 15, 2019
1 parent f1bc61d commit e81f3b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down

0 comments on commit e81f3b3

Please sign in to comment.