persvr / rql

Resource Query Language
http://www.persvr.org/
268 stars 49 forks source link

dep issue, colons in property values, fix date re #42

Closed davidgwking closed 9 years ago

davidgwking commented 10 years ago

Fixed a dependency issue where there is no npm module patr@>0.2.6.

Values can now have colons in them. Without this functionality, there is no way to use iso dates.

Fix to iso date string regular expression where milliseconds were not being picked up.

Added a couple of date parsing tests.

kriszyp commented 9 years ago

Thank you for this fix!