Skip to content

Commit 4377786

Browse files
committed
Amended description.
1 parent 7de9bff commit 4377786

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.1
2+
- Amended description.
3+
14
## 0.3.0
25
- Removed extension method `enumValue<T>()`, use `get<T>()` instead.
36
- Updated dependencies.

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: generic_reader
22

3-
description: Extension on ConstantReader enabling the retrieval of generic
4-
compile-time constants. Streamlines reading constants of type List, Map, Set,
5-
as well as Dart Enums.
3+
description: Extension providing methods for the systematic reading of
4+
enums, constant lists, maps, sets, and generic compile-time constant expressions.
65

7-
version: 0.3.0
6+
version: 0.3.1
87

98
homepage: https://github.com/simphotonics/generic_reader
109

0 commit comments

Comments
 (0)