jet 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~recursive-zipperPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: recursive-zipper
API changes (from Hackage documentation)
- Jet: instance Control.Lens.Indexed.FoldableWithIndex Jet.JIndex Data.Aeson.Extra.Recursive.ValueF
- Jet: instance Control.Lens.Indexed.FunctorWithIndex Jet.JIndex Data.Aeson.Extra.Recursive.ValueF
- Jet: instance Control.Lens.Indexed.TraversableWithIndex Jet.JIndex Data.Aeson.Extra.Recursive.ValueF
+ Jet: instance WithIndex.FoldableWithIndex Jet.JIndex Data.Aeson.Extra.Recursive.ValueF
+ Jet: instance WithIndex.FunctorWithIndex Jet.JIndex Data.Aeson.Extra.Recursive.ValueF
+ Jet: instance WithIndex.TraversableWithIndex Jet.JIndex Data.Aeson.Extra.Recursive.ValueF
Files
README.md view
@@ -1,4 +1,4 @@-# structural-json+# Jet - A Structural JSON editor <!-- toc GFM --> @@ -10,7 +10,7 @@ <!-- tocstop --> -A structural editor for JSON.+Jet is a structural editor for JSON. I.e. an editor which is aware of the *structure* of JSON and allows you to manipulate it directly. The document is _always_ in a valid state.@@ -35,7 +35,7 @@ # Installation ```shell-cabal install jet+cabal update && cabal install jet ``` # Usage
jet.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: jet-version: 0.0.0.1+version: 0.0.0.2 description: Please see the README on GitHub at <https://github.com/ChrisPenner/jet#readme> homepage: https://github.com/ChrisPenner/jet#readme bug-reports: https://github.com/ChrisPenner/jet/issues@@ -66,7 +66,7 @@ , prettyprinter , prettyprinter-ansi-terminal , recursion-schemes- , recursive-zipper ==0.0.0.0+ , recursive-zipper >=0.0 , scientific , text , text-zipper@@ -119,7 +119,7 @@ , prettyprinter , prettyprinter-ansi-terminal , recursion-schemes- , recursive-zipper ==0.0.0.0+ , recursive-zipper >=0.0 , scientific , text , text-zipper@@ -173,7 +173,7 @@ , prettyprinter , prettyprinter-ansi-terminal , recursion-schemes- , recursive-zipper ==0.0.0.0+ , recursive-zipper >=0.0 , scientific , text , text-zipper