Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 1.46 KB

Changelog

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

Added

  • Query multiple environments at once:

    env('development', 'test') // true for NODE_ENV=development

0.4.0 - 2021-08-26

Fixed

  • typescript index.d.ts correctly expose the API

Changed

  • Rename package name from node.env-inspector to node-environment

0.3.0 - 2021-06-04

Added

0.2.0 - 2021-06-04

Added

  • 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

Added

  • project setup with prettier, eslint and jest