Skip to content

Commit

Permalink
[cv] v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 18, 2024
1 parent 0b81e71 commit 834816b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/cv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 1.1.1
## 1.1.2

* Add `basicTypeToInt`, `basicTypeToBool`, `basicTypeToNum` and `basicTypeToDouble` in `utils/value_utils.dart`

## 1.1.1+1

* add `jsonPrettyEncode`, toJsonPretty utility and extension on Map and List in cv_json

## 1.1.0+4

* add `keyPartsToString` and `keyPartsFromString`
Expand Down
2 changes: 1 addition & 1 deletion packages/cv/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cv
description: Content Values map helpers. Define objects that can be converted to/from maps.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/tekartik/cv.dart/tree/main/packages/cv

topics:
Expand Down

0 comments on commit 834816b

Please sign in to comment.