1. 53d9c38 Update version by Leon Senft · 7 years ago
  2. a497388 Adds support for shadow host selectors by Leon Senft · 7 years ago
  3. a6c1482 Updates version by Leon Senft · 7 years ago
  4. c492306 Fix @page output by Leon Senft · 7 years ago
  5. 53d533a Exports `Message` from parser.dart. by Leon Senft · 7 years ago
  6. 3a3382b Adds support for identifier IE filters by Leon Senft · 7 years ago
  7. 3763988 Moves comments to appropriate lines by Leon Senft · 7 years ago
  8. f510a59 Format Dart files with dartfmt by Leon Senft · 7 years ago
  9. af38692 Fix warnings. by Bob Nystrom · 7 years ago 0.13.2+2
  10. 87d54ac Merge pull request #24 from dart-lang/fix-strong-mode-errors by Jacob MacDonald · 8 years ago 0.13.2+1
  11. a4141ca update pubspec/changelog for 0.13.2+1 by Jacob MacDonald · 8 years ago
  12. 2e5b2ae fix new strong mode error by Jacob MacDonald · 8 years ago
  13. a40f8ab Make TreeNode.visit return dynamic. by Sigmund Cherem · 8 years ago 0.13.2
  14. 959aaed Fix two checked mode bugs introduced by 0.13.0. by Bob Nystrom · 8 years ago 0.13.1
  15. 6e68c51 Bump version to publish 0.13.0. by Bob Nystrom · 8 years ago 0.13.0
  16. c75e20c Fix all strong mode errors and warnings. by Bob Nystrom · 8 years ago
  17. 3cc4042 Add partial support for calc by Terry L. Lucas · 9 years ago 0.12.2
  18. 51e9af5 Merge pull request #16 from yjbanov/calc-span by Kevin Moore · 9 years ago
  19. bf70826 chore: link from skipped tests to github issues by Yegor Jbanov · 9 years ago
  20. 95d5bc4 chore: test showing a bug in calc() declarations by Yegor Jbanov · 9 years ago
  21. 95cc7cb Merge pull request #14 from yjbanov/expression-span by sigmundch · 9 years ago
  22. 9f36ac2 test for broken expression spans by Yegor Jbanov · 9 years ago
  23. c2c937b Merge pull request #13 from dart-lang/strong_mode by John Messerly · 9 years ago
  24. ad5f8c3 Update README.md by John Messerly · 9 years ago
  25. 1dfc4a2 fix strong mode errors, and a bunch of analyzer messages by John Messerly · 9 years ago
  26. fc56113 Update README.md by John Messerly · 9 years ago
  27. 2129ba0 use pkg/test config for bots by Kevin Moore · 9 years ago
  28. 541b168 Merge pull request #12 from winstonewert/master by sigmundch · 9 years ago 0.12.1
  29. bc7bf22 Updated changelog and version by Winston Ewert · 9 years ago
  30. a841fdc Fixes a bug in the CSS string escape handling. by Winston Ewert · 9 years ago
  31. 5e05216 Remove a number of unused members, prepare for release by Kevin Moore · 9 years ago 0.12.0+1
  32. d84860d use pkg/test and allow latest version of logging pkg by Kevin Moore · 9 years ago
  33. c9e74f1 pkg/csslib: fixes for args by Kevin Moore · 9 years ago 0.12.0
  34. d3dbf46 remove unused vars and fields by Kevin Moore · 9 years ago
  35. ec47384 formatting by Kevin Moore · 9 years ago
  36. 59a5e3f Cleanup some ambiguous and incorrect types and disable a case that in analyzer.dart that seems like it is broken. by Jacob Richman · 9 years ago
  37. 994d20b Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  38. f6dc9e0 Add gitignore, status, and codereview files. by Natalie Weizenbaum · 9 years ago
  39. 94c831d Improve the speed and memory efficiency of csslib parsing. by nweiz@google.com · 9 years ago
  40. a45a543 Use a constant instead of int.parse("0x10ffff") by sra@google.com · 10 years ago
  41. 096549e Initialize TokenizerBase int fields for better dart2js codegen. by sra@google.com · 10 years ago
  42. 5dbc0ed I was looking at the typo in 19178, and then the TODO in hexToInt. int.parse gained its radix parameter in https://code.google.com/p/dart/issues/detail?id=2624 around Dart SDK v1.1, so I bumped it in the pubspec. by srawlins@google.com · 10 years ago
  43. dda72eb Update my name in test data and comments. by nweiz@google.com · 10 years ago
  44. c785795 Fix another csslib IE10 test failure. by nweiz@google.com · 10 years ago
  45. f993f20 Fix csslib test failures on IE10. by nweiz@google.com · 10 years ago
  46. ec5df8d Use source_span rather than source_maps in csslib. by nweiz@google.com · 10 years ago
  47. 6d28966 Add .wasParsed() to ArgResults. by rnystrom@google.com · 10 years ago
  48. 370a810 Make source map location information more readable. by nweiz@google.com · 10 years ago
  49. 6c69742 Update versions before releasing. by sigmund@google.com · 10 years ago
  50. 22b2743 Fix status in bots. by sigmund@google.com · 10 years ago
  51. 2610e0d [html5lib] implement querySelector/querySelectorAll by jmesserly@google.com · 10 years ago
  52. d82bd99 Move allowTrailingOptions into ArgParser. by rnystrom@google.com · 10 years ago
  53. e57fe5b pkg/csslib: fixed args dependency, drastically simplified pkg.status by kevmoo@google.com · 10 years ago
  54. 2e6a9c9 use proper notation for true, false, and null in doc comments by kevmoo@google.com · 10 years ago
  55. bdf568e Fixed single quote escaping by terry@google.com · 10 years ago
  56. bf9e5d6 update pubspecs for pkg uploading by jmesserly@google.com · 10 years ago
  57. 63c0fae Add license file to csslib so we can upload directly from the bleeding_edge by sigmund@google.com · 10 years ago
  58. fdccccc Make pkg/path 1.0.0 and upgrade dependencies appropriately. by nweiz@google.com · 10 years ago
  59. 164409e pkg/csslib: fixed analysis error, more cleanup by kevmoo@j832.com · 10 years ago
  60. 4cd404d pkg/csslib: fix analyzer issue by kevmoo@j832.com · 11 years ago
  61. 7239321 pkg/csslib: types, fixes, cleanup by kevmoo@j832.com · 11 years ago
  62. 87f1b4c pkg/csslib: remove drone.io reference from README by kevmoo@j832.com · 11 years ago
  63. 964ad49 Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 11 years ago
  64. 05361af Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 11 years ago
  65. a1ec1d8 add versions and constraints for packages and samples by jmesserly@google.com · 11 years ago
  66. 6bdd8e0 fix csslib and watcher warnings by jmesserly@google.com · 11 years ago
  67. d82290c Remove uses of Options from pkg, samples, tests, and third_party directories. by whesse@google.com · 11 years ago
  68. b89c30d - Added @mixin and @include support for top-level and declarations. by terry@google.com · 11 years ago
  69. ae03748 Include tests for polyfill and without polyfill by terry@google.com · 11 years ago
  70. 9df4839 Some more removals of dart:utf. by floitsch@google.com · 11 years ago
  71. 072a57a Reapply "Make Map constructors return LinkedHashMap." by lrn@google.com · 11 years ago
  72. 345c43b move csslib into dart svn by jmesserly@google.com · 11 years ago