Dot-Env Packed v2.0.0
Rework on v1:
- Fresh base code with same idea.
- New integrated:
dotenv-flow. Old:dotenv,dotenv-expand,dotenv-conversion. parseEnvandgetEnvfunctions are removed.- New
packfunction:- Has the same idea of the old
parseEnvfunction. - Its return value has two properties:
parsedandget.parsedis on object which has the same idea of what the oldparseEnvfunction returns.getis a function that has the same idea of the oldgetEnvfunction.
- Has the same idea of the old
- Preload feature is added.