0.2.1.1
  1. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  2. 4be6264 [json & uri] cleanup === and !== by danrubel@google.com · 13 years ago
  3. a1faa6f Change IllegalArgumentException to ArgumentError. by lrn@google.com · 13 years ago
  4. 26fab51 Move parseInt parseDouble to int/double classes as a static method. by lrn@google.com · 13 years ago
  5. 0904f65 Change Uri.fromComponents to take named optional arguments. by kasperl@google.com · 13 years ago
  6. 9beb871 Get rid of a lot of () for getters. by kasperl@google.com · 13 years ago
  7. 43c364c - Change "static final" to "static const" in the lib/ directory. by iposva@google.com · 13 years ago
  8. 722c1a3 Deprecate Math object in corelib in favor of dart:math library. by ager@google.com · 13 years ago
  9. 98bb912 Added origin property to Uri class Added unit test coverage for origin property by ahe@google.com · 13 years ago
  10. 1e0c247 Changed default Uri constructor to Uri.fromComponents(), new default constructor is Uri.fromString(). This is to avoid new Uri('http://www.google.com') resulting in Uri with scheme='http://www.google.com'. by ahe@google.com · 13 years ago
  11. c6d7085 Several new features and improvements for dartdoc. by johnniwinther@google.com · 13 years ago
  12. 45d0e6e URI encoder/decoder - copied from other repo. This is the same code already reviewed but the other repo is not allowing me to commit so trying again. by gram@google.com · 13 years ago
  13. e3cad04 Split the URI library across multiple files. by ahe@google.com · 13 years ago
  14. 8a459c9 Copy URI top-level helpers to separate file. by ahe@google.com · 13 years ago
  15. a494569 Fix HTTP links in URI docs. by rnystrom@google.com · 13 years ago
  16. 8ff9b9e Reapply r5324, previously reviewed as https://chromiumcodereview.appspot.com/9662051 by iposva@google.com · 13 years ago
  17. 993cd03 - Fix build by rolling back r5324, r5325. by iposva@google.com · 13 years ago
  18. 3035015 - Remove String + operator in uri.dart. by iposva@google.com · 13 years ago
  19. 641f078 Move utils/{uri, utf8} to lib/{uri, utf8} . by dgrove@google.com · 14 years ago