Mon, 28 Sep 2009 10:59:16 +0200 Grauw Fix issue with child selector in Firefox 3.5
Mon, 28 Sep 2009 10:58:23 +0200 Grauw Fix page encoding in IE.
Mon, 28 Sep 2009 10:58:13 +0200 Grauw Add tests for ID, descendant and child selector
Wed, 23 Sep 2009 16:38:55 +0200 Grauw Add some tests regarding selectors attribute matching.
Thu, 27 Aug 2009 18:40:58 +0200 Grauw Missing jsunit.js file!
Mon, 20 Jul 2009 22:03:21 +0200 Grauw Put URI class definition in a function scope, use closures for some variables.
Mon, 20 Jul 2009 21:42:55 +0200 Grauw Documentation improvements
Mon, 20 Jul 2009 21:42:31 +0200 Grauw Fix bug in normalisation. Thanks to Dan Tsymbala for pointing it out.
Fri, 03 Jul 2009 16:20:53 +0200 Grauw Fix bug with :not(:lang(en)) not working
Fri, 03 Jul 2009 16:09:52 +0200 Grauw Add some tests for :not selector
Fri, 03 Jul 2009 15:33:50 +0200 Grauw Add a second approach to Class.create, and some documentation
Thu, 02 Jul 2009 23:33:17 +0200 Grauw Add missing semicolons.
Thu, 02 Jul 2009 23:02:51 +0200 Grauw Non-statement function literals don‘t need terminating semicolons.
Fri, 12 Jun 2009 18:28:57 +0200 Grauw Split out unit test classes from main file
Fri, 12 Jun 2009 03:20:02 +0200 Grauw Change method of overwriting the matching/querying function to be a little more clear.
Fri, 12 Jun 2009 03:18:25 +0200 Grauw No need to test for existence of gl object.
Fri, 12 Jun 2009 03:18:06 +0200 Grauw Also test node matching in unit tests.
Fri, 12 Jun 2009 03:10:30 +0200 Grauw Missed one instance reference to constant
Fri, 12 Jun 2009 02:28:40 +0200 Grauw Add semicolons after function literals.
Fri, 12 Jun 2009 01:53:18 +0200 Grauw Don’t use object literals to define prototypes
Fri, 12 Jun 2009 01:28:30 +0200 Grauw Change _getAttribute and _hasAttribute to local functions
Fri, 12 Jun 2009 01:20:57 +0200 Grauw Use same implementation for extend() as for gl.Class.create()
Fri, 12 Jun 2009 01:17:23 +0200 Grauw Change constants from instance variables to class (static) variables
Fri, 12 Jun 2009 01:06:25 +0200 Grauw Add ‘constructor’ property to constructor’s prototype
Fri, 12 Jun 2009 00:14:09 +0200 Grauw Increase version number selectors-1.0.8
Thu, 11 Jun 2009 23:54:21 +0200 Grauw Change testcase IDs to something more usable
Thu, 11 Jun 2009 23:41:53 +0200 Grauw Missing semicolon
Thu, 11 Jun 2009 23:41:42 +0200 Grauw Fix bug with attribute list selector containing whitespace
Thu, 11 Jun 2009 23:14:17 +0200 Grauw Add some Selector unit tests
Thu, 11 Jun 2009 22:50:03 +0200 Grauw Catch unit test errors
Thu, 11 Jun 2009 22:14:57 +0200 Grauw Add John Resig’s Selectors API test suite as test for Selectors impl.
Thu, 11 Jun 2009 22:12:03 +0200 Grauw Fix small :target issue if the node is not in the main document
Thu, 11 Jun 2009 22:11:17 +0200 Grauw Fix Safari bug in child selector
Thu, 11 Jun 2009 22:10:05 +0200 Grauw Use more closures
Sat, 30 May 2009 01:50:30 +0200 Grauw Nit: make ‘Correct’ column values in URI unit test a little more logical
Sat, 30 May 2009 01:39:30 +0200 Grauw Add IE support to XML bindings stuff
Sat, 30 May 2009 01:34:36 +0200 Grauw Pretty up the JSUnitLog styling
Sat, 30 May 2009 00:50:55 +0200 Grauw Use XML binding for JSUnit logging window
Sat, 30 May 2009 00:49:44 +0200 Grauw Create basic XML binding implementation
Sat, 30 May 2009 00:46:13 +0200 Grauw Fix incorrect rename
Fri, 29 May 2009 22:10:02 +0200 Grauw Pretty up gl.JSUnit
Fri, 29 May 2009 22:00:37 +0200 Grauw Move gl.uri test code to test dir
Fri, 29 May 2009 21:52:17 +0200 Grauw Move tests out of source directory
Fri, 10 Apr 2009 18:14:23 +0200 Grauw Drop IE5.5 support; remove IE5.5-specific fixes.
Fri, 06 Mar 2009 18:50:15 +0100 Grauw Make new version ‘release’, update web page selectors-1.0.7
Fri, 06 Mar 2009 18:44:39 +0100 Grauw Moving some stuff around
Fri, 06 Mar 2009 18:33:01 +0100 Grauw No more Parser.cache…
Fri, 06 Mar 2009 18:16:09 +0100 Grauw Some additional comments + white space nits
Fri, 06 Mar 2009 18:05:56 +0100 Grauw Add support for :enabled, :disabled, :checked, :read-only, :read-write selectors
Fri, 06 Mar 2009 17:07:53 +0100 Grauw Fix accidental global variable
Fri, 06 Mar 2009 23:12:10 +0100 Grauw Change line endings from CRLF to LF
Sat, 14 Feb 2009 05:00:33 +0100 Grauw Fix last couple of issues
Sat, 14 Feb 2009 04:43:36 +0100 Grauw Fix bug in non-matching child + id selector (xyz > #abc)
Sat, 14 Feb 2009 04:42:43 +0100 Grauw Rename to gl.selector
Fri, 13 Feb 2009 21:53:44 +0100 Grauw Some parameter checking
Fri, 13 Feb 2009 20:09:35 +0100 Grauw Fix bug in :lang
Fri, 13 Feb 2009 19:32:22 +0100 Grauw Fix :empty, improve :first-of-type and :last-of-type a little
Fri, 13 Feb 2009 19:21:53 +0100 Grauw Add John Resig’s Selectors API tests
Sat, 17 Jan 2009 04:03:23 +0100 Grauw Add .equals, .isSameDocumentAs and .normalize functions
Sat, 17 Jan 2009 02:40:54 +0100 Grauw URI.cache is private (rename to URI._cache)