Releases: nix-community/dconf2nix
Releases · nix-community/dconf2nix
v0.1.1
Same as v0.1.0, just forgot to bump the version in the cabal file.
v0.1.0
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
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
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.9
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
Bug fixes
- #35 Fix parsing & rendering of empty list
- #36 Fix variants parser
v0.0.7
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
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
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.