1. 6efbc8b Start a 0.12.7-dev version by alanknight · 8 years ago
  2. 50ce1f4 Regenerate data after script change, make a final 0.12.6 version. by alanknight · 8 years ago
  3. a9dc008 Deprecate NumberFormat.currencyPattern by alanknight · 8 years ago
  4. 44a9512 Intl currency formatting can specify decimalDigits and has table of defaults by alanknight · 8 years ago
  5. 3f2a027 Slight improvement to the error message when parsing invalid dates. by alanknight · 8 years ago
  6. a110b9c Convert Intl to use /// doc comments throughout. by alanknight · 8 years ago
  7. 55c7eae Remove the library directive from generated message files. Support @@locale directive in ARB files. by alanknight · 8 years ago
  8. 60284f5 Update data files and tests for Intl to CLDR 28 by alanknight · 8 years ago
  9. 35dbead Change Intl's internal padTo method to use padLeft by alanknight · 8 years ago
  10. c2b7d3d Update links in README.md to point to current dartdocs by alanknight · 8 years ago
  11. 1381300 Allow Intl to handle scaled fixed-point values by alanknight · 8 years ago
  12. 5f9d4d0 Minor intl cleanups. From https://codereview.chromium.org/1528613004/ by alanknight · 8 years ago
  13. bd5e185 Sync properly to Google internal repo by Alan Knight · 8 years ago
  14. 3a73e04 cleanup analyzer warnings, ignore .packages by Kevin Moore · 8 years ago
  15. 081387a Update analyzer dependency upper bound to <0.28.0 by alanknight · 8 years ago
  16. 715ad10 Make Dart Intl message extraction force --warnings-are-errors by alanknight · 8 years ago
  17. 435f124 Provide a better error message for some plural/gender select errors by alanknight · 8 years ago
  18. ea0fdeb Adjacent strings should be allowed as Dart Intl message names by alanknight · 8 years ago
  19. 471e71e Improvements to Intl.message generated code size with dart2js by alanknight · 8 years ago
  20. b950a61 Update Intl pubspec to allow newer version of fixnum by alanknight · 8 years ago
  21. d63da27 Improvements to compiled size of generated messages with dart2js, loosen pubspec for fixnum by Alan Knight · 8 years ago
  22. 527f470 Parse Eras in dates. Start pushing changes from google repo by Alan Knight · 8 years ago
  23. 1c27576 Merge pull request #75 from dart-lang/analyzer by Alan Knight · 9 years ago 0.12.4+2
  24. 81994f2 widen analyzer constraints by keertip · 9 years ago
  25. f1919d8 Allow ClassName_methodName for a message name, easier to disambiguate duplicates by Alan Knight · 9 years ago 0.12.4+1
  26. 4b44781 Fix error in example for printing dates, clarify comments in general by Alan Knight · 9 years ago
  27. 06bf741 Merge pull request #72 from dart-lang/alan-knight-patch-1 by Alan Knight · 9 years ago
  28. 65302f7 Fix variable name in example by Alan Knight · 9 years ago
  29. 2f5e9fa Allow spaces between the identifier and the translation when parsing ARB files by Alan Knight · 9 years ago 0.12.4
  30. 4601a14 Update changelog by Kevin Moore · 9 years ago 0.12.3
  31. 399dfc9 use recent version of args, eliminate deprecated usage by Kevin Moore · 9 years ago
  32. bdf44c4 remove unused members and variables by Kevin Moore · 9 years ago
  33. c6847d3 remove pubspec from example: it's picked up from the host package by Kevin Moore · 9 years ago
  34. 4f4b8b4 dartfmt code by Kevin Moore · 9 years ago
  35. 9887ecf update pubspec to use latest analyzer by Kevin Moore · 9 years ago
  36. 2423c48 Adds 'fallback' as a universal fallback locale for messages' by Alan Knight · 9 years ago 0.12.2+1
  37. a80911b Fix plural examples to use the right parameter name by Alan Knight · 9 years ago
  38. 7f17954 Merge pull request #4 from dart-lang/ver by Alan Knight · 9 years ago 0.12.2
  39. 4c11e12 rev analyzer version by keertip · 9 years ago
  40. d8866bd Add loose parsing option for dates, accepting mixed case and missing delimiters by Alan Knight · 9 years ago
  41. 0dea0a9 Update analyzer version by Alan Knight · 9 years ago
  42. c529570 Tighten up a couple method signatures to specify that int is required. by Jacob Richman · 9 years ago 0.12.0+2
  43. 2d1af4a Fix bug with percents with no integer part by Alan Knight · 9 years ago 0.12.0+1
  44. 1d70910 Suppress jsshell test for build directory too by Alan Knight · 9 years ago
  45. 8304167 Fix status file for jsshell not supporting timers by Alan Knight · 9 years ago
  46. 4ce7dc6 Make withLocale use a zone by Alan Knight · 9 years ago
  47. a069b7f Fix url location for http test by Sigmund Cherem · 9 years ago
  48. 51f628e Fix url extraction in windows: by Sigmund Cherem · 9 years ago
  49. 402e799 Add again .gitignore and other files by Sigmund Cherem · 9 years ago
  50. 0caf336 Fix how to discover the root of the intl directory by Sigmund Cherem · 9 years ago
  51. 3204755 Fix comment, update .status file to skip build/test in vm by Sigmund Cherem · 9 years ago
  52. 0c975a2 Update .status by sigmundch · 9 years ago
  53. f2209ad Update pubspec and add .status file by Sigmund Cherem · 9 years ago
  54. 0c032bb Make number formatting in Intl able to work with Int64 or other types. by alanknight@google.com · 9 years ago
  55. 446ddf2 Add a flag to prohibit plurals/genders that don't take up the whole string. by alanknight@google.com · 9 years ago
  56. 5fc5761 Better error message for mismatched parameter names between message and translation by alanknight@google.com · 9 years ago
  57. c535248 Fix a couple of Dart style naming violations in Intl by alanknight@google.com · 10 years ago
  58. 48c478d [ak] Support percent/permille formats with positive and negative variations by alanknight@google.com · 10 years ago
  59. 3155cf4 Per-mille parsing was dividing by 100, not 1000 by alanknight@google.com · 10 years ago
  60. 8534419 Fix number grouping to handle multiple grouping sizes, e.g. Hindi by alanknight@google.com · 10 years ago
  61. 22d7fe6 Move petitParser from a dev dependency to a regular dependency to allow pub run to work by alanknight@google.com · 10 years ago
  62. fdcc8c6 Make it clearer how to specify currency symbols/alternate names by alanknight@google.com · 10 years ago
  63. ed440cd Forgot the tests for parseStrict by alanknight@google.com · 10 years ago
  64. d1bb950 Add a parseStrict method for parsing DateTimes by alanknight@google.com · 10 years ago
  65. 6dc66c3 Delete temp directory in pkg/intl message_extraction_test. by whesse@google.com · 10 years ago
  66. 77db9a8 pkg/intl: improve layout by kevmoo@google.com · 10 years ago
  67. fd28dbf Catch analyzer errors for e.g. syntax errors and extract empty message list by alanknight@google.com · 10 years ago
  68. 876c311 Update Intl to version 0.11.5 by alanknight@google.com · 10 years ago
  69. e986b14 Remove usage of petitparser methods that have moved by alanknight@google.com · 10 years ago
  70. 53202cf Broaden the Intl pubspec to allow current analyzer versions by alanknight@google.com · 10 years ago
  71. 9fb8590 Remove a couple of trailing spaces by alanknight@google.com · 10 years ago
  72. e89275e Make deferred loading of message libraries optional by alanknight@google.com · 10 years ago
  73. 5ab0862 Update Intl docs by alanknight@google.com · 10 years ago
  74. ee78816 Work around DateTime creation flakiness by alanknight@google.com · 10 years ago
  75. 9fd0fda Missed one locale canonicalization in message library generation, add a debug script by alanknight@google.com · 10 years ago
  76. 09f1d8c Pubspec and CHANGELOG for 0.11.1 by alanknight@google.com · 10 years ago
  77. 69cc609 This is mostly working, but exposes what may be a bug in our handling of negative prefixes where we produce a different result than ICU for Basque and Turkish in percentage formats. If we fix that then the closure test for testQuotes fails, but everything else works. I have a query in for the correct behavior. by alanknight@google.com · 10 years ago
  78. fbc2e62 Update pub version number and changelog for ARB/version 0.11.0 by alanknight@google.com · 10 years ago
  79. 85af086 Implement ARB format for reading and writing messages, replacing custom JSON format. by alanknight@google.com · 10 years ago
  80. b14d1c8 Intl version 0.10.0 by alanknight@google.com · 10 years ago
  81. d83fb03 Update Intl date and number formatting to CLDR 25. by alanknight@google.com · 10 years ago
  82. 562f32d Delete temporary debugging code, work around DateTime creation flakiness by alanknight@google.com · 10 years ago
  83. 545d8c4 Add a timeout on HttpRequestDataReader by alanknight@google.com · 10 years ago
  84. e2ce85c Expand version range on analyzer in intl dependency and prepare for release. by sigmund@google.com · 10 years ago
  85. dfb4668 Use deferred loading for message catalogs. by alanknight@google.com · 10 years ago
  86. 2da32cd Bump Intl to version 0.9.9 by alanknight@google.com · 10 years ago
  87. e38eea0 Canonicalize locales before using, fix tests by alanknight@google.com · 10 years ago
  88. 0287e24 Add number parsing, ported from Closure, but considerably refactored. by alanknight@google.com · 10 years ago
  89. e87c895 Allow a NumberFormat to be passed a currency name/symbol at creation by alanknight@google.com · 10 years ago
  90. d27c8f1 pkg/intl: turned part into library by kevmoo@google.com · 10 years ago
  91. 529c00a pkg/intl: fix duplicate library names by kevmoo@google.com · 10 years ago
  92. d0b668e Make canonicalizing a null locale use the default if it's set by alanknight@google.com · 10 years ago
  93. e17c98a Code cleanup in _NumberFormatParser by sra@google.com · 10 years ago
  94. 1d7a90c partly fix date format dartbug.com/15811. this 0 pads. by alanknight@google.com · 10 years ago
  95. e057b0a Go back to calling Intl version 0.9.8, add a CHANGELOG by alanknight@google.com · 10 years ago
  96. 27a69d5 pkg/intl: updated for latest unittest deprecations by kevmoo@google.com · 10 years ago
  97. d2210a6 Avoid flaking in message_extraction tests by doing everything in a temp directory by alanknight@google.com · 10 years ago
  98. 112b3f0 Support for DartBlockBody, DartExpressionBody, DartOmit in java2dart. by scheglov@google.com · 10 years ago
  99. 97564e6 Translate private Java members to private Dart members. by scheglov@google.com · 10 years ago
  100. 8d9ebbc Improved 'has' properties translation. by scheglov@google.com · 10 years ago