Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
78a3f1c
add compatibility for iteritems
eduardostalinho May 31, 2016
81c46d6
Merge pull request #3 from eduardostalinho/feature/compatibility
etandel May 31, 2016
62ec8d5
Bump version to 0.4
etandel May 31, 2016
750d1d5
Package for PyPI
etandel May 31, 2016
6a8a829
Implement OptS
etandel Jun 1, 2016
2c58b5e
Unify S and OptS tests
etandel Jun 1, 2016
0bcab03
Implement ProtectedF
etandel Jun 1, 2016
51c1dc1
Unify F and ProtectedF tests
etandel Jun 1, 2016
1f8cfcb
Add docstring to Format
etandel Jun 1, 2016
47d44d9
Add docstring to F
etandel Jun 1, 2016
0ea09d5
Merge pull request #9 from Onyo/feature/complete-docstrings
etandel Jun 1, 2016
41643f5
Rename OptS -> OptionalS
etandel Jun 1, 2016
ec5d9a0
Add more tests to S
etandel Jun 1, 2016
b84fbec
Merge pull request #7 from Onyo/feature/optional-keys
etandel Jun 1, 2016
86f0a73
Bump version to 0.5.0
etandel Jun 1, 2016
ca3f00a
Merge branch 'release/0.5.0'
etandel Jun 1, 2016
2db925c
Merge branch 'release/0.5.0' into develop
etandel Jun 1, 2016
774bae2
Make ListOps composable
etandel Jun 1, 2016
a50c90d
Add compatibility to older ListOps
etandel Jun 1, 2016
3e7e97e
Update list ops docstrings
etandel Jun 1, 2016
874c4db
Make list ops compatible with py3
etandel Jun 1, 2016
518b784
Merge pull request #10 from Onyo/feature/composable-list-ops
etandel Jun 1, 2016
e1ac155
Allow for non-dict and non-list constants to not use K
etandel Jun 2, 2016
ceea3c1
Merge pull request #11 from Onyo/feature/constants-without-k
etandel Jun 3, 2016
81dc1f5
Add contexts
etandel Jun 3, 2016
9e8c34b
Merge pull request #12 from Onyo/feature/context
etandel Jun 3, 2016
c5b1892
Bump version to 0.6.0
etandel Jun 3, 2016
657e798
Merge branch 'release/0.6.0'
etandel Jun 3, 2016
958f716
Merge branch 'release/0.6.0' into develop
etandel Jun 3, 2016
db78ce8
Add Context to jsonbender root module
etandel Jun 3, 2016
9f0a923
Merge branch 'release/0.6.1'
etandel Jun 3, 2016
1927a6c
Fix handling of Transport
etandel Jun 5, 2016
ef04572
Bump version to 0.6.2
etandel Jun 5, 2016
d1d02cb
Merge branch 'release/0.6.2'
etandel Jun 5, 2016
5d4d184
Merge branch 'release/0.6.2' into develop
etandel Jun 5, 2016
08e7985
Make __call__ return value, not transport
etandel Jun 5, 2016
533cf79
Merge branch 'feature/improve-transport' into develop
etandel Jun 6, 2016
d647469
Bump version to 0.6.3
etandel Jun 6, 2016
bd48f73
Merge branch 'release/0.6.3'
etandel Jun 6, 2016
e161955
Merge branch 'release/0.6.3' into develop
etandel Jun 6, 2016
9dac279
Add Forall.bend()
etandel Jun 28, 2016
9adca5e
Bump version to 0.6.4
etandel Jun 28, 2016
eebfd38
Merge branch 'release/0.6.4'
etandel Jun 28, 2016
c8180b1
Merge branch 'release/0.6.4' into develop
etandel Jun 28, 2016
ada2986
Add context to Forall.bend()
etandel Jun 28, 2016
7370154
Bump version to 0.7.0
etandel Jun 28, 2016
072e16a
Merge branch 'release/0.7.0'
etandel Jun 28, 2016
b210124
Merge branch 'release/0.7.0' into develop
etandel Jun 28, 2016
108f158
Make BinaryOperator work with contexts
etandel Sep 1, 2016
dd968a9
Merge branch 'fix/binops-with-context' into develop
etandel Sep 1, 2016
eedc735
Bump JSONBender to 0.7.1
etandel Sep 1, 2016
4ee15cf
Merge branch 'release/0.7.1'
etandel Sep 1, 2016
b762a2a
Merge branch 'release/0.7.1' into develop
etandel Sep 1, 2016
c7c1b98
Improve docs
etandel Sep 2, 2016
6ad0fac
Make Forall.bend() inherit context
etandel Oct 6, 2016
9787932
Add ForallBend docs
etandel Oct 6, 2016
a373959
Merge branch 'feature/inherit-context-on-forallbend' into develop
etandel Oct 6, 2016
0a28269
Bump JSONBender to 0.8.0
etandel Oct 6, 2016
8540c93
Merge branch 'release/0.8.0'
etandel Oct 6, 2016
70ce1b7
Merge branch 'release/0.8.0' into develop
etandel Oct 6, 2016
b5d37da
Added ProtectedFormat.
Oct 31, 2016
ac822ce
support python3; add tox to run unit tests
jakul Jan 26, 2017
3bc31c9
Add eq op
etandel May 5, 2017
645b4cd
Merge branch 'feature/eq-op' into develop
etandel May 5, 2017
4320f79
Bump version to 0.8.1
etandel May 5, 2017
fb5f75c
Merge branch 'release/0.8.1' into develop
etandel May 5, 2017
2435e80
Merge pull request #16 from jakul/feat/py3-compatibilty
etandel Jun 15, 2017
5b6890b
Bump tox tests from 35 to 36
etandel Jun 15, 2017
5da4a93
Add control flow benders
etandel Jun 15, 2017
a57307f
Merge branch 'feature/control-flow' into develop
etandel Jun 15, 2017
f8656af
Add control flow docs to README
etandel Jun 15, 2017
d999311
Merge pull request #14 from hdantas/feat/ProtectedFormat
etandel Jun 16, 2017
6b2bdd9
Add &, |, ~ ops
etandel Jun 16, 2017
c610b64
Merge branch 'feature/logical-ops' into develop
etandel Jun 16, 2017
302b992
Bump version to 0.9.0
etandel Jun 16, 2017
de2a9e2
Merge branch 'release/0.9.0' into develop
etandel Jun 16, 2017
9978e8b
Activate optinal behavior on all LookupErrors
etandel Jun 16, 2017
69c0527
Bump version to 0.9.1
etandel Jun 16, 2017
3610d18
Merge branch 'release/0.9.1' into develop
etandel Jun 16, 2017
ef6722e
Update README.md to fix errors in code snippets and show required imp…
bobh66 Feb 12, 2018
d531214
Update README.md to fix errors in code snippets and show required imp…
bobh66 Feb 12, 2018
95e50ef
Merge branch 'fixreadme' of https://github.com/bobh66/jsonbender into…
bobh66 Feb 13, 2018
25bdca1
Handle exceptions cleanly
bobh66 Feb 13, 2018
36fafe2
Merge pull request #18 from bobh66/fixreadme
etandel Feb 22, 2018
2d2a05d
Fix traversal of lists with non-dict elements.
etandel May 7, 2018
0b2d92c
Merge branch 'feature/fix-list-traversal' into develop
etandel May 7, 2018
32f8faa
Bump version to 0.9.2
etandel May 7, 2018
f8205db
Merge branch 'release/0.9.2' into develop
etandel May 7, 2018
5539c36
Add contribution section in README
victormartinez Sep 27, 2018
9bc8185
Adding LICENSE
ervilis Sep 27, 2018
49dc4cc
Merge pull request #22 from ervilis/feature/license
etandel Oct 2, 2018
06713c5
Merge pull request #21 from victormartinez/improvement/readme-contrib
etandel Oct 2, 2018
3b8bddd
Mention tox on contributing section on README
etandel Oct 2, 2018
c12cd2a
Add License section to README
etandel Oct 2, 2018
3564185
Resize aang image
etandel Oct 2, 2018
008c570
Merge pull request #23 from Onyo/feature/readme-improvements
etandel Oct 2, 2018
429f058
implement ne operator
csestelo Oct 2, 2018
664bee4
Merge pull request #27 from csestelo/feature/ne-operator
etandel Oct 7, 2018
f127d02
Bump version to 0.9.3
etandel Oct 7, 2018
df85ec4
Merge branch 'release/0.9.3' into develop
etandel Oct 7, 2018
66203c1
Forall and ForallBend accept None as the source and return None
s-ferri-fortop Mar 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ build
dist/
MANIFEST
*.egg-info
.tox
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2018 JSONBender authors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Loading