Releases: mayoras/conv
Releases · mayoras/conv
Stable Release v0.2.0 - CLI options and commands
Full Changelog: v0.1.3...v0.2.0-pre
- Added options and commands for non-interactive use.
- Added new styles in API fetching.
Fixes
- Missed uncaught promise in
index.ts
. - Missed condition in
do-while
block.
Stable Release - `.env` file support
Full Changelog: v0.1.2...v0.1.3-pre
- Add the posiblity of using
.env
files in case of encountering in a dev environment. .env
files will not work in production unless there's a existing.env
file in the current directory, in that case, it will use what is defined in that file.
Fixes
- Compile
index.ts
instead of thesrc/main.ts
file. - Use a simple
if
to check if there's a.env
file.
Pre-release v0.1.3 - Introducing .env files for dev environment
Full Changelog: v0.1.2...v0.1.3-pre
- Add the posiblity of using
.env
files in case of encountering in a dev environment. .env
files will not work in production unless there's a existing.env
file in the current directory, in that case, it will use what is defined in that file.
Fixes
- Compile
index.ts
instead of thesrc/main.ts
file. - Use a simple
if
to check if there's a.env
file.
Stable Release - User-defined env variables
Full Changelog: v0.1.2-pre-1...v0.1.2-pre-2
- User has to provide an env variable for the API key.
- Avoid using
.env
files to manage environment variables, since is causing troubles when publishing the script.
You can now install the stable release on https://deno.land/x/[email protected]/index.ts
ENV variables in production
Full Changelog: v0.1.1-pre...v0.1.2-pre
- User have to set the API key in order to use the program.
- API constants defaults to stable API version and domain.