Skip to content

Commit cb60fb2

Browse files
authored
Updated to v2.3.0 (#45)
1 parent eabb480 commit cb60fb2

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.3.0]
4+
5+
- **Added:** Support for Italian (it) locale.
6+
- **Updated:** Documentation for new locale.
7+
- **Fixed:** Issue with locale in `DateFormat` method of `intl` package. ([#43](https://github.com/nixrajput/get_time_ago/issues/43))
8+
39
## [2.2.0]
410

511
- **Added:** Support for Nepali (ne) locale.

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ A Dart package that converts and formats `DateTime` objects into human-readable
77
[![Forks](https://img.shields.io/github/forks/nixrajput/get_time_ago?label=Forks&style=flat)][repo]
88
[![Watchers](https://img.shields.io/github/watchers/nixrajput/get_time_ago?label=Watchers&style=flat)][repo]
99
[![Contributors](https://img.shields.io/github/contributors/nixrajput/get_time_ago?label=Contributors&style=flat)][repo]
10-
[![CI](https://github.com/nixrajput/get_time_ago/workflows/CI/badge.svg?style=flat)][pub]
1110

12-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nixrajput/get_time_ago?label=Latest&style=flat)][releases]
11+
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/nixrajput/get_time_ago?label=Code+Size&style=flat)][repo]
12+
[![GitHub repo size](https://img.shields.io/github/repo-size/nixrajput/get_time_ago?label=Repo+Size&style=flat)][repo]
13+
[![GitHub language count](https://img.shields.io/github/languages/count/nixrajput/get_time_ago?label=Languages&style=flat)][repo]
14+
[![GitHub top language](https://img.shields.io/github/languages/top/nixrajput/get_time_ago?label=Top+Language&style=flat)][repo]
15+
16+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nixrajput/get_time_ago?label=Latest+Release&style=flat)][releases]
1317
[![GitHub last commit](https://img.shields.io/github/last-commit/nixrajput/get_time_ago?label=Last+Commit&style=flat)][repo]
1418
[![GitHub issues](https://img.shields.io/github/issues/nixrajput/get_time_ago?label=Issues&style=flat)][issues]
1519
[![GitHub pull requests](https://img.shields.io/github/issues-pr/nixrajput/get_time_ago?label=Pull+Requests&style=flat)][pulls]

analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ linter:
4949
- omit_local_variable_types
5050
- only_throw_errors
5151
- overridden_fields
52-
- package_api_docs
5352
- package_names
5453
- package_prefixed_library_names
5554
- prefer_adjacent_string_concatenation

pubspec.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: get_time_ago
22
description: A Dart package to convert and format `DateTime` objects into human-readable 'time ago' strings like '20 seconds ago', 'a minute ago', or '7 hours ago'.
33

4-
version: 2.2.1
4+
version: 2.3.0
55

66
homepage: https://pub.dev/packages/get_time_ago
77
repository: https://github.com/nixrajput/get_time_ago
@@ -15,13 +15,14 @@ dependencies:
1515

1616
dev_dependencies:
1717
lints: ^5.1.1
18-
test: ^1.25.14
18+
test: ^1.25.15
1919

2020
topics:
2121
- get-time-ago
22-
- gettimeago
23-
- timeago
2422
- time-ago
23+
- timeago
24+
- flutter-timeago
25+
- flutter-get-time-ago
2526

2627
funding:
2728
- https://ko-fi.com/nixrajput

0 commit comments

Comments
 (0)