Skip to content

Commit

Permalink
v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 19, 2023
1 parent e404c46 commit 8283825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/cv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.2.13-1
## 0.2.13

* add `CvField.encoded` static function to encode a field content during toMap/fromMap
* add `CvField.encoded` static function to encode a field content during `toMap()`/`fromMap()`
* add `cvModelsAreEquals` helpers with optional columns selection to compare 2 models

## 0.2.12+1

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: 0.2.13-1
version: 0.2.13
homepage: https://github.com/tekartik/cv.dart/tree/main/packages/cv

environment:
Expand Down

0 comments on commit 8283825

Please sign in to comment.