1. b1335af intl: Make parsing two-digit years match the documented behavior by Dart Team · 4 years ago
  2. a17268d intl: Remove `new` from dartdoc comments by Dart Team · 4 years ago
  3. d6392ed intl: Fix analysis errors, fix some implicit dynamic cases by Dart Team · 4 years ago
  4. cd181a9 intl: Adjust METADATA and fix some execute permissions by Dart Team · 4 years ago
  5. 73342b9 Fix typo. by Dart Team · 4 years, 2 months ago
  6. 5cc8b1a Prevent compact currency formatters from using trailing zeros for significant figures when currency has a minimum number of decimal places for non-compact representations. by Dart Team · 4 years, 4 months ago
  7. 08e5a19 Fix a typo (#268) by Nate Bosch · 4 years, 2 months ago
  8. 077e653 update version by Aleksandr Yurkovskiy · 4 years, 2 months ago
  9. b119da3 update ruble sign by Aleksandr Yurkovskiy · 4 years, 2 months ago
  10. 21a01bb Add CHANGELOG entry and update pubspec for date parsing fix. by Dart Team · 4 years, 4 months ago
  11. 31c191f Fix Date parsing to not accept dates > 31 in January as if they were day of year by Dart Team · 4 years, 4 months ago
  12. 5ebf8fa Prepare to publish 0.16.1 by Dart Team · 4 years, 4 months ago 0.16.1
  13. e28246f Suppress failing tests that use FFI after breaking SDK change by Dart Team · 4 years, 4 months ago
  14. 5daf67b Add a changelog entry for the Locale export. by Dart Team · 4 years, 5 months ago
  15. eac69a7 Publish the Locale class under package:intl/locale.dart by Dart Team · 4 years, 5 months ago
  16. 469e340 Fix behavior of plural with float arguments that can be integers (e.g, 1.0) by Dart Team · 4 years, 6 months ago
  17. 2fcf1e0 Fix obsolete documentation by Dart Team · 4 years, 6 months ago
  18. 98f869c Skip test and analysis of test requiring dart:ffi externally by Dart Team · 4 years, 6 months ago
  19. ee5766d rollback of changelist 273850130 plus rollback of follow-on fixes by Dart Team · 4 years, 6 months ago
  20. bc4769a UninitializedLocaleData should fall back if the canonicalized form matches by Dart Team · 4 years, 6 months ago
  21. 564be15 Implement MessageFormat, equivalent to the Closure goog.i18n.MessageFormat by Dart Team · 4 years, 6 months ago
  22. 631cfb2 Demonstrate current currency formatting in unit tests. by Dart Team · 4 years, 6 months ago
  23. 4fb34d0 Retry or compensate for erratic errors in DateTime creation. Add tests. by Dart Team · 4 years, 6 months ago
  24. e381269 Update //third_party/dart_lang/trunk, v2 and macos_sdk to 30719b37a9397cc38610e71a804236ec314535ec. by Dart Team · 4 years, 7 months ago
  25. 1bf7687 Add dart_test.yaml to files to be exported by Dart Team · 4 years, 7 months ago
  26. e77c4de Fix number_format_test_core: don't terminate tests early for mismatching lists. by Dart Team · 4 years, 7 months ago
  27. 99cc086 Add explicit type parameters to load() calls by Dart Team · 4 years, 7 months ago
  28. 564c821 Canonicalize the locale in Intl.defaultLocale setter by Dart Team · 4 years, 7 months ago
  29. 2c4ae6e Add more information to the error when a DateTime fails verification. by Dart Team · 4 years, 7 months ago
  30. 5c426de Automated g4 rollback of changelist 273643404. by Dart Team · 4 years, 7 months ago
  31. 2cba200 Canonicalize the locale in Intl.defaultLocale setter by Dart Team · 4 years, 7 months ago
  32. 37f5980 Improve testing of Dart compact number formatting and compare with ICU and Web. by Dart Team · 4 years, 7 months ago
  33. 795c490 "Fix" all the warnings and lints in Intl by Dart Team · 4 years, 8 months ago
  34. 5be03cb Update analyzer version constraint, bump version by Dart Team · 4 years, 8 months ago 0.16.0
  35. 9d4b477 Add dart2js hints to methods that should be inlined. by Dart Team · 4 years, 9 months ago
  36. f85205a Make Intl generated code pass most current lint options by Dart Team · 4 years, 9 months ago
  37. f1d3ebd Automated g4 rollback of changelist 264686901. by Dart Team · 4 years, 9 months ago
  38. 241c6af Clean up README.md, PR #189 by Dart Team · 4 years, 9 months ago
  39. cbbd71c Make Intl generated code pass most current lint options by Dart Team · 4 years, 9 months ago
  40. 7852d5e Add 'decimalDigits' specification for Percent formatters. by Dart Team · 4 years, 9 months ago
  41. 5644b15 Updating plural rules to support num instead of int by Dart Team · 4 years, 10 months ago
  42. 64450cb Fix 1-24 hour format by Dart Team · 5 years ago
  43. 6722e6b Update Dart's package:intl to CLDR v35, with two exceptions. by Dart Team · 5 years ago
  44. 6ecda17 Use platform_env instead of dart_env in package:intl tests. by Dart Team · 5 years ago
  45. 53bc5f4 Fix extension value assert regexps: they are "alphanum", not "alpha". by Dart Team · 5 years ago
  46. 4b27a88 Add a Locale class to package:intl. by Dart Team · 5 years ago
  47. 381d5d0 Change pubspec to be 0.16.0-dev by Dart Team · 5 years ago
  48. eb4ab70 Make a 0.15.8 version by Dart Team · 5 years ago 0.15.8
  49. dd05580 Add clarifying comment to Intl.select, to clarify the required ordering of arguments. by Dart Team · 5 years ago
  50. 461bea3 Allow Dart enums in Intl.select calls by Dart Team · 5 years ago
  51. fc0e204 Replace (implicit and explicit) dynamic with Object in public APIs. by Dart Team · 5 years ago
  52. dcc3bbe Fix positional argument default value operator from "=" to ":" in one of examples and Close parenthesis for consistency and dart correctness. by Dart Team · 6 years ago
  53. 536a424 Make it more obvious that Intl.message [name] parameter is optional by Dart Team · 6 years ago
  54. 2f43c30 Add return types to Intl message implementation methods to help get them inlined. by Dart Team · 6 years ago
  55. 05a1ae5 Making the nested functions in the docs code examples compile. by Dart Team · 6 years ago
  56. 1771fd2 Remove obsolete transformer references form intl and intl_translation by alanknight · 6 years ago
  57. ef2e005 Bump intl and intl_translation versions to -dev by alanknight · 6 years ago
  58. ccdd1d8 Actually update .travis.yml to remove dartfmt step by alanknight · 6 years ago 0.15.7
  59. be18951 Dartfmt all the files. Remove dartfmt test from Travis by alanknight · 6 years ago
  60. d595aa3 Fix punctuation error (comma, not plus) that broke export, and properly move non-wildcard files outside of glob by alanknight · 6 years ago
  61. 92a0294 Name the Travis file correctly, and include it in exports for Intl by alanknight · 6 years ago
  62. 616847f Enable intl tests to run on Travis by alanknight · 6 years ago
  63. 5e08174 Update Intl to require Dart 2.0, remove deprecated API usage by alanknight · 6 years ago
  64. 4b38551 Split Intl number tests so it doesn't try to compile numbers too large for JS with dart2js. by alanknight · 6 years ago
  65. f02e9cf Trivial correction of error in documentation example by alanknight · 6 years ago
  66. af3db37 Update Dart Intl date to CLDR 33. THIS IS A SIGNIFICANT CHANGE TO APPS! PLEASE READ! by alanknight · 6 years ago
  67. e488ebd Update SAR currency from Rial to Riyal in the i18n Java formatter and dart formatter. by lgzm · 6 years ago
  68. e999e41 Set default Dart SDK to 2.0.0-dev.56.0. by keertip · 6 years ago
  69. e0c1800 Merge https://github.com/dart-lang/intl/pull/166 by alanknight · 6 years ago
  70. a9f1f36 Fixes for Dart 2 runtime errors in Intl tests by alanknight · 6 years ago
  71. 877e135 Merge https://github.com/dart-lang/intl/pull/165/files by alanknight · 6 years ago
  72. 4e6800a Allow strict parsing of Date-only parsing to tolerate 1:00am dates that seem to happen every once in a long while, possibly related to DST transitions. by alanknight · 6 years ago
  73. c0225f8 More constant cleanup for intl/intl_translation (checked exhaustively this time) by alanknight · 6 years ago 0.15.6
  74. 8b728e4 Prepare to publish versions of Intl and Intl_translation externally by alanknight · 6 years ago 0.15.5
  75. b2b1ede Update Intl.plural examples to use the number parameter for the "one" case by alanknight · 6 years ago
  76. b4c43ef Replace uses of JSON constant in intl and intl_translation by alanknight · 6 years ago
  77. a04e90d Update pubspec and CHANGELOG for start of 0.15.5 development. by alanknight · 6 years ago
  78. ba9c461 Tighten i18n type for Dart 2 by vsm · 6 years ago
  79. 04272bb Update moe_db.txt for Intl by alanknight · 6 years ago
  80. 529283a Minor Dart 2 changes for Intl by alanknight · 6 years ago 0.15.4
  81. 5098cff Update Intl version to 0.15.3 by alanknight · 6 years ago 0.15.3
  82. 110d34e Fix out of date doc comment in Intl.message by lorenvs · 6 years ago
  83. f9197d1 Make Intl compact number tests coarser so they don't make the test runner time out. by alanknight · 6 years ago
  84. 9823956 Add a skip argument to Intl.message (and others) that still validates the message but filters them from the extracted message output. This will allow defining the message format with text that isn't finalized without wasting resources having the placeholder translated. by creisman · 6 years ago
  85. d0c6664 * Fix doc comments for DateFormat (Pull request #156) by alanknight · 6 years ago
  86. c905bc3 Add decimalDigits support to NumberFormat.compactSimpleCurrency(). by tetkin · 6 years ago
  87. 8899b51 Migrate to DDC by grouma · 6 years ago
  88. f1494f2 Fix regression with 64-bit integer support for Intl by alanknight · 6 years ago
  89. 1eff794 Update Intl to support fixed-size VM integers by alanknight · 6 years ago
  90. a79134a Update int value in test to be Dart2.0 complaint, ints are now restricted to 64 bits. by keertip · 6 years ago
  91. dff8dd2 Delete PATENTS by Kevin Moore · 6 years ago
  92. 679c1cb Update Dart CLDR data to version 32.0.1 by alanknight · 6 years ago
  93. 74756a7 Allow a custom pattern for the Intl currency constructor by alanknight · 6 years ago
  94. 6f584df Improve detection/fixing of an erratic bug in DateTime creation. Add a GMT test. by alanknight · 7 years ago
  95. e675642 More robust handling of DateTime parsing with daylight savings-type transitions, particularly when they occur at midnight (e.g. Brazil) by alanknight · 7 years ago
  96. 834a72a Automated g4 rollback of changelist 173286563. by alanknight · 7 years ago
  97. ae97d0c More robust handling of DateTime parsing with daylight savings-type transitions, particularly when they occur at midnight (e.g. Brazil) by alanknight · 7 years ago
  98. 707bcbd Import pull request https://github.com/dart-lang/intl/pull/149 (document transformer location) by alanknight · 7 years ago
  99. 62d26d4 Publish versions of intl and intl_translation externally by alanknight · 7 years ago 0.15.2
  100. 99e488e Update the ancient .status file for Intl, add @TestOn directives for date-format tests that rely on dart:io by alanknight · 7 years ago