Skip to content

Releases: lecstor/copin

Acorn security fix

14 Mar 02:50
Compare
Choose a tag to compare
  • Bump acorn from 6.4.0 to 6.4.1 2f37ddd

v2.0.0...v2.0.1

v2 with TS support

14 Feb 03:21
Compare
Choose a tag to compare
  • rewrite to support TS and other things cd7988c

v0.0.6...v2.0.0

add local config, modify test env options

26 Mar 01:04
Compare
Choose a tag to compare
  • local.yaml now overrides all others unless node env is test
  • added option includeLocalInTest
  • option fileOnlyNodeEnv replaced with includeEnvMapInTest

Improve README

26 Mar 01:05
Compare
Choose a tag to compare

that is all

Add external config

12 Mar 12:47
Compare
Choose a tag to compare

Adds the extConfig option to specify an object of config values which will be merged into the config before the ENV_MAP values are merged.

Change option names

12 Mar 12:49
Compare
Choose a tag to compare
  • noModeConfig -> noNodeEnvConfig
  • noEnvMode -> fileOnlyNodeEnv
  • fresh -> reload

noModeConfig & isGlobal

12 Mar 12:51
Compare
Choose a tag to compare
  • validate noModeConfig option
  • warn or error on missing modeConfig if noModeConfig is set
  • add isGlobal option for control over Copin singleton status