Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
- Added `parseBigInt`.
- Moved some extension methods to package `data_serializer`.
- Moved `StatisticsPlatform` to package `data_serializer` as `DataSerializerPlatform`.
- Exporting `data_serializer ^1.0.3`
  • Loading branch information
gmpassos committed Jan 4, 2022
1 parent 9b0728c commit c9c39fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Added `parseBigInt`.
- Moved some extension methods to package `data_serializer`.
- Moved `StatisticsPlatform` to package `data_serializer` as `DataSerializerPlatform`.
- Exporting `data_serializer ^1.0.2`
- Exporting `data_serializer ^1.0.3`

## 1.0.11

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
intl: ^0.17.0
collection: ^1.15.0
data_serializer: ^1.0.2
data_serializer: ^1.0.3

dev_dependencies:
lints: ^1.0.1
Expand Down

0 comments on commit c9c39fe

Please sign in to comment.