1.0.1.0
  1. 303afbd Version 0.8.10.7 by ricow@google.com · 10 years ago 0.8.10.7
  2. 69205c2 Remove uses of Options from pkg, samples, tests, and third_party directories. by whesse@google.com · 12 years ago
  3. f0a1c92 Reapply "Remove @deprecated features." by lrn@google.com · 12 years ago
  4. 7a76ad7 Add @proxy to annotations.dart. by lrn@google.com · 12 years ago
  5. 57efa5d Revert "Remove @deprecated features." by lrn@google.com · 12 years ago
  6. 72e1d26 Remove @deprecated features. by lrn@google.com · 12 years ago
  7. 7ac0b7d Rename analyzer_experimental to analyzer. by scheglov@google.com · 12 years ago
  8. f50bafb Attempt to fix build. by scheglov@google.com · 12 years ago
  9. 8922b10 Add EfficientLength marker interface to some iterabels. by lrn@google.com · 12 years ago
  10. 8cb396f Mark the intl file-reading tests slow on debug mips by alanknight@google.com · 12 years ago
  11. a0d7a48 Support "D" for ordinal date in Intl.DateFormat by alanknight@google.com · 12 years ago
  12. 43c713c Handle reading upper-case placeholders by alanknight@google.com · 12 years ago
  13. 81d3612 [ak] Allow getters to return messages by alanknight@google.com · 12 years ago
  14. b868d8f Added deprecation notice to BidiFormatter.htmlEscape by kevmoo@j832.com · 12 years ago
  15. 070791d Avoid name collision with reserved word by alanknight@google.com · 12 years ago
  16. 85e0453 adding HtmlEscape to dart:convert by kevmoo@j832.com · 12 years ago
  17. 47b25f4 Fix off-by-one error in computing the quarter in date formatting by alanknight@google.com · 12 years ago
  18. e0234b8 Allow creating VariableSubstitution by name or by index by alanknight@google.com · 12 years ago
  19. 1e6838f Re-arrange tests to allow testing generated messages code in dart2js by alanknight@google.com · 12 years ago
  20. a74007e Documents the exception on DateFormat.parse by alanknight@google.com · 12 years ago
  21. c2d9d8c Disable Intl deferred loading until it works in dart2js by alanknight@google.com · 12 years ago
  22. 74da0c7 Remove usage of dart:json. by floitsch@google.com · 12 years ago
  23. 5a965b5 Resume testing message extraction on Windows after dart:io fix by alanknight@google.com · 12 years ago
  24. 8da15c5 Remove hack for finding package-root in tests, now available in Platform by alanknight@google.com · 12 years ago
  25. 7602371 Verify the locale when initializing dates over http by alanknight@google.com · 12 years ago
  26. 551f37e Put the @lazy directive on a separate line from the import to avoid confusing naive parsers (e.g. dwc) by alanknight@google.com · 12 years ago
  27. 5038d3b Make defaultLocale public by alanknight@google.com · 12 years ago
  28. f95ea62 Simplify the generated code for a message. by alanknight@google.com · 12 years ago
  29. d632bee Add a null check to avoid trying to load libraries that don't exist. by alanknight@google.com · 12 years ago
  30. 3d80dba If you have something that recursively looks for messages in dependencies, it can end up parsing intl.dart and giving warnings that there are invalid messages in its internals. Change the calls to invoke the static messages without a prefix so that this won't complain. by alanknight@google.com · 12 years ago
  31. b136eff Use deferred loading for message libraries. by alanknight@google.com · 12 years ago
  32. e8dd115 Relax verification checks. The locale doesn't have to be constant, print by alanknight@google.com · 12 years ago
  33. 5504f5a Fix message_extraction test. by efortuna@google.com · 12 years ago
  34. 6970ef4 Rename CompositeMessage's named parent constructor. by efortuna@google.com · 12 years ago
  35. 9f565af Workaround for bug 11834 with Chrome XHR by alanknight@google.com · 12 years ago
  36. 31ab754 Add support for Intl.select by alanknight@google.com · 12 years ago
  37. 18d3808 pkg: analysis aided cleanup by kevmoo@j832.com · 12 years ago
  38. 12ee5f7 Improvements to warnings on message extraction. by alanknight@google.com · 12 years ago
  39. 899a8d2 Allow Intl.plural/gender as the top-level, omitting the Intl.message wrapper and the first layer of interpolation. by alanknight@google.com · 12 years ago
  40. 816b24e Make _shortLocale public by alanknight@google.com · 12 years ago
  41. a9d24ed Rename "pathos" package to "path". by rnystrom@google.com · 12 years ago
  42. bea11de Plurals and Genders by alanknight@google.com · 12 years ago
  43. 887c8e7 Move getters from Options to Platform by sgjesse@google.com · 12 years ago
  44. 8356c66 Added async_helper and fixed broken asynchronous test. by kustermann@google.com · 12 years ago
  45. 0ec6fe1 Allow translated messages that have no matching original message. Also clean up help text and get rid of type error for types whose name is no longer easily visible from analyzer. by alanknight@google.com · 12 years ago
  46. 9d6a64e Merge the dart:uri library into dart:core and update the Uri class by sgjesse@google.com · 12 years ago
  47. 06091dd Remove (unused) ProcessOptions in test. by ajohnsen@google.com · 12 years ago
  48. f61dd39 Add a dateSymbols getter to DateFormat, useful to get e.g. the list of weekday names by alanknight@google.com · 12 years ago
  49. 805def3 Change DateFormat doc examples to not show padding of months/days in the default locale by alanknight@google.com · 12 years ago
  50. 5f3be4f Add some user-friendly utility functions to pkg/analyzer_experimental. by nweiz@google.com · 12 years ago
  51. a6b47e0 Fix some doc formatting problems, stop using "set" methods for NumberFormat by alanknight@google.com · 12 years ago
  52. c9f0368 Allow suppressing message extraction warnings, providing a prefix for generated files, and format warnings better. by alanknight@google.com · 12 years ago
  53. 0c2102f Explain better than the en_US locale is always available, fix other doc glitches. by alanknight@google.com · 12 years ago
  54. 8fd2c2e5 add installation instructions to pkg packages by sethladd@google.com · 12 years ago
  55. 89cb31e Fix some warnings in pub and pkg packages. by nweiz@google.com · 12 years ago
  56. 466d667 Refactor Future constructors. by floitsch@google.com · 12 years ago
  57. 664fe17 Make use of the patterns in Intl number formatting by alanknight@google.com · 12 years ago
  58. 755c71f pkg/intl test cleanup by kevmoo@j832.com · 12 years ago
  59. 1a69837 pkg/intl: cleanup after message extraction test by kevmoo@j832.com · 12 years ago
  60. 1d90135 Moved pkg pubspecs to use dev_dependencies where appropriate by kevmoo@j832.com · 12 years ago
  61. d98dc62 Parameterize the import directories, fix test to behave correctly on an error by alanknight@google.com · 12 years ago
  62. 6bda920 Update Intl's json data file generation to current APIs by alanknight@google.com · 12 years ago
  63. cdcb3e5 - Make test code fail when run from unexpected location. by iposva@google.com · 12 years ago
  64. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  65. ab0ead6 Intl test spawning processes must specify the encoding for stdout by alanknight@google.com · 12 years ago
  66. afc9838 Fix windows and pub failures in intl tests by alanknight@google.com · 12 years ago
  67. 0446767 Adds facilities for extracting Intl.message calls and generating code from translations by alanknight@google.com · 12 years ago
  68. cead1d4 ceil/floor/truncate/round return integers. by floitsch@google.com · 13 years ago
  69. 53f877e Rename String.concat to operator+. by lrn@google.com · 13 years ago
  70. 25619b3 Fix deprecated StringBuffer usages in Intl by alanknight@google.com · 13 years ago
  71. 3c0ac36 Remove deprecated string features. by lrn@google.com · 13 years ago
  72. 488b016 Merge IO v2 branch to bleeding edge by sgjesse@google.com · 13 years ago
  73. d2c575c Create generated tests inside the build directory by kustermann@google.com · 13 years ago
  74. 278d7b0 Update documentation links to point to the correct URLs. by dgrove@google.com · 13 years ago
  75. a3061ab Stop using deprecated charCodeAt in Intl by alanknight@google.com · 13 years ago
  76. 9cbede1 Added documentation links to all of the pkg packages hosted on api.dartlang.org. by amouravski@google.com · 13 years ago
  77. 1fb79cd Resubmit "Adding ease-of-use methods to HttpRequest." by blois@google.com · 13 years ago
  78. 9b23dff Reapply "Rename mappedBy to map." by lrn@google.com · 13 years ago
  79. b1a118d Revert "Rename mappedBy to map." by floitsch@google.com · 13 years ago
  80. 0dc2f4b Rename mappedBy to map. by lrn@google.com · 13 years ago
  81. 76bce68 Remove the code that attempts to find a locale from the command line VM in Windows. by alanknight@google.com · 13 years ago
  82. e17f6ef Make standalone (non-browser) locale detection for windows also accept short locale names by alanknight@google.com · 13 years ago
  83. fb7b9e3 Rename Date to DateTime. by floitsch@google.com · 13 years ago
  84. 27541ed Fix tests to accept short locale names as long as long ones, properly this time. by alanknight@google.com · 13 years ago
  85. 7a42378 [ak] Fix tests to accept short locale names as well as long ones by alanknight@google.com · 13 years ago
  86. 4622dc3 Make browser tests all run from a server instead of the local filesystem. by efortuna@google.com · 13 years ago
  87. 4868ee2 Remove Futures class, move methods to Future. by lrn@google.com · 13 years ago
  88. f3bd62d Fix flakiness in intl_message_basic_example_test (7730) by alanknight@google.com · 13 years ago
  89. 22cf380 Missed two files that needed dart:async import. by efortuna@google.com · 13 years ago
  90. 01421cc Fix up test statuses. Browser tests should now all pass. by efortuna@google.com · 13 years ago
  91. 37e711d Fix use of chain in intl library. by ager@google.com · 13 years ago
  92. 4a7dfd2 Big merge from experimental to bleeding edge. by floitsch@google.com · 13 years ago
  93. 274ac61 Reverting everything because package root + dartium is causing serious problems. by efortuna@google.com · 13 years ago
  94. 1d3b0c4 Add cross-origin test with credentials. I modified the test framework slightly by efortuna@google.com · 13 years ago
  95. 9d2a617 Make uninitialized Intl test not import dart:io by alanknight@google.com · 13 years ago
  96. 1091962 Document date format initialization better and make it possible to use en_US dates without it by alanknight@google.com · 13 years ago
  97. 6c398a3 Fixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void. by bak@google.com · 13 years ago
  98. 6b4d4c0 Throttle intl file tests Review URL: https://codereview.chromium.org//11477014 by alanknight@google.com · 13 years ago
  99. c5fa064 Eliminate htmlescape package. by dgrove@google.com · 13 years ago
  100. 33abe0e Add authors and homepages to packages. by dgrove@google.com · 13 years ago