Skip to content

Releases: de-luca/electron-json-config

2.1.0

01 Oct 09:40
2178639
Compare
Choose a tag to compare

Changes

  • Add optional configuration to pretty print JSON when saved (see #525)
  • Code and style cleanup (see #529)

Thank you @kelfish

2.0.0

26 Mar 12:18
e06a808
Compare
Choose a tag to compare

This major version introduce:

  • full typescript rewrite
  • electron support
  • behaviour and API changes

Please refer to UPGRADE.md to upgrade from a 1.x.x version.

1.5.3 - Fix property 'app' of undefined

22 May 17:20
751abfb
Compare
Choose a tag to compare

Changes

  • Fix cannot read property 'app' of undefined (see #25 )

Thank you @bgrayburn

1.5.2 - Fix file not loaded properly

10 May 16:59
a778d1d
Compare
Choose a tag to compare

Changes

  • Fix file loading problem (see #23)

Thank you @dwampler35 and @crivotz

1.5.1 - Fix missing file on clean install

29 Jan 18:26
007c64a
Compare
Choose a tag to compare

Changes

  • Fix an error occurring on a fresh install when userData is missing (see #17)

1.5.0 - Bulk manipulation

19 Mar 13:12
Compare
Choose a tag to compare

Changes

  • Introduced setBulk() and deleteBulk() (#12)

1.4.0 - DefaultValues all the way

18 Sep 08:58
Compare
Choose a tag to compare

Changes

  • You can now specify default values on get (see #8)

1.3.0 - Dependencies be gone

19 Jul 18:17
Compare
Choose a tag to compare

Changes

  • No more dependencies

1.2.0 - Require no more

12 Jul 19:51
Compare
Choose a tag to compare

Changes

  • Use readFileSync instead of require

1.1.0 - Deep access support

19 Apr 19:40
Compare
Choose a tag to compare

Changes

  • Deep access: it is now possible to use keys with dot separated levels of object.
    (eg: foo or foo.bar)