You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# CHANGELOG
2
2
3
+
## 1.5.0
4
+
5
+
*`features` : `validateOrFail()` new method to validate and if it fails it will throw a `ValidationException`. Also if the target is an object, the object is returned. If the target is a struct, the struct is returned ONLY with the validated fields.
6
+
*`feature` : `validateModel()` is now deprecated in favor of `validate()`. `validateModel()` is now marked for deprecation.
7
+
*`improvement` : Direct scoping for performance an avoidance of lookup bugs
8
+
*`improvement` : HTTPS protocol for everything
9
+
*`improvement` : Updated to testbox 3
10
+
*`bug` : Fix mapping declaration for apidocs`
11
+
*`bug` : Missing return on `addSharedConstraint()` function
0 commit comments