Skip to content

Commit fb245d8

Browse files
committed
deploy: release 1.3.2
1 parent db5a87e commit fb245d8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1+
## 1.3.2
2+
3+
- Fix null and missing value check for default value
4+
15
## 1.3.1
6+
27
- Take given schema to apply existing constraint
38

49
## 1.3.0
10+
511
- Remove existing environment key exception for `DART_ENV`
612

713
## 1.2.0
14+
815
- Add `toJson()` method to convert environment variables to a Map
916

1017
## 1.1.0
18+
1119
- Implement enum line environment declaration
1220

1321
## 1.0.1
22+
1423
- Add missing translation
1524

1625
## 1.0.0

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: env_guard
22
description: A simple, robust, and typed environment validation library for Dart/Flutter, designed to simplify and secure environment in applications
3-
version: 1.3.1
3+
version: 1.3.2
44
repository: https://github.com/LeadcodeDev/env_guard
55

66
environment:
77
sdk: ^3.7.0
88

99
# Add regular dependencies here.
10-
dependencies:
11-
# path: ^1.8.0
10+
# dependencies:
11+
# path: ^1.8.0
1212

1313
dev_dependencies:
1414
lints: ^5.0.0

0 commit comments

Comments
 (0)