Commit graph

104 commits

Author SHA1 Message Date
Dean Karn
a660c007dc update for new organization
update README, links and documentation for new organization
2015-04-09 20:38:05 -04:00
Dean Karn
10c0bd95ae Merge pull request #25 from joeybloggs/v4-development
V4 development
2015-04-08 18:27:44 -04:00
Dean Karn
1e1442d02c merge changes from Pull Request #24 from @manucorporat 2015-04-08 18:23:20 -04:00
Dean Karn
6856240ff0 Merge pull request #23 from joeybloggs/v4
Merge pull request #22 from joeybloggs/v4-development
2015-04-06 08:45:57 -04:00
Dean Karn
130dcba7a5 Merge pull request #22 from joeybloggs/v4-development
V4 development
2015-04-05 21:10:45 -04:00
Dean Karn
50d47f3afa Merge branch 'v4' into v4-development
Conflicts:
	doc.go
2015-04-05 21:10:36 -04:00
Dean Karn
c35b32d4bc Merge pull request #21 from chrisscott/v4-development
Update docs with correct code to instantiate a new validator.
2015-04-05 13:04:48 -04:00
Chris Scott
0d078a658d Update docs with correct code to instantiate a new validator. 2015-04-05 12:22:14 -04:00
Dean Karn
a3cb430fa1 issue-#20
add extra param of current struct.
2015-03-23 10:57:45 -04:00
Dean Karn
37ced95e7a Merge branch 'v3' into v4-development 2015-03-21 22:17:11 -04:00
Dean Karn
c9d7d65add Merge pull request #19 from joeybloggs/v3-development
issue-#18
2015-03-21 13:39:56 -04:00
Dean Karn
622107d990 issue-#18
add “structonly” tag for struct only and not field validation
2015-03-21 13:35:17 -04:00
Dean Karn
262159d105 Merge pull request #16 from joeybloggs/v3-development
V3 development
2015-03-19 15:55:53 -04:00
Dean Karn
684c339b0d issue-#15
correct incorrect call to ValidateStruct and changed to
ValidateStructRecursive
2015-03-19 15:55:23 -04:00
Dean Karn
773ef71208 Merge branch 'v3' into v3-development 2015-03-19 15:53:57 -04:00
Dean Karn
81672e3f6e update v4-development branch README 2015-03-11 08:58:47 -04:00
Dean Karn
cfea08f69d issue-#14
remove internal validator.
2015-03-11 00:11:32 -04:00
Dean Karn
93115af786 Merge branch 'v2' into v3-development 2015-03-10 23:34:49 -04:00
Dean Karn
276e0f9b58 Merge branch 'v2-development' into v2 2015-03-10 23:34:35 -04:00
Dean Karn
edb25ac80e issue-#13
add generic cross field validation for Number and time.Time data types
2015-03-10 23:34:19 -04:00
Dean Karn
49af7560c9 Merge branch 'v2' into v3-development 2015-03-10 17:59:28 -04:00
Dean Karn
bb80e920d4 Merge branch 'v2-development' into v2 2015-03-10 17:59:13 -04:00
Dean Karn
c0c54e6ddf issue-#12
add return of variable Type as well as Kind
2015-03-10 17:59:03 -04:00
Dean Karn
f1877dbecc Merge branch 'v2' into v3-development 2015-03-10 15:23:39 -04:00
Dean Karn
70fa985b2b Merge branch 'v2-development' into v2 2015-03-10 15:23:24 -04:00
Dean Karn
dfab3dff09 add documentation to new handling of time.Time 2015-03-10 15:23:15 -04:00
Dean Karn
1f8aa174a9 Merge branch 'v2' into v3-development 2015-03-10 15:10:18 -04:00
Dean Karn
e0bf69bca2 Merge branch 'v2' into v2-development 2015-03-10 15:10:07 -04:00
Dean Karn
250bdade04 Merge branch 'v2-development' into v2
Conflicts:
	validator.go
2015-03-10 15:09:54 -04:00
Dean Karn
e882184fe2 issue-#11
update gt, gte, lt and let to handle dates compared to time.Now().UTC()
2015-03-10 15:07:00 -04:00
Dean Karn
4baeea9cd3 add v3 development branch 2015-03-06 11:39:45 -05:00
Dean Karn
191b1ce01f v2 add cross field validation ability 2015-03-06 11:38:21 -05:00
Dean Karn
5a0fdabb75 add travis ci build status
add travis ci build status
2015-03-01 14:06:45 -05:00
Dean Karn
f0c9b0b058 Merge branch 'v1' into v2-development 2015-03-01 13:52:19 -05:00
Dean Karn
7c45e0efc7 issue-#9
Trigger Travis CI build
2015-03-01 13:45:46 -05:00
Dean Karn
65438b3d68 Merge branch 'v1' into v2-development 2015-03-01 13:37:42 -05:00
Dean Karn
a2f3f878b2 issue-#9
add travis ci integration
2015-03-01 13:37:26 -05:00
Dean Karn
2ed7ee5742 Merge branch 'v1' into v2-development 2015-03-01 10:35:42 -05:00
Dean Karn
a0a13613b1 Merge branch 'v1-development' into v1 2015-03-01 10:35:25 -05:00
Dean Karn
15b7b028b2 Merge branch 'issue-#8' into v1-development 2015-03-01 10:35:03 -05:00
Dean Karn
46e519deac issue-#8
update to provide 100% test coverage
2015-03-01 10:34:51 -05:00
Dean Karn
6d279552df Merge branch 'v1' into v2-development 2015-02-26 10:23:06 -05:00
Dean Karn
0f02c73a64 Merge branch 'v1' into v1-development 2015-02-26 10:23:02 -05:00
Dean Karn
ac82433503 Update to return FieldValidationError for single field validation
update to return FieldValidationError for single field validation
add Kind, Param and Value to the FieldValidationError struct to allow
for a more automated error handling api outside of this library.
2015-02-26 10:22:50 -05:00
Dean Karn
f914a41cfc Merge branch 'v1' into v2-development 2015-02-25 15:09:18 -05:00
Dean Karn
550287f7c6 Merge branch 'v1-development' into v1 2015-02-25 15:08:55 -05:00
Dean Karn
6c26ed7bba Merge branch 'issue-#1' into v1-development 2015-02-25 15:08:36 -05:00
Dean Karn
4e4a2a2b8e issue-#1
add url validation and test cases
add uri validation and test cases
2015-02-25 15:08:22 -05:00
Dean Karn
a91f0d6835 Merge branch 'v1' into v2-development 2015-02-15 23:21:16 -05:00
Dean Karn
3740ae10a0 Merge branch 'v1-development' into v1 2015-02-15 23:21:02 -05:00