I just uploaded the latest 1.0.3 release, which fixes 5 bugs, all described on the download page. No new features in this release. Let me know via the contact page if there's anything you'd like to see me working on for future releases.
Happy validating,var regexObj = (obj.expression) ? obj : validanguage.el[id].regex;TO:
var regexObj = (obj && obj.expression) ? obj : validanguage.el[id].regex;
As you all may have noticed, I haven't been doing too much with Validanguage lately. I've been getting the occasional support request, which I try to respond to, but I've kind of run out of things to add to Validanguage.
My one idea for something I want to work on is to port Validanguage to a jQuery plugin. We use jQuery at work and I'm definitely a big fan.
I won't ever abandon Validanguage as a stand-alone library, but I feel like if I ported it to work as a jQuery plugin, I could shrink it by a good deal and possibly break the dependency for a field which you validate to belong to an actual form.
That said, I have a kid on the way, so who knows when I'll actually get around to doing anything substantial.
I released a new version of Validanguage with a couple bug fixes and some new features.
A full list of the changes in 1.0.2 follows:
As you can no doubt see, the Validanguage website has been completely redesigned. Thanks to nodethirtythree and Free CSS Templates for providing the HTML and CSS template I used in the redesign.
The goal for the redesign was to make the site, demos, documentation, etc. look far more polished and professional. Previously, validanguage was a very feature-rich, polished library with a very shabby website, which I think definitely affected people's perception of the library and what it has to offer.
In addition to the redesign, there is a new Validanguage release: version 1.0.1. The changes in this release are primarily small bug fixes and behavior tweaks which I encountered while working on the site redesign and the new layouts for the demo and test case pages. You can download the new version here.
A full list of the changes in 1.0.1 follows:
Prior to my redoing the validanguage website, validanguage was maintained on my main drlongghost.com website. The links below link to my original blog posts announcing the release of prior versions of validanguage. Some of the links in these posts, such as those going to demo pages, were never updated following the site redesign and are likely now broken links, but there may still be some useful info in these posts, so I'm keeping them around.