prettyprinter-graphviz 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+9/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−4
- prettyprinter-graphviz.cabal +1/−1
CHANGELOG.md view
@@ -1,13 +1,17 @@ # Revision history for prettyprinter-graphviz -## 0.1.0.0 -- 2020-01-16+## 1.0.0.0 -- 2020-06-12 -* First version. Released on an unsuspecting world.+* Simplify considerably by using helper functions from `prettyprinter`. +## 0.1.1.1 -- 2020-02-22++* Fix bug causing graphviz to fall over if an annotation were applied to an empty string. This could easily occur in the case of a non-indented newline.+ ## 0.1.1.0 -- 2020-02-10 * Include safe versions of functions. -## 0.1.1.1 -- 2020-02-22+## 0.1.0.0 -- 2020-01-16 -* Fix bug causing graphviz to fall over if an annotation were applied to an empty string. This could easily occur in the case of a non-indented newline.+* First version. Released on an unsuspecting world.
prettyprinter-graphviz.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: prettyprinter-graphviz-version: 1.0.0.0+version: 1.0.0.1 synopsis: A prettyprinter backend for graphviz description: Provides utility functions for rendering pretty GraphViz labels. homepage: https://github.com/georgefst/prettyprinter-graphviz