aboutsummaryrefslogtreecommitdiffstats
path: root/src/Parser.js
AgeCommit message (Expand)Author
2010-10-20fix some of the failing ie testsMisko Hevery
2010-10-20fixed negative numbers in JsonMisko Hevery
2010-10-18JSON parser is now strict (ie, expressions are not allowed for security)Misko Hevery
2010-10-15Fix unicode parsing Close #56Misko Hevery
2010-10-08Fix bug with Lexer not recognizing exponential values and values starting wit...Shyam Seshadri
2010-10-08fixed leaking constants to gloabal scopeMisko Hevery
2010-08-18remove Parser staticMisko Hevery
2010-08-18converted lexer from function to closureMisko Hevery
2010-08-18move static field from Lexer to hidden namespaceMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-07-27fix IE native mothods are not functions, and preventDefaultunknown
2010-07-23added buzz demo, fix undefined() -> undefinedMisko Hevery
2010-05-30added compiled getterFN for better performanceMisko Hevery
2010-05-30remove the relience of parser an special self object, now passing generic selfMisko Hevery
2010-04-07fixed filter thisMisko Hevery
2010-04-03injection is now workingMisko Hevery
2010-03-31started to add servicesMisko Hevery
2010-03-29dissabled a lot of tests, and made the core test set pass.Misko Hevery
2010-03-25checkbox and radio now workingMisko Hevery
2010-03-24Fix parsing bug with strings for -Shyam Seshadri
2010-02-12added asynchronous validatorMisko Hevery
2010-02-12Fixed negation grouping bugMisko Hevery
2010-01-24bindRootId configuration optionMisko Hevery
2010-01-24changes to make it closure compiler compatibleMisko Hevery
2010-01-19added debug info; fix parser bug with double negationMisko Hevery
2010-01-11all files converted to prototype= {}Misko Hevery
2010-01-10basic calculator works with minified.js, lots of references still brokenMisko Hevery
2010-01-09removed nglr namespaceMisko Hevery
2010-01-05angular.jsAdam Abrons