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 deae4d2 commit a46b6b0Copy full SHA for a46b6b0
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Changelog
2
+
3
+This is the documentation of the
4
+[Term Validator](https://github.com/erlangsters/term-validator) library.
5
6
+## 1.0.1
7
8
+- Fixed tuple validator failing to validate tuples when number of elements does
9
+ not match the number of specified elements.
10
+- Fixed outdated information in `DOCUMENTATION.md` regarding options in custom
11
+ validators.
12
+- Change to Rebar3 build system (to leverage ExDoc plugin).
13
+- Rework in-source and out-source documentation to be nicely generated by ExDoc.
14
15
+## 1.0.0
16
17
+Initial release.
0 commit comments