Skip to content

Commit

Permalink
Updated to v2.3.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput authored Feb 24, 2025
1 parent eabb480 commit cb60fb2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.3.0]

- **Added:** Support for Italian (it) locale.
- **Updated:** Documentation for new locale.
- **Fixed:** Issue with locale in `DateFormat` method of `intl` package. ([#43](https://github.com/nixrajput/get_time_ago/issues/43))

## [2.2.0]

- **Added:** Support for Nepali (ne) locale.
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ A Dart package that converts and formats `DateTime` objects into human-readable
[![Forks](https://img.shields.io/github/forks/nixrajput/get_time_ago?label=Forks&style=flat)][repo]
[![Watchers](https://img.shields.io/github/watchers/nixrajput/get_time_ago?label=Watchers&style=flat)][repo]
[![Contributors](https://img.shields.io/github/contributors/nixrajput/get_time_ago?label=Contributors&style=flat)][repo]
[![CI](https://github.com/nixrajput/get_time_ago/workflows/CI/badge.svg?style=flat)][pub]

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nixrajput/get_time_ago?label=Latest&style=flat)][releases]
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/nixrajput/get_time_ago?label=Code+Size&style=flat)][repo]
[![GitHub repo size](https://img.shields.io/github/repo-size/nixrajput/get_time_ago?label=Repo+Size&style=flat)][repo]
[![GitHub language count](https://img.shields.io/github/languages/count/nixrajput/get_time_ago?label=Languages&style=flat)][repo]
[![GitHub top language](https://img.shields.io/github/languages/top/nixrajput/get_time_ago?label=Top+Language&style=flat)][repo]

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nixrajput/get_time_ago?label=Latest+Release&style=flat)][releases]
[![GitHub last commit](https://img.shields.io/github/last-commit/nixrajput/get_time_ago?label=Last+Commit&style=flat)][repo]
[![GitHub issues](https://img.shields.io/github/issues/nixrajput/get_time_ago?label=Issues&style=flat)][issues]
[![GitHub pull requests](https://img.shields.io/github/issues-pr/nixrajput/get_time_ago?label=Pull+Requests&style=flat)][pulls]
Expand Down
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ linter:
- omit_local_variable_types
- only_throw_errors
- overridden_fields
- package_api_docs
- package_names
- package_prefixed_library_names
- prefer_adjacent_string_concatenation
Expand Down
9 changes: 5 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: get_time_ago
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'.

version: 2.2.1
version: 2.3.0

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

dev_dependencies:
lints: ^5.1.1
test: ^1.25.14
test: ^1.25.15

topics:
- get-time-ago
- gettimeago
- timeago
- time-ago
- timeago
- flutter-timeago
- flutter-get-time-ago

funding:
- https://ko-fi.com/nixrajput
Expand Down

0 comments on commit cb60fb2

Please sign in to comment.