Skip to content

Releases: mayoras/conv

Stable Release v0.2.0 - CLI options and commands

26 Aug 16:58
Compare
Choose a tag to compare

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

25 Aug 18:05
Compare
Choose a tag to compare

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 the src/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

25 Aug 17:26
Compare
Choose a tag to compare

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 the src/main.ts file.
  • Use a simple if to check if there's a .env file.

Stable Release - User-defined env variables

25 Aug 16:31
Compare
Choose a tag to compare

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

25 Aug 15:17
Compare
Choose a tag to compare
Pre-release

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.