All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2021-08-26
-
Query multiple environments at once:
env('development', 'test') // true for NODE_ENV=development
0.4.0 - 2021-08-26
- typescript index.d.ts correctly expose the API
- Rename package name from node.env-inspector to node-environment
0.3.0 - 2021-06-04
0.2.0 - 2021-06-04
- inspect NODE_ENV environment variable and query for specific value or return its value if none is given through
env
interface - Add authored declaration file index.d.ts to be used by typescript projects
0.1.0 - 2021-06-04
- project setup with prettier, eslint and jest