xVal Changelog

What's new in xVal 0.8 Beta

Mar 26, 2009
  • Support for NHibernate.Validator (in addition to the existing support for System.ComponentModel.DataAnnotations and Castle Validator)
  • Internationalization of default client-side messages
  • Much easier to implement custom validation logic (server-side and client-side)
  • Fluent syntax for defining ad-hoc validation rules directly in a view
  • Support for comparison validators (e.g., “PasswordConfirm” must equal “Password”)
  • Works with ASP.NET MVC Release Candidate
  • Better performance (rules are now cached per model type)
  • A few bugfixes