1. 8a1716f Merge branch 'master' into update-ruble-sign by Aleksandr Yurkovskiy · 3 years, 6 months ago
  2. b3da438 Prep release for beta (#338) by Kevin Moore · 3 years, 6 months ago 0.17.0-nullsafety.2
  3. 48675cf Prepare a version of intl that supports the 2.12 sdk by jakemac · 3 years, 6 months ago 0.17.0-nullsafety.1
  4. 9669926 Make sure travis uses latest Chrome by kevmoo · 3 years, 6 months ago 0.17.0-nullsafety
  5. 4704559 Fix dependency on pkg:js by kevmoo · 3 years, 6 months ago
  6. b69e3e5 Add missing dependency on pkg:ffi by kevmoo · 3 years, 6 months ago
  7. 32844f3 Enable a test that was skipped due to an old browser by kevmoo · 3 years, 6 months ago
  8. 6e8fc59 Prepare to release intl null safety by kevmoo · 3 years, 6 months ago
  9. 0172d85 Use `skip` instead of a non-standard test function by kevmoo · 3 years, 7 months ago
  10. 3fe3a90 Update clock dependency to null-safe version by kevmoo · 3 years, 7 months ago
  11. 971aa6c Dart Intl: Move `!` from `message` into `_message`. by Googler · 3 years, 7 months ago
  12. bb23da2 Fix doc comments in the main library by kevmoo · 3 years, 7 months ago
  13. 44b7b49 Fix link to Intl class in readme by kevmoo · 3 years, 7 months ago
  14. 1947148 Remove gratuitous self-link in main library (#323) by Kevin Moore · 3 years, 7 months ago
  15. 3d12bf1 Add dependency_overrides for null-safe deps that are not yet published by kevmoo · 3 years, 7 months ago
  16. 8568f4b Updates for OSS null safety by kevmoo · 3 years, 7 months ago
  17. 1ed1bc0 Remove .status file by kevmoo · 3 years, 7 months ago
  18. 932333a Update pkg:intl README.md by kevmoo · 3 years, 7 months ago
  19. 617bc4b Migrate last `package:intl` tests to null safety. by davidmorgan · 3 years, 8 months ago
  20. 9107e8d Tweaks to `intl` null safe API based on experimentation with `intl_translation`. by davidmorgan · 3 years, 8 months ago
  21. e637374 Remove unnecessary `dart:async` imports from `package:intl`. by davidmorgan · 3 years, 8 months ago
  22. 77bfd84 intl: Remove references to non-existent examples by jamesdlin · 3 years, 8 months ago
  23. 4d5c96c Migrate `package:intl` tests to null safety. by davidmorgan · 3 years, 8 months ago
  24. cf05fd4 Remove google3-specific test data discovery. by davidmorgan · 3 years, 8 months ago
  25. bda4da8 Migrate the remainder of `package:intl`, excluding tests, to null safety. by davidmorgan · 3 years, 8 months ago
  26. c0b6cf8 Split up `number_format.dart`. by davidmorgan · 3 years, 8 months ago
  27. 5dcfe3c Further simplify `NumberFormat` initialization; make fields that can be final, final. by davidmorgan · 3 years, 8 months ago
  28. b28cee5 Simplify `NumberFormat` initialization. by davidmorgan · 3 years, 8 months ago
  29. fd12a5e Migrate more `package:intl` to null safety: migrate most of `src/intl`, leaving `number_formatter` and `compact_number_formatter`. by davidmorgan · 3 years, 8 months ago
  30. f477fdd Split up parts in `package:intl` so they can be migrated incrementally to null safety. by davidmorgan · 3 years, 8 months ago
  31. fc131e9 Migrate `package:intl` `intl_helpers.dart` to null safety. by davidmorgan · 3 years, 8 months ago
  32. a96ebb1 Migrate `package:intl` `Locale` and parser to null safety. by davidmorgan · 3 years, 8 months ago
  33. eeef779 Migrate all trivially migratable files in `package:intl`. by davidmorgan · 3 years, 9 months ago
  34. ee1c390 Enable null safety asserts for `package:intl` VM tests. by davidmorgan · 3 years, 9 months ago
  35. e6192c4 Mark `package:intl` as null safe, but opt out in all files. by davidmorgan · 3 years, 9 months ago
  36. b70bbf1 intl: Add `@pragma` for inlining for the VM, same as for dart2js. by davidmorgan · 3 years, 9 months ago
  37. 74799bd Update intl golden tests to match current state of the world. by davidmorgan · 3 years, 9 months ago
  38. d3c56e0 update changelog by Aleksandr Yurkovskiy · 3 years, 7 months ago
  39. ed3b5f0 fix test by Aleksandr Yurkovskiy · 3 years, 7 months ago
  40. d4ad715 Merge branch 'master' into update-ruble-sign by Aleksandr Yurkovskiy · 3 years, 7 months ago
  41. abb6485 Merge pull request #290 from jamesderlin/copybara-sync by David Morgan · 4 years ago
  42. fdfc6bf intl: Be more truthful about DateFormat's time zone support by Dart Team · 4 years ago
  43. b1335af intl: Make parsing two-digit years match the documented behavior by Dart Team · 4 years ago
  44. a17268d intl: Remove `new` from dartdoc comments by Dart Team · 4 years ago
  45. d6392ed intl: Fix analysis errors, fix some implicit dynamic cases by Dart Team · 4 years ago
  46. cd181a9 intl: Adjust METADATA and fix some execute permissions by Dart Team · 4 years ago
  47. 73342b9 Fix typo. by Dart Team · 4 years, 2 months ago
  48. 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
  49. 08e5a19 Fix a typo (#268) by Nate Bosch · 4 years, 2 months ago
  50. 077e653 update version by Aleksandr Yurkovskiy · 4 years, 2 months ago
  51. b119da3 update ruble sign by Aleksandr Yurkovskiy · 4 years, 2 months ago
  52. 21a01bb Add CHANGELOG entry and update pubspec for date parsing fix. by Dart Team · 4 years, 4 months ago
  53. 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
  54. 5ebf8fa Prepare to publish 0.16.1 by Dart Team · 4 years, 4 months ago 0.16.1
  55. e28246f Suppress failing tests that use FFI after breaking SDK change by Dart Team · 4 years, 4 months ago
  56. 5daf67b Add a changelog entry for the Locale export. by Dart Team · 4 years, 5 months ago
  57. eac69a7 Publish the Locale class under package:intl/locale.dart by Dart Team · 4 years, 5 months ago
  58. 469e340 Fix behavior of plural with float arguments that can be integers (e.g, 1.0) by Dart Team · 4 years, 6 months ago
  59. 2fcf1e0 Fix obsolete documentation by Dart Team · 4 years, 6 months ago
  60. 98f869c Skip test and analysis of test requiring dart:ffi externally by Dart Team · 4 years, 6 months ago
  61. ee5766d rollback of changelist 273850130 plus rollback of follow-on fixes by Dart Team · 4 years, 6 months ago
  62. bc4769a UninitializedLocaleData should fall back if the canonicalized form matches by Dart Team · 4 years, 6 months ago
  63. 564be15 Implement MessageFormat, equivalent to the Closure goog.i18n.MessageFormat by Dart Team · 4 years, 6 months ago
  64. 631cfb2 Demonstrate current currency formatting in unit tests. by Dart Team · 4 years, 6 months ago
  65. 4fb34d0 Retry or compensate for erratic errors in DateTime creation. Add tests. by Dart Team · 4 years, 6 months ago
  66. e381269 Update //third_party/dart_lang/trunk, v2 and macos_sdk to 30719b37a9397cc38610e71a804236ec314535ec. by Dart Team · 4 years, 7 months ago
  67. 1bf7687 Add dart_test.yaml to files to be exported by Dart Team · 4 years, 7 months ago
  68. e77c4de Fix number_format_test_core: don't terminate tests early for mismatching lists. by Dart Team · 4 years, 7 months ago
  69. 99cc086 Add explicit type parameters to load() calls by Dart Team · 4 years, 7 months ago
  70. 564c821 Canonicalize the locale in Intl.defaultLocale setter by Dart Team · 4 years, 7 months ago
  71. 2c4ae6e Add more information to the error when a DateTime fails verification. by Dart Team · 4 years, 7 months ago
  72. 5c426de Automated g4 rollback of changelist 273643404. by Dart Team · 4 years, 7 months ago
  73. 2cba200 Canonicalize the locale in Intl.defaultLocale setter by Dart Team · 4 years, 7 months ago
  74. 37f5980 Improve testing of Dart compact number formatting and compare with ICU and Web. by Dart Team · 4 years, 7 months ago
  75. 795c490 "Fix" all the warnings and lints in Intl by Dart Team · 4 years, 8 months ago
  76. 5be03cb Update analyzer version constraint, bump version by Dart Team · 4 years, 8 months ago 0.16.0
  77. 9d4b477 Add dart2js hints to methods that should be inlined. by Dart Team · 4 years, 8 months ago
  78. f85205a Make Intl generated code pass most current lint options by Dart Team · 4 years, 8 months ago
  79. f1d3ebd Automated g4 rollback of changelist 264686901. by Dart Team · 4 years, 9 months ago
  80. 241c6af Clean up README.md, PR #189 by Dart Team · 4 years, 9 months ago
  81. cbbd71c Make Intl generated code pass most current lint options by Dart Team · 4 years, 9 months ago
  82. 7852d5e Add 'decimalDigits' specification for Percent formatters. by Dart Team · 4 years, 9 months ago
  83. 5644b15 Updating plural rules to support num instead of int by Dart Team · 4 years, 10 months ago
  84. 64450cb Fix 1-24 hour format by Dart Team · 4 years, 11 months ago
  85. 6722e6b Update Dart's package:intl to CLDR v35, with two exceptions. by Dart Team · 5 years ago
  86. 6ecda17 Use platform_env instead of dart_env in package:intl tests. by Dart Team · 5 years ago
  87. 53bc5f4 Fix extension value assert regexps: they are "alphanum", not "alpha". by Dart Team · 5 years ago
  88. 4b27a88 Add a Locale class to package:intl. by Dart Team · 5 years ago
  89. 381d5d0 Change pubspec to be 0.16.0-dev by Dart Team · 5 years ago
  90. eb4ab70 Make a 0.15.8 version by Dart Team · 5 years ago 0.15.8
  91. dd05580 Add clarifying comment to Intl.select, to clarify the required ordering of arguments. by Dart Team · 5 years ago
  92. 461bea3 Allow Dart enums in Intl.select calls by Dart Team · 5 years ago
  93. fc0e204 Replace (implicit and explicit) dynamic with Object in public APIs. by Dart Team · 5 years ago
  94. 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
  95. 536a424 Make it more obvious that Intl.message [name] parameter is optional by Dart Team · 6 years ago
  96. 2f43c30 Add return types to Intl message implementation methods to help get them inlined. by Dart Team · 6 years ago
  97. 05a1ae5 Making the nested functions in the docs code examples compile. by Dart Team · 6 years ago
  98. 1771fd2 Remove obsolete transformer references form intl and intl_translation by alanknight · 6 years ago
  99. ef2e005 Bump intl and intl_translation versions to -dev by alanknight · 6 years ago
  100. ccdd1d8 Actually update .travis.yml to remove dartfmt step by alanknight · 6 years ago 0.15.7