File: CHANGELOG.md

package info (click to toggle)
golang-github-viant-assertly 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 240 kB
  • sloc: makefile: 2
file content (55 lines) | stat: -rwxr-xr-x 1,618 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
## Jan 18 2020 - v0.5.2
    * modify @length directive to support arbitrary path
    
## April 23 2019 - v0.4.8
    * patched time validation with custom time format
    * patched field level time layout
    
## April 23 2019 - v0.4.6
    * Updated keysValue for selector returing a map

## April 2 2019 - v0.4.5
    * Updated multi line JSON handling 
    
## Feb 23 2019 - v0.4.4
    * Added limit to available keys

## Feb 12 2019 - v0.4.3
    * Patched @numericPrecisionPoint@ with zero value

## Feb 10 2019 - v0.4.2
    * Added empty value provider: <ds:empty>

## Jan 30 2019 - v0.4.1
   * Patch assertPath directive
   * Remove cast error login, in case of error original value is used
    
## Nov 30 2018 - v0.3.0
   * Added @length@ directive
   * Patched map level directives

## Nov 30 2018 - v0.3.0
   * Added assertPath directive

## Nov 30 2018 - v0.2.2
   * Update assertSlice logic to account for key/value pairs as map validation
   * Added keyCaseSensitive directive
   * Change behaviour to caseSensitive directive to only apply to values
   * Added coalesceWithZero directive, patched 0 | 0.0 with nil validation

## Nov 26 2018 - v0.2.1
   * Added numericPrecisionPoint directive

## Nov 26 2018 - v0.2.0
   * Added numericPrecisionPoint directive

## Nov 25 2018 - v0.1.1
   * Patch nil pointer issue on assertTime
   * Added int check reporting if applicable in assertFloat
    
## Nov 5 2018 - v0.1.0
  * Enhanced apply time directory to only non function based values
  * Introduced AssertValuesWithContext helper validation method with context
  
## Jan 17 2018 (Alpha)
  * Initial Release.