Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-figueiredo-alves authored Jun 11, 2023
1 parent c704bba commit 15508e2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ DotEnv4Delphi is a library to use **.env** files in Delphi/Lazarus. You can also

## Latest version - New features

DotEnv4Delphi's latest version is **1.1.0**
DotEnv4Delphi's latest version is **1.2.0**

New features implemented:
- Implemented access to a variable you can define called Development (a boolean variable) to tell the app it is a Development environment or production
- Implemented access to a variable you can define called Development (a boolean variable) to tell the app it is a Development environment or production (using isDevelopment function)
- Implemented direct access to some variables:
- Port
- Hostname
Expand All @@ -28,7 +28,9 @@ New features implemented:
- DbHost
- Token
- BaseURL
- ConnectionString
- ConnectionString
- Database_URL
- Secret_Key

## Features

Expand Down Expand Up @@ -201,4 +203,4 @@ Another way is to use the package manager [Boss](https://github.com/HashLoad/bos

# Version

**[DotEnv4Delphi version 1.1.0](/../../releases/latest)**
**[DotEnv4Delphi version 1.2.0](/../../releases/latest)**

0 comments on commit 15508e2

Please sign in to comment.