1. 8754d38 Add custom initialization of DateTime symbols/patterns by alanknight · 7 years ago
  2. 60207cc Make Date formatting use native digits instead of ascii by alanknight · 7 years ago
  3. 0f069dc Update Dart Intl data to CLDR 31.0.1 and explicitly add en_MY, fr_CH, it_CH and ps. by alanknight · 7 years ago
  4. fd82924 Fix a regression introduced with grouping of padding digits. We started compensating twice for locales with non-ascii digits. Regression was introduced in 6524e278eb214a74d7179a808693019a7322be5e MOE_MIGRATED_REVID=160470967 by alanknight · 7 years ago
  5. f9ab5a9 Apply https://github.com/dart-lang/intl/pull/146 by alanknight · 7 years ago
  6. 7281532 Add a comment for FIRSTDAYOFWEEK to clarify the indexing scheme. by alanknight · 7 years ago
  7. e9a9087 Minor Dart 2.0 tweaks for Intl and related packages by alanknight · 7 years ago
  8. 9789a28 Remove the 2.0.0-dev.infinity constraint on intl and intl_translation by alanknight · 7 years ago
  9. 16beaf2 Support generating translations as JSON data rather than code by alanknight · 7 years ago
  10. 7775c10 Update Intl pubspec for Dart 2.0 dev versions and fix METADATA by alanknight · 7 years ago
  11. 6524e27 Group padding digits to the left of the number by alanknight · 7 years ago
  12. 39148a3 Add a release codegen mode where missing translations throw instead of returning the original text. by alanknight · 7 years ago
  13. b6ced6c Fix for Intl tests finding the locale data in files by alanknight · 7 years ago
  14. 7c66713 Make a 0.15.1 version of Intl by alanknight · 7 years ago 0.15.1
  15. 810432e Convert Intl from unittest to test by alanknight · 7 years ago
  16. f8ad835 Use Platform.localeName on standalone [Intl] by alanknight · 7 years ago
  17. 77b8ba5 Add an analysis_options file for intl_translation and intl by alanknight · 7 years ago
  18. 6b0f4bf Make a 0.15.0 version of Intl by alanknight · 7 years ago 0.15.0
  19. 8ed8227 Improve the error message when DateTime parsing fails verification. by alanknight · 7 years ago
  20. 7f7a0f6 Restore path dependency to intl. by alanknight · 7 years ago
  21. 7a4a632 Roll forward of cl/148686729 with a workaround for analyzer crashing by alanknight · 7 years ago
  22. 7590d87 Automated g4 rollback of changelist 148686729. by alanknight · 7 years ago
  23. fb2f095 Add a way to detect Intl.messages called before locale is initialized. by alanknight · 7 years ago
  24. 62bf56d Remove the Intl example, which is out of date and should be a separate package anyway. by alanknight · 7 years ago
  25. 79a9563 Don't pass null to Function.apply by vsm · 7 years ago
  26. 78180c0 Update the Intl README.md for some un-noted changes by alanknight · 7 years ago
  27. eb20e1b Cache the last locale tested when checking for RTL locales by alanknight · 7 years ago
  28. d40ff92 Update Dart CLDR version to 30 by alanknight · 7 years ago
  29. 892bf29 Retry dates that come out with incorrect hours/days because of UTC offsets. by alanknight · 7 years ago
  30. 8e2ddc7 Fix Intl.select by alanknight · 7 years ago
  31. 9443785 Remove ?cacheBlocker param from HttpRequestDataReader. by zjd · 7 years ago
  32. 0bec9f8 Fix typo in intl.dart doc. by creisman · 7 years ago
  33. 4120e3b Fixing STRONG_MODE_COULD_NOT_INFER violations before they fail _analyze targets. by srawlins · 7 years ago
  34. ea4a8dc Fixing STRONG_MODE_COULD_NOT_INFER violations before they fail _analyze targets. by srawlins · 8 years ago
  35. 7b32d6d Fix for strong mode error 'Could not infer type parameter E' in upcoming sdk. by keertip · 8 years ago
  36. 4efad82 Fix analyzer warnings for ARGUMENT_TYPE_NOT_ASSIGNABLE / STRONG_MODE_COULD_NOT_INFER to prevent test failures with upcoming Dart SDK release. by keertip · 8 years ago
  37. 85618e5 Fix compactCurrency to correctly use passed-in symbol by alanknight · 8 years ago
  38. 2f614de Optimize padding in Intl by alanknight · 8 years ago
  39. 025fc70 Fix URL in intl_translation pubspec, add .gitignore and .status and update intl .status by alanknight · 8 years ago
  40. 090fb4d Check for a null argument to Intl.plural by alanknight · 8 years ago
  41. b487bd5 Switch to 0.15.0-dev for intl and intl_translation by alanknight · 8 years ago
  42. 2df5162 Fix class name in doc (#124) by Benjamin Dopplinger · 7 years ago
  43. 8906a80 Finalize intl 0.14.0 release by alanknight · 8 years ago 0.14.0
  44. 192424b Merge branch 'moe_writing_branch_from_43aa475dcacaa9399770cc5f12b491488f1feb95' by Alan Knight · 8 years ago
  45. 4f15bf0 Fix typo (transformer.dart missing extension) by alanknight · 8 years ago
  46. 1f90a82 Remove message extraction and generation code from Intl (now in intl_translation) by alanknight · 8 years ago
  47. 8e9f571 Revert "Remove message extraction and generation code from Intl (now in intl_translation)" by Alan Knight · 8 years ago
  48. 99d02c8 Remove message extraction and generation code from Intl (now in intl_translation) by alanknight · 8 years ago
  49. 43aa475 Finalize Intl 0.13.1 by alanknight · 8 years ago 0.13.1
  50. 525e53b Enforce names and set up to be able to enforce examples for Intl messages with parameters by alanknight · 8 years ago
  51. ce39331 Fix typos (Merge https://github.com/dart-lang/intl/pull/119/files ) by alanknight · 8 years ago
  52. 89bf134 Move barback out of dev dependencies ( https://github.com/dart-lang/intl/issues/120 ) by alanknight · 8 years ago
  53. 77133c0 Fix a typedef by alanknight · 8 years ago
  54. c5f0003 Give rewrite_intl_messages.dart the ability to rewrite sources to remove transformer usage. by alanknight · 8 years ago
  55. 4c98fc3 Intl messages with no parameters and no name use contents for the name (take 2) by alanknight · 8 years ago
  56. 1f191aa Add support for "Q" and "QQ" numeric quarter formatting. by frederikmutzel · 8 years ago
  57. f5284ec Automated g4 rollback of changelist 130164706. by alanknight · 8 years ago
  58. 95f99a5 Intl messages with no parameters and no name use contents for the name. by alanknight · 8 years ago
  59. 7c7b88c Fix two compact currency bugs, postfix currency symbols and locales that don't have a suffix for thousands. by alanknight · 8 years ago
  60. 7810278 Fix missed _style reference by alanknight · 8 years ago
  61. 1a23519 Fix typo by alanknight · 8 years ago
  62. 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
  63. 9fd5c28 Add an explicit flag for currency formats in Intl. by alanknight · 8 years ago
  64. c394e9e Add a toBeginningOfSentenceCase method for Intl. by alanknight · 8 years ago
  65. 4eb3981 Update Dart Intl for CDLR 29. by alanknight · 8 years ago
  66. d9b9285 Cache date symbol lookup. by alanknight · 8 years ago
  67. d9f3b77 Avoid some unnecessary dynamic sends with DDC in Intl message lookup by alanknight · 8 years ago
  68. d80cf2d Handle the error if we try to access a deferred-loaded locale that hasn't been initialized. by alanknight · 8 years ago
  69. 5eb5204 Update Intl CHANGELOG.md and pubspec.yaml to prepare for 0.13.1 by alanknight · 8 years ago
  70. ace7ff3 Add a type for DateFormat._formatFields, which otherwise doesn't get inferred. by alanknight · 8 years ago 0.13.0
  71. 37868c7 Put back the call to verifiedLocale which was removed in cl/122840834 by alanknight · 8 years ago
  72. d6b7a87 Make Intl 0.13.0 version by alanknight · 8 years ago
  73. 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
  74. f9658af Cache the lookup of messages for a locale by alanknight · 8 years ago
  75. 8477c4a Automated g4 rollback of changelist 122487598. by alanknight · 8 years ago
  76. cb290e7 Cache the lookup of messages for a locale. by alanknight · 8 years ago
  77. 6d3453c Move global state in extract_messages into an objet, enabling persistent workers. by alanknight · 8 years ago
  78. ded7fee Strong-mode patches for //third_party/dart/intl by cbracken · 8 years ago
  79. 78e7fb4 Avoid parsing files that obviously don't contain Intl.messages by alanknight · 8 years ago
  80. 9dfc929 Fix strong mode runtime error in Intl by alanknight · 8 years ago
  81. 9e6cac2 Add `onMessage` option which defaults to `print`. by jakemac · 8 years ago
  82. eda105f Add per-locale plural rules for Dart Intl by alanknight · 8 years ago
  83. 5e78cf3 Fix handling of literal dollar sign followed by a number in Intl messages by alanknight · 8 years ago
  84. 5d1ad64 Add simple currency symbol support for Dart Intl by alanknight · 8 years ago
  85. 8c83f50 Add compact number formatting/parsing for Dart Intl by alanknight · 8 years ago
  86. 0c2b28b Publish Intl 0.12.7+1 by alanknight · 8 years ago 0.12.7+1
  87. dc6c10c Use for-loop to iterate over codeUnits in number formatter. by het · 8 years ago
  88. 123de3c Remove relative imports on generate_locale_data_files.dart, required for DDC. by alanknight · 8 years ago
  89. 0c28442 Improve robustness of DateFormat.parseLoose() and slightly widen scope of accepted inputs. by cpelling · 8 years ago
  90. 1ede747 Make the ignored parameters optionals, so can be removed from clients. by rkj · 8 years ago
  91. 9266918 Change the incorrect type on args for Intl.plural/gender/select by alanknight · 8 years ago
  92. a5fb0f0 Make signature for Intl.plural/gender/select match message for "examples" parameter by alanknight · 8 years ago
  93. 10f6dd5 Publish a 0.12.7 version of Intl by alanknight · 8 years ago 0.12.7
  94. 898e0e1 Fix transformer test to run with SDK bots. by alanknight · 8 years ago
  95. 011d4c2 Fix typo in README by alanknight · 8 years ago
  96. d169de8 Make the Intl package strong-mode compatible by alanknight · 8 years ago
  97. ca4039e Slight clarification to Intl.message error message. by alanknight · 8 years ago
  98. bb8993b Add an Intl transformer to automatically add name/args for messages. by alanknight · 8 years ago
  99. 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
  100. 0a0d292 Update Intl SDK dependency to 1.12 (requires null-aware operators) by alanknight · 8 years ago