We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759c7c9 commit f76e5cfCopy full SHA for f76e5cf
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.0
4
+
5
+ * Add `StreamData.date/0` and `StreamData.date/1`.
6
+ * Add `StreamData.nullable/2`.
7
+ * Add `:inspect_opts` config for the `:stream_data` application (documented in `ExUnitProperties`).
8
9
## v1.2.0
10
11
* Add `StreamData.shuffle/1`.
mix.exs
@@ -1,7 +1,7 @@
defmodule StreamData.Mixfile do
use Mix.Project
- @version "1.2.0"
+ @version "1.3.0"
@repo_url "https://github.com/whatyouhide/stream_data"
def project() do
0 commit comments