1. 7c7b88c Fix two compact currency bugs, postfix currency symbols and locales that don't have a suffix for thousands. by alanknight · 8 years ago
  2. 7810278 Fix missed _style reference by alanknight · 8 years ago
  3. 1a23519 Fix typo by alanknight · 8 years ago
  4. 2584c6c Add compact currency formatting support. Also fixes a bug in simpleCurrency, where we needed to defer finding the currency until later in instance creation. by alanknight · 8 years ago
  5. 9fd5c28 Add an explicit flag for currency formats in Intl. by alanknight · 8 years ago
  6. c394e9e Add a toBeginningOfSentenceCase method for Intl. by alanknight · 8 years ago
  7. 4eb3981 Update Dart Intl for CDLR 29. by alanknight · 8 years ago
  8. d9b9285 Cache date symbol lookup. by alanknight · 8 years ago
  9. d9f3b77 Avoid some unnecessary dynamic sends with DDC in Intl message lookup by alanknight · 8 years ago
  10. d80cf2d Handle the error if we try to access a deferred-loaded locale that hasn't been initialized. by alanknight · 8 years ago
  11. 5eb5204 Update Intl CHANGELOG.md and pubspec.yaml to prepare for 0.13.1 by alanknight · 8 years ago
  12. ace7ff3 Add a type for DateFormat._formatFields, which otherwise doesn't get inferred. by alanknight · 8 years ago 0.13.0
  13. 37868c7 Put back the call to verifiedLocale which was removed in cl/122840834 by alanknight · 8 years ago
  14. d6b7a87 Make Intl 0.13.0 version by alanknight · 8 years ago
  15. cb21360 Turn on deferred loading for the main google3 message test. Remove an unnecessary check in generated code, and add a test for the sort of thing ESS is doing with messages. by alanknight · 8 years ago
  16. f9658af Cache the lookup of messages for a locale by alanknight · 8 years ago
  17. 8477c4a Automated g4 rollback of changelist 122487598. by alanknight · 8 years ago
  18. cb290e7 Cache the lookup of messages for a locale. by alanknight · 8 years ago
  19. 6d3453c Move global state in extract_messages into an objet, enabling persistent workers. by alanknight · 8 years ago
  20. ded7fee Strong-mode patches for //third_party/dart/intl by cbracken · 8 years ago
  21. 78e7fb4 Avoid parsing files that obviously don't contain Intl.messages by alanknight · 8 years ago
  22. 9dfc929 Fix strong mode runtime error in Intl by alanknight · 8 years ago
  23. 9e6cac2 Add `onMessage` option which defaults to `print`. by jakemac · 8 years ago
  24. eda105f Add per-locale plural rules for Dart Intl by alanknight · 8 years ago
  25. 5e78cf3 Fix handling of literal dollar sign followed by a number in Intl messages by alanknight · 8 years ago
  26. 5d1ad64 Add simple currency symbol support for Dart Intl by alanknight · 8 years ago
  27. 8c83f50 Add compact number formatting/parsing for Dart Intl by alanknight · 8 years ago
  28. 0c2b28b Publish Intl 0.12.7+1 by alanknight · 8 years ago 0.12.7+1
  29. dc6c10c Use for-loop to iterate over codeUnits in number formatter. by het · 8 years ago
  30. 123de3c Remove relative imports on generate_locale_data_files.dart, required for DDC. by alanknight · 8 years ago
  31. 0c28442 Improve robustness of DateFormat.parseLoose() and slightly widen scope of accepted inputs. by cpelling · 8 years ago
  32. 1ede747 Make the ignored parameters optionals, so can be removed from clients. by rkj · 8 years ago
  33. 9266918 Change the incorrect type on args for Intl.plural/gender/select by alanknight · 8 years ago
  34. a5fb0f0 Make signature for Intl.plural/gender/select match message for "examples" parameter by alanknight · 8 years ago
  35. 10f6dd5 Publish a 0.12.7 version of Intl by alanknight · 8 years ago 0.12.7
  36. 898e0e1 Fix transformer test to run with SDK bots. by alanknight · 8 years ago
  37. 011d4c2 Fix typo in README by alanknight · 8 years ago
  38. d169de8 Make the Intl package strong-mode compatible by alanknight · 8 years ago
  39. ca4039e Slight clarification to Intl.message error message. by alanknight · 8 years ago
  40. bb8993b Add an Intl transformer to automatically add name/args for messages. by alanknight · 8 years ago
  41. 415c337 Partial redux of https://github.com/dart-lang/intl/pull/95. Some whitespace changes to the generated intl files. by devoncarew · 8 years ago
  42. 0a0d292 Update Intl SDK dependency to 1.12 (requires null-aware operators) by alanknight · 8 years ago
  43. 6efbc8b Start a 0.12.7-dev version by alanknight · 8 years ago
  44. 50ce1f4 Regenerate data after script change, make a final 0.12.6 version. by alanknight · 8 years ago
  45. a9dc008 Deprecate NumberFormat.currencyPattern by alanknight · 8 years ago
  46. 44a9512 Intl currency formatting can specify decimalDigits and has table of defaults by alanknight · 8 years ago
  47. 3f2a027 Slight improvement to the error message when parsing invalid dates. by alanknight · 8 years ago
  48. a110b9c Convert Intl to use /// doc comments throughout. by alanknight · 8 years ago
  49. 55c7eae Remove the library directive from generated message files. Support @@locale directive in ARB files. by alanknight · 8 years ago
  50. 60284f5 Update data files and tests for Intl to CLDR 28 by alanknight · 8 years ago
  51. 35dbead Change Intl's internal padTo method to use padLeft by alanknight · 8 years ago
  52. c2b7d3d Update links in README.md to point to current dartdocs by alanknight · 8 years ago
  53. 1381300 Allow Intl to handle scaled fixed-point values by alanknight · 8 years ago
  54. 5f9d4d0 Minor intl cleanups. From https://codereview.chromium.org/1528613004/ by alanknight · 8 years ago
  55. bd5e185 Sync properly to Google internal repo by Alan Knight · 8 years ago
  56. 3a73e04 cleanup analyzer warnings, ignore .packages by Kevin Moore · 8 years ago
  57. 081387a Update analyzer dependency upper bound to <0.28.0 by alanknight · 8 years ago
  58. 715ad10 Make Dart Intl message extraction force --warnings-are-errors by alanknight · 8 years ago
  59. 435f124 Provide a better error message for some plural/gender select errors by alanknight · 8 years ago
  60. ea0fdeb Adjacent strings should be allowed as Dart Intl message names by alanknight · 8 years ago
  61. 471e71e Improvements to Intl.message generated code size with dart2js by alanknight · 8 years ago
  62. b950a61 Update Intl pubspec to allow newer version of fixnum by alanknight · 8 years ago
  63. d63da27 Improvements to compiled size of generated messages with dart2js, loosen pubspec for fixnum by Alan Knight · 8 years ago
  64. 527f470 Parse Eras in dates. Start pushing changes from google repo by Alan Knight · 8 years ago
  65. 1c27576 Merge pull request #75 from dart-lang/analyzer by Alan Knight · 9 years ago 0.12.4+2
  66. 81994f2 widen analyzer constraints by keertip · 9 years ago
  67. f1919d8 Allow ClassName_methodName for a message name, easier to disambiguate duplicates by Alan Knight · 9 years ago 0.12.4+1
  68. 4b44781 Fix error in example for printing dates, clarify comments in general by Alan Knight · 9 years ago
  69. 06bf741 Merge pull request #72 from dart-lang/alan-knight-patch-1 by Alan Knight · 9 years ago
  70. 65302f7 Fix variable name in example by Alan Knight · 9 years ago
  71. 2f5e9fa Allow spaces between the identifier and the translation when parsing ARB files by Alan Knight · 9 years ago 0.12.4
  72. 4601a14 Update changelog by Kevin Moore · 9 years ago 0.12.3
  73. 399dfc9 use recent version of args, eliminate deprecated usage by Kevin Moore · 9 years ago
  74. bdf44c4 remove unused members and variables by Kevin Moore · 9 years ago
  75. c6847d3 remove pubspec from example: it's picked up from the host package by Kevin Moore · 9 years ago
  76. 4f4b8b4 dartfmt code by Kevin Moore · 9 years ago
  77. 9887ecf update pubspec to use latest analyzer by Kevin Moore · 9 years ago
  78. 2423c48 Adds 'fallback' as a universal fallback locale for messages' by Alan Knight · 9 years ago 0.12.2+1
  79. a80911b Fix plural examples to use the right parameter name by Alan Knight · 9 years ago
  80. 7f17954 Merge pull request #4 from dart-lang/ver by Alan Knight · 9 years ago 0.12.2
  81. 4c11e12 rev analyzer version by keertip · 9 years ago
  82. d8866bd Add loose parsing option for dates, accepting mixed case and missing delimiters by Alan Knight · 9 years ago
  83. 0dea0a9 Update analyzer version by Alan Knight · 9 years ago
  84. c529570 Tighten up a couple method signatures to specify that int is required. by Jacob Richman · 9 years ago 0.12.0+2
  85. 2d1af4a Fix bug with percents with no integer part by Alan Knight · 9 years ago 0.12.0+1
  86. 1d70910 Suppress jsshell test for build directory too by Alan Knight · 9 years ago
  87. 8304167 Fix status file for jsshell not supporting timers by Alan Knight · 9 years ago
  88. 4ce7dc6 Make withLocale use a zone by Alan Knight · 9 years ago
  89. a069b7f Fix url location for http test by Sigmund Cherem · 9 years ago
  90. 51f628e Fix url extraction in windows: by Sigmund Cherem · 9 years ago
  91. 402e799 Add again .gitignore and other files by Sigmund Cherem · 9 years ago
  92. 0caf336 Fix how to discover the root of the intl directory by Sigmund Cherem · 9 years ago
  93. 3204755 Fix comment, update .status file to skip build/test in vm by Sigmund Cherem · 9 years ago
  94. 0c975a2 Update .status by sigmundch · 9 years ago
  95. f2209ad Update pubspec and add .status file by Sigmund Cherem · 9 years ago
  96. 0c032bb Make number formatting in Intl able to work with Int64 or other types. by alanknight@google.com · 9 years ago
  97. 446ddf2 Add a flag to prohibit plurals/genders that don't take up the whole string. by alanknight@google.com · 9 years ago
  98. 5fc5761 Better error message for mismatched parameter names between message and translation by alanknight@google.com · 9 years ago
  99. c535248 Fix a couple of Dart style naming violations in Intl by alanknight@google.com · 9 years ago
  100. 48c478d [ak] Support percent/permille formats with positive and negative variations by alanknight@google.com · 10 years ago