Skip to content

Commit

Permalink
chore: release v0.5.2 (#76)
Browse files Browse the repository at this point in the history
* chore: release v0.5.2

* chore: release v0.5.2

* chore: release v0.5.2

* chore: update changelogs
  • Loading branch information
techouse authored Nov 18, 2023
1 parent b42f845 commit e886dc9
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 11 deletions.
69 changes: 60 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,62 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-11-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

### Packages with other changes:

- [`envied` - `v0.5.2`](#envied---v052)
- [`envied_generator` - `v0.5.2`](#enviedgenerator---v052)

---

#### `envied` - `v0.5.2`

- **FEAT**: add ability to convert field name from camelCase to CONSTANT_CASE (#42)

#### `envied_generator` - `v0.5.2`

- **FEAT**: add ability to convert field name from camelCase to CONSTANT_CASE (#42)
- **FEAT**: generated files are now ignored in the coverage report (#62)
- **FEAT**: add support for Uri fields (#70)
- **FEAT**: add support for DateTime fields (#70)
- **FEAT**: add support for obfuscated double fields (#72)
- **FEAT**: add support for obfuscated num fields (#72)
- **FEAT**: add support for enum fields (#73)

## 2023-11-04

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

### Packages with other changes:

- [`envied` - `v0.5.1`](#envied---v051)
- [`envied_generator` - `v0.5.1`](#enviedgenerator---v051)

---

#### `envied` - `v0.5.1`

- **FEAT**: add null value support (#66)

#### `envied_generator` - `v0.5.1`

- **FEAT**: add null value support (#66)

## 2023-09-22

### Changes
Expand All @@ -15,8 +71,8 @@ Packages with breaking changes:

Packages with other changes:

- [`envied` - `v0.5.0`](#envied---v0501)
- [`envied_generator` - `v0.5.0`](#envied_generator---v0501)
- [`envied` - `v0.5.0`](#envied---v050)
- [`envied_generator` - `v0.5.0`](#enviedgenerator---v050)

---

Expand All @@ -28,11 +84,6 @@ Packages with other changes:

- **REFACTOR**: facelift both Envied and EnviedGenerator to Dart 3.0 (#46).

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-11

### Changes
Expand All @@ -46,7 +97,7 @@ Packages with breaking changes:
Packages with other changes:

- [`envied` - `v0.3.0+3`](#envied---v0303)
- [`envied_generator` - `v0.3.0+3`](#envied_generator---v0303)
- [`envied_generator` - `v0.3.0+3`](#enviedgenerator---v0303)

---

Expand All @@ -72,7 +123,7 @@ Packages with breaking changes:
Packages with other changes:

- [`envied` - `v0.3.0+1`](#envied---v0301)
- [`envied_generator` - `v0.3.0+1`](#envied_generator---v0301)
- [`envied_generator` - `v0.3.0+1`](#enviedgenerator---v0301)

---

Expand Down
4 changes: 4 additions & 0 deletions packages/envied/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2

- **FEAT**: add ability to convert field name from camelCase to CONSTANT_CASE (#42)

## 0.5.1

- **FEAT**: add null value support (#61)
Expand Down
2 changes: 1 addition & 1 deletion packages/envied/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: envied
description: Explicitly reads environment variables into a dart file from a .env file for more security and faster start up times.
version: 0.5.1
version: 0.5.2
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand Down
10 changes: 10 additions & 0 deletions packages/envied_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.2

- **FEAT**: add ability to convert field name from camelCase to CONSTANT_CASE (#42)
- **FEAT**: generated files are now ignored in the coverage report (#62)
- **FEAT**: add support for Uri fields (#70)
- **FEAT**: add support for DateTime fields (#70)
- **FEAT**: add support for obfuscated double fields (#72)
- **FEAT**: add support for obfuscated num fields (#72)
- **FEAT**: add support for enum fields (#73)

## 0.5.1

- **FEAT**: add null value support (#61)
Expand Down
2 changes: 1 addition & 1 deletion packages/envied_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: envied_generator
description: Generator for the Envied package. See https://pub.dev/packages/envied.
version: 0.5.1
version: 0.5.2
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand Down

0 comments on commit e886dc9

Please sign in to comment.