@@ -20,21 +20,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
2121 Should help with cross-platform compatibility.
2222
23- ## [ 6.0.1] - 2018-01-22
24-
2523### Fixed
2624
27- * Fixed some imports broken during the TypeScript rewrite
25+ * Fixed ` db.uninstallService(mount, opts) ` opts default value
2826
29- If you were previously seeing errors involving a ` default ` property,
30- this should make those go away.
27+ * Fixed ` db.getServiceConfiguration(mount, minimal) ` minimal representation
28+
29+ * Fixed ` db.getServiceDependencies(mount, minimal) ` minimal representation
30+
31+ * Fixed ` db.updateServiceConfiguration(mount, cfg, minimal) ` non-minimal representation
32+
33+ * Fixed ` db.replaceServiceConfiguration(mount, cfg, minimal) ` non-minimal representation
34+
35+ * Fixed ` db.updateServiceDependencies(mount, cfg, minimal) ` non-minimal representation
36+
37+ * Fixed ` db.replaceServiceDependencies(mount, cfg, minimal) ` non-minimal representation
38+
39+ * Fixed handling of non-json responses
40+
41+ ## [ 6.0.1] - 2018-01-22
3142
3243### Changed
3344
3445* Use ` rimraf ` for build process
3546
3647 Should help with cross-platform compatibility.
3748
49+ ### Fixed
50+
51+ * Fixed some imports broken during the TypeScript rewrite
52+
53+ If you were previously seeing errors involving a ` default ` property,
54+ this should make those go away.
55+
3856## [ 6.0.0] - 2018-01-11
3957
4058### Removed
0 commit comments