Skip to content

Releases: dawanda/lanejs

Remove warning from Lib.StatefulWidget constructor about empty element

10 Jul 09:09

Choose a tag to compare

Update lodash dependency to 3.5.0

17 Jun 13:07

Choose a tag to compare

1.1.11

bump to 1.1.11

1.1.9

04 Mar 14:13

Choose a tag to compare

  • Simplified return value in Lib.Model.isValid()
  • Added lots of comments to document validation related logic
  • Fixed missing grunt-contrib-jasmine in dev dependencies
  • Added default grunt task
  • Fixed problem with namespaces, added specs for it, added UMD support
  • RangeValidator now properly updates dynamic values for min and max, if they are based on initially provided functions, not constants.

1.1.8

12 Nov 11:11

Choose a tag to compare

ConfirmationValidator puts error message on the confirmation attribute, not the original attribute anymore.

1.1.7

13 Oct 13:05

Choose a tag to compare

Stateful Widget now only throws a warning when no elements were found for the selector passed to its constructor.

1.1.6

10 Oct 13:27

Choose a tag to compare

Added the result of grunt build (files in dist/) which I forgot in the previous releases (1.1.3 to 1.1.5)

1.1.5

09 Oct 16:05

Choose a tag to compare

Added convenience method @validatesConfirmationOf

1.1.4

09 Oct 15:13

Choose a tag to compare

Changed jquery dependency in bower.json to >=2.0.0 in hopes of correct conversion by rails-assets

1.1.3

09 Oct 14:23

Choose a tag to compare

Added ConfirmationValidator

1.1.2

15 Aug 08:36

Choose a tag to compare

Ease the strict jQuery version dependency.