- 08643e9 prep for publishing 0.15.2 (#205) by Devon Carew · 2 years, 6 months ago v0.15.2
- 0b8025c add an api example (#204) by Devon Carew · 2 years, 7 months ago
- f118e00 lint with dart_flutter_team_lints (#201) by Devon Carew · 2 years, 7 months ago
- 52d9185 updates from #158 (#202) by Devon Carew · 2 years, 7 months ago
- 71d3e71 fixed issue #157 (querySelector fails), and added test for it (#158) by Ron Booth · 2 years, 7 months ago
- 9ab8b28 Bump actions/checkout from 3.2.0 to 3.3.0 (#200) by dependabot[bot] · 2 years, 7 months ago
- fe3fbf6 Bump dart-lang/setup-dart from 1.3 to 1.4 (#199) by dependabot[bot] · 2 years, 7 months ago
- 776daf5 Update test-package.yml (#198) by Devon Carew · 2 years, 7 months ago
- a5be27f finish work for avoid_dynamic_calls (#196) by Devon Carew · 2 years, 7 months ago
- 3dd00b0 Bump actions/checkout from 3.1.0 to 3.2.0 (#193) by dependabot[bot] · 2 years, 8 months ago
- 28fb8b9 blast_repo fixes (#191) by Kevin Moore · 2 years, 9 months ago
- 0bf6019 rev the package version in preparation for publishing (#190) by Devon Carew · 2 years, 10 months ago 0.15.1
- 0740fc7 Merge pull request #187 from dart-lang/growable by Sam Rawlins · 2 years, 11 months ago
- 07a1f46 changelog by Sam Rawlins · 2 years, 11 months ago
- faafebf Merge pull request #188 from dart-lang/update_readme by Devon Carew · 2 years, 11 months ago
- d27b898 Merge pull request #189 from dart-lang/update_ci by Devon Carew · 2 years, 11 months ago
- 5a0be75 update to our current CI best practices by Devon Carew · 2 years, 11 months ago
- 4185afd add markdown badges to the readme by Devon Carew · 2 years, 11 months ago
- 69e72a5 Use growable lists and avoid dynamic by Sam Rawlins · 2 years, 11 months ago
- 8243e96 Drop unnecessary severity upgrades (#181) by Nate Bosch · 3 years, 4 months ago
- 6416dd9 Bump actions/checkout from 2 to 3 (#176) by dependabot[bot] · 3 years, 6 months ago
- f108bce Merge pull request #175 from dart-lang/move-escape by Sam Rawlins · 3 years, 6 months ago
- 679d6c3 changelog by Sam Rawlins · 3 years, 6 months ago
- 17297f3 Move htmlSerializeEscape into its own library by Sam Rawlins · 3 years, 6 months ago
- 3c24481 Merge pull request #174 from dart-lang/dynamic-calls by Sam Rawlins · 3 years, 6 months ago
- ea10e16 Remove dynamic calls by Sam Rawlins · 3 years, 6 months ago
- 03757f0 Update README.md (#172) by Kabirou Agouda · 3 years, 7 months ago
- 2a94e17 Use a late final field over a getter with ??= (#170) by Nate Bosch · 3 years, 8 months ago
- 82b0e11 Move to pkg:lints (#169) by Kevin Moore · 3 years, 10 months ago
- 835d58b Update CI (#166) by Kevin Moore · 4 years, 1 month ago
- 1e95e60 Bump dart-lang/setup-dart from 0.3 to 1 (#164) by dependabot[bot] · 4 years, 3 months ago
- 2500447 add dependabot by Kevin Moore · 4 years, 3 months ago
- 271e2bb Fix newly enforced lint (#161) by Kevin Moore · 4 years, 4 months ago
- c47ca9d Merge pull request #160 from dart-lang/franklinyow-patch-1 by Franklin Yow · 4 years, 5 months ago
- e8af46a Update LICENSE by Franklin Yow · 4 years, 5 months ago
- b4f369a Stable null safe v0.15.0 (#154) by Kevin Moore · 4 years, 6 months ago 0.15.0
- ef72ea0 Prepare to publish (#152) by Nate Bosch · 4 years, 7 months ago 0.15.0-nullsafety.0
- 00cd3c2 Migrate to null safety (#139) by Nate Bosch · 4 years, 7 months ago
- c1997dc Use .0 version. Mention migration in changelog by Nate Bosch · 4 years, 7 months ago
- 07412dd Dont' bothery with null_safety branch by Nate Bosch · 4 years, 7 months ago
- c6eaf52 Merge branch 'master' into null_safety-migration by Nate Bosch · 4 years, 7 months ago
- 1eb086f Remove unused container field from HtmlParser (#150) by Nate Bosch · 4 years, 7 months ago
- b56ff32 Migrate to github actions (#151) by Nate Bosch · 4 years, 7 months ago
- 5037465 Avoid unused instantiation by Nate Bosch · 4 years, 7 months ago
- 9ee3aba Some comments around scary patterns by Nate Bosch · 4 years, 7 months ago
- 526dd3e Nullable document/head/body by Nate Bosch · 4 years, 7 months ago
- 20dd234 Remove local cast alias by Nate Bosch · 4 years, 7 months ago
- dd338e8 Comment about publish requirements by Nate Bosch · 4 years, 7 months ago
- cc08340 Merge branch 'master' into null_safety-migration by Nate Bosch · 4 years, 7 months ago
- 80704ac Use covariant for non-nullable override of nullable setter by Nate Bosch · 4 years, 7 months ago
- 7f31979 Find test data files from package: URI (#149) by Nate Bosch · 4 years, 7 months ago
- 137be8d Enable and fix lint comment_references (#144) by Nate Bosch · 4 years, 10 months ago
- 1dc41c6 Late final for relationshipt between Node and NodeList by Nate Bosch · 4 years, 10 months ago
- f92f120 Non-null map keys by Nate Bosch · 4 years, 10 months ago
- 4dfc204 Fix a missed static error by Nate Bosch · 4 years, 10 months ago
- c328942 Remove references to experiment by Nate Bosch · 4 years, 10 months ago
- ebc8411 Update SDK constraint for 2.12 by Nate Bosch · 4 years, 10 months ago
- 0b534d6 Merge branch 'null_safety' into null_safety-migration by Nate Bosch · 4 years, 10 months ago
- 654c56f Remove unused link in readme (#142) by Kevin Moore · 4 years, 10 months ago
- 6d2df03 cleanup and fix lints (#143) by Kevin Moore · 4 years, 10 months ago
- fd96515 Merge branch 'master' into null_safety-migration by Nate Bosch · 4 years, 10 months ago
- 81ab348 Avoid extra list for single character strings (#141) by Nate Bosch · 4 years, 10 months ago
- 8bd1252 Initialize to avoid nullable local by Nate Bosch · 4 years, 10 months ago
- ea463ce Remove a comparison against eof to get flow analysis by Nate Bosch · 4 years, 10 months ago
- 704eb86 Make more arguments non-nullable by Nate Bosch · 4 years, 10 months ago
- 3d82647 Make current*Token getters non-nullable by Nate Bosch · 4 years, 10 months ago
- b758ca6 Review comments by Nate Bosch · 4 years, 10 months ago
- d9d0da7 oops2 by Kevin Moore · 4 years, 10 months ago
- b512a4f enable test by Kevin Moore · 4 years, 10 months ago
- 38ebd0e fixes by Kevin Moore · 4 years, 10 months ago
- e5ebbc0 Migrate to null safety by Nate Bosch · 4 years, 10 months ago
- 143e79e Remove a fixed size list creation (#138) by Nate Bosch · 4 years, 10 months ago
- d250978 Drop unused lastPhase and beforeRcDataPhase fields (#137) by Nate Bosch · 4 years, 10 months ago
- ee5f00d Remove Marker as a name for null (#136) by Nate Bosch · 4 years, 10 months ago
- 3949271 Use Object in place of dynamic (#134) by Nate Bosch · 4 years, 11 months ago
- ffde103 Remove unused field _lineStarts (#133) by Nate Bosch · 4 years, 11 months ago
- 1677075 Rewrite asciiUpper2Lower as an extension (#132) by Nate Bosch · 4 years, 11 months ago
- 730c851 Enable and fix lint prefer_final_locals (#131) by Nate Bosch · 4 years, 11 months ago
- 20497c6 Disable implicit casts (#130) by Nate Bosch · 4 years, 11 months ago
- 22f17e9 Fix infinite loop with bad button close tag (#128) by Nate Bosch · 5 years ago 0.14.0+4
- 2599afe Refactor some utilities (#115) by Nate Bosch · 5 years ago
- 083a36c Fix newly enforced package:pedantic lints (#111) by Nate Bosch · 6 years ago
- 1905ad2 Bump version in pubspec in preparation to publish (#110) by Nicholas Shahan · 6 years ago 0.14.0+3
- 2b392a4 Fix spans generated for HTML with higher-plane unicode characters (#109) by cvolzke4 · 6 years ago
- d37f588 fix lint (#108) by Kevin Moore · 6 years ago
- 7dad64b fix latest pedantic lints (#107) by Kevin Moore · 6 years ago
- 478bdfa fix latest pedantic lints (#106) by Kevin Moore · 6 years ago
- 7842a72 Support the latest pkg:css, prepare to release 0.14.0+2 (#103) by Kevin Moore · 6 years ago 0.14.0+2
- e0622ba Support the latest pkg:csslib, prepare to release 0.14.0+1 by Kevin Moore · 6 years ago 0.14.0+1
- 01b9912 Support the latest pkg:csslib on the 0.13 version path (#97) by Kevin Moore · 6 years ago 0.13.4+2
- 2b88ac7 Code cleanup (#96) by Kevin Moore · 6 years ago
- 38756a0 Don't depend on `pacakge:utf` (#95) by Lasse R.H. Nielsen · 6 years ago
- eeed53e Prepare to release 0.14.0 (#94) by Kevin Moore · 6 years ago 0.14.0
- 5abd53c Remove support for deprecated encodings and parser_console.dart library (#93) by Kevin Moore · 6 years ago
- 30367f5 Remove broken link from readme by Kevin Moore · 6 years ago
- ad97478 Fixes to readme and pubspec, prepare for 0.13.4+1 by Kevin Moore · 6 years ago 0.13.4+1
- c3c1575 fix tiny lint issues by Kevin Moore · 6 years ago
- 6a0400f Add warning to changelog about tag 0.13.3+3 by William Hesse · 6 years ago
- 78f0fb3 Update test expectations for source_span output (#87) by Nate Bosch · 7 years ago 0.13.4
- e1826e4 Enable and fix a number of lints (#82) by Kevin Moore · 7 years ago