| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-28 | Merge pull request #52 from Eijebong/syn | Vincent Prouillet | |
| Update syn, quote and bump version | |||
| 2018-06-20 | Update syn, quote and bump version | Bastien Orivel | |
| 2018-05-29 | compiletest only work on nightly... | Vincent Prouillet | |
| 2018-05-29 | Forget it | Vincent Prouillet | |
| 2018-05-29 | Try 1.20 for lowest version | Vincent Prouillet | |
| 2018-05-29 | Some more tweaks | Vincent Prouillet | |
| 2018-05-29 | Change rust target for travis | Vincent Prouillet | |
| 2018-05-29 | Prepare for release | Vincent Prouillet | |
| 2018-05-29 | Merge pull request #50 from rustodon/feature-gate-card-validator | Vincent Prouillet | |
| feature gate card validator | |||
| 2018-05-15 | feature gate card validator | Erin | |
| 2018-04-14 | Update syn and quote | Vincent Prouillet | |
| 2018-04-14 | Merge pull request #46 from rustodon/fix_path_parsing_regex | Vincent Prouillet | |
| Fix path parsing for regex validators | |||
| 2018-04-13 | fix path parsing for regex validators | Erin | |
| see also: 8ca1fe94d779dcccf4b3f4c23a08f3ede7e10956 | |||
| 2018-03-20 | Update changelog | Vincent Prouillet | |
| 2018-03-20 | Merge pull request #44 from csharad/double-option | Vincent Prouillet | |
| Support for validating Option<Option<T>>. Fixes #41 | |||
| 2018-03-19 | Fix path starting with :: | Vincent Prouillet | |
| 2018-03-19 | Merge pull request #45 from Eijebong/fix_path_in_derive | Vincent Prouillet | |
| Fix path parsing for custom validators | |||
| 2018-03-18 | Fix path parsing for custom validators | Bastien Orivel | |
| `::foo::bar` isn't a valid ident in syn 0.12. This lead to some code failing to compile if it was using paths as custom validators. This fixes it and adds a test. | |||
| 2018-03-18 | Added test to validate None values | Sharad Chand | |
| 2018-03-18 | Added Option<Option<Vec<T>> field to test | Sharad Chand | |
| 2018-03-18 | Added complex tests | Sharad Chand | |
| 2018-03-18 | Optional validator params and wraping for Option<Option<T>> | Sharad Chand | |
| 2018-03-18 | Added assertions for Option<Option<T>> | Sharad Chand | |
| 2018-03-17 | Update changelog | Vincent Prouillet | |
| 2018-03-17 | Update phone_number dep | Vincent Prouillet | |
| 2018-03-17 | Merge pull request #43 from Eijebong/syn | Vincent Prouillet | |
| Update syn to 0.12, quote to 0.4 and bump version | |||
| 2018-03-16 | Bump version | Bastien Orivel | |
| 2018-03-16 | Bump syn to 0.12 and quote to 0.4 | Bastien Orivel | |
| 2018-01-29 | Merge pull request #42 from Eijebong/allow_mut | Vincent Prouillet | |
| Don't emit a warning when a struct with no validator derives Validate | |||
| 2018-01-28 | Don't emit a warning when a struct with no validator derives Validate | Bastien Orivel | |
| 2018-01-25 | Update some dependencies | Vincent Prouillet | |
| 2017-12-17 | Merge pull request #37 from gtors/enhacement | Vincent Prouillet | |
| Move extraction of message and code in single function | |||
| 2017-12-17 | Move extraction of message and code in single function | gtors | |
| 2017-12-05 | Merge pull request #36 from Eijebong/bump | Vincent Prouillet | |
| Update lazy_static to 1.0 and bump version | |||
| 2017-12-04 | Update lazy_static to 1.0 and bump version | Bastien Orivel | |
| 2017-11-08 | Feature gate phone feature in validator_derive as well | Vincent Prouillet | |
| 2017-11-08 | Update changelog and versions | Vincent Prouillet | |
| 2017-11-08 | Add missing credit_card derive impl | Vincent Prouillet | |
| 2017-11-08 | v0.6.1 of validator | Vincent Prouillet | |
| 2017-11-08 | Merge branch 'valeriansaliou-master' | Vincent Prouillet | |
| 2017-11-08 | Merge branch 'master' of https://github.com/valeriansaliou/validator into ↵ | Vincent Prouillet | |
| valeriansaliou-master | |||
| 2017-11-07 | Ability to validate an international phone number | Valerian Saliou | |
| Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name> Derives for the ‘phone’ validator (still unsure about it) Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name> Fix review Merge + Add missing documented ‘credit_cards’ feature Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name> Fix Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name> Fix Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name> Merge Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name> ‘credit_cards’ feature is no longer needed as per #33 Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name> | |||
| 2017-10-10 | Merge pull request #32 from voidxnull/fix/impl-err | Vincent Prouillet | |
| Implement Error and Display for ValidationErrors | |||
| 2017-10-10 | Merge pull request #33 from Eijebong/credit_card | Vincent Prouillet | |
| Add a credit card number validator | |||
| 2017-09-28 | [#29] Add test for `?` operator | Dmitry Vdovin | |
| 2017-09-28 | [#29] Implement Error and Display for ValidationErrors | Dmitry Vdovin | |
| 2017-09-27 | Add a credit card number validator | Bastien Orivel | |
| Instead of using our own algorithm, I chose to use rs-card-validator. | |||
| 2017-08-28 | Merge pull request #30 from tomhoule/date-typo | Vincent Prouillet | |
| Fix a small typo in changelog dates | |||
| 2017-08-27 | Fix a small typo in changelog dates | Tom Houlé | |
| 2017-08-25 | Update README.md | Vincent Prouillet | |
