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 ce5db27 commit 14dabe3Copy full SHA for 14dabe3
CHANGELOG.md
@@ -0,0 +1,26 @@
1
+# Change Log for Array Validator component
2
+
3
+All notable changes to this project will be documented in this file.
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [Unreleased]
8
9
+...
10
11
+## [v1.0.0] - 2018-05-24
12
13
+Tested for a while, stable version.
14
15
+Implemented rules:
16
+* Required
17
+* Expression
18
+* Equals
19
+* Callback
20
+* Length
21
+* Filter
22
23
+See README.md for more information.
24
25
+[Unreleased]: https://github.com/Sieg/array-validator/compare/v1.0.0...HEAD
26
+[v1.0.0]: https://github.com/Sieg/array-validator/compare/3778b8fe...v1.0.0
0 commit comments