Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Releases: mdekrey/unobtrusive-angular-validation

TypeScript rebuild

20 Feb 19:24
Compare
Choose a tag to compare

Major updates to codebase, though existing usage (from the HTML attributes, at least) should still apply.

  • Rebuilt with TypeScript, including d.ts files
  • Updated for Angular 1.3+'s validation system
  • Support for various alert modes, including realtime, on blur, and on submit

v1.0.4

12 Jun 19:10
Compare
Choose a tag to compare

Validation Suppression updates

  • Scope instead of Global
  • Always cancel on submit (to better support server-side messaging)

v1.0.3

12 Jun 14:26
Compare
Choose a tag to compare
  • Correctly remove duplicate entries from the valmsg-summary
  • Expose IBoundMessage for val-bind-messages typing
  • Allow validation message suppression to be cancelled in a higher scope and propagate downward.

v1.0.2

10 Apr 02:42
Compare
Choose a tag to compare
  • Change behavior of val-equalto to match v1.0.0 - val-required is assumed (again) for val-equalto. This matches the C# DataAnnotations attributes' behavior.
  • Prevent error when val-submit is used and no form controller is found.

v1.0.1

05 Apr 04:01
Compare
Choose a tag to compare
  • Separate templates to a .tpls file
  • Allow val-equalto with empty values.
  • Source is now in Typescript, so .d.ts file is provided.
  • Set up a bower install