Skip to content

Latest commit

 

History

History
165 lines (89 loc) · 8.05 KB

CHANGELOG.md

File metadata and controls

165 lines (89 loc) · 8.05 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.14 (2024-03-08)

1.3.13 (2023-12-02)

Bug Fixes

  • deps: fix package exports, default must be last (100053f)

1.3.12 (2023-09-17)

1.3.11 (2023-06-19)

1.3.10 (2023-02-19)

Bug Fixes

  • load file fills in the object fields from the loaded file (62cab2c)

1.3.9 (2022-12-22)

Bug Fixes

  • add parse option map of number validator on cli (c606608)
  • deps: update dependency dotenv-expand to v10 (c6ef9a6)
  • improve map of numbers parsed option check on cli (e029e4e)

1.3.8 (2022-12-15)

Bug Fixes

  • trim dots on extension config (0e4fda8)

1.3.7 (2022-12-15)

1.3.6 (2022-11-30)

Bug Fixes

  • check json value parsed on run cli (015e454)
  • prevent path empty string (7bd3f59)

1.3.5 (2022-11-23)

Bug Fixes

1.3.4 (2022-11-23)

Bug Fixes

  • cli argv parameters parsing (037d338)
  • save changes on empty dotenv (b76948d)

1.3.3 (2022-11-23)

Bug Fixes

  • save changes on dotenv file matching (b07850fe)
  • add run cli return value (d61cc1d0)
  • get priorities with environment on run (32efc79d)

1.3.2 (2022-11-22)

Bug Fixes

1.3.1 (2022-11-22)

Bug Fixes

  • add encoding string typing and casting (f583e53)
  • improve cli option parsing and type detection (b77d9fa)

1.3.0 (2022-11-22)

Features

  • add file to load dotenv files with require (c27232b), closes #2
  • add options as parameters on cli usage method (3b23fc2)

1.2.0 (2022-11-22)

Features

  • add defaults dotenv config and matcher (b2c9028)
  • load defaults dotenv file (479ecf4)

Bug Fixes

  • load dotenv on process with defaults (e379f2d)

1.1.4 (2022-11-19)

Bug Fixes

  • add config props nullable (62393f0)

1.1.3 (2022-11-18)

Bug Fixes

  • typo repo name in homepage and bug url of package.json (413c3c4)
  • add export default dotenv class (9bfed27)
  • set accessor properties as private (afd4df8)

1.1.2 (2022-11-18)

Bug Fixes

  • add explicit typing on shortcut functions (2abe7ff)

1.1.1 (2022-11-14)

Docs

  • improve priorities documentation

1.1.0 (2022-11-12)

Features

  • add load and config shortcuts (38677e9)

1.0.1 (2022-11-11)

Bug Fixes

  • path file configuration (4b02d66)

1.0.0 (2022-11-11)

Bug Fixes

0.2.0 (2022-11-11)

Features

  • add encoding, override and debug config (4707aac)
  • add parse method (6e9800d)

0.1.2 (2022-11-11)

Features

  • add cwd and depth config (4343ac2)

Bug Fixes

  • improve code compatibility (e0f5b16)

0.1.1 (2022-11-10)

Bug Fixes

0.1.0 (2022-11-10)