Skip to content

Releases: nix-community/dconf2nix

v0.1.1

22 Jun 10:26
2fc3b0d
Compare
Choose a tag to compare

Same as v0.1.0, just forgot to bump the version in the cabal file.

v0.1.0

22 Jun 10:23
bcb1c60
Compare
Choose a tag to compare

What's Changed

⚠️ BREAKING CHANGE: from now on, white spaces are not trimmed anymore.

Huge thanks to @AshleyYakeley for adding support for variants and records, while improving the parser! 🚀

New Contributors

Full Changelog: v0.0.12...v0.1.0

v0.0.12

17 Oct 11:08
101e102
Compare
Choose a tag to compare

Changes

#68 parser: add pipe in strings by @gvolpe
#70 feature: add emoji support by @gvolpe

Documentation

#63 Edit troubleshooting section by @broccoli5
#65 Expand import instructions by @broccoli5
#66 Fix binary link by @silasdavis

v0.0.11

19 Jan 20:18
fe7e3d9
Compare
Choose a tag to compare

Changes

  • #54 fix parsing of exclamation mark (!)
  • #55 fix parser of escaped quotes
  • #56 add support for dot in header namespaces
  • 664b1d2 fixes #57: header containing _
  • fe7e3d9 fixes #58: string containing =
  • 0c8282f fixes #59: list of json

v0.0.10

07 Dec 10:54
629faff
Compare
Choose a tag to compare

No changes compared to https://github.com/gvolpe/dconf2nix/releases/tag/v0.0.9 , just setting the right version in the cabal build file.

v0.0.9

18 Nov 16:49
7aea3b5
Compare
Choose a tag to compare

Changes & Bug fixes

  • #38 Feature: JSON parser & renderer
  • #40 Tuples: Wrap negative number (Double) in parens
  • #42 Support double-quoted strings
  • #44 Use GVariant mk functions
  • #46 Fix indexer key parser
  • 3d67a84 Escape quotes
  • 7aea3b5 Add support for numbers in scientific notation

v0.0.8

23 May 17:26
6bf3d7d
Compare
Choose a tag to compare

Bug fixes

  • #35 Fix parsing & rendering of empty list
  • #36 Fix variants parser

v0.0.7

01 Dec 21:28
34c523e
Compare
Choose a tag to compare

Changes

  • #29 Add missing tokens + List of dictionaries

Internal

  • #26 Optimize CI build with nix-build-uncached
  • #27 Remove unnecessary quotes
  • #30 Add TOC to README

v0.0.6

20 Sep 10:17
cf976e0
Compare
Choose a tag to compare

Changes

  • #21 Do not add quotes on keys
  • #23 Support for custom root

Internal

  • #19 Adding tests for dconf parser
  • #20 End-to-end tests

v0.0.5

07 Aug 08:21
Compare
Choose a tag to compare

Changes

  • #16 Stdin & stdout support (you can now run dconf dump / | dconf2nix > dconf.nix)
  • #15 Guarantee termination via a configurable timeout

Internal

  • #14 Reading version from Cabal file
  • #13 Setting up CI build

In addition, the README file now contains a benchmark and a troubleshooting sections.