An open API service providing commit metadata for open source projects.

GitHub / jsonapi-rb/jsonapi-renderer / commits

Efficiently render JSON API documents.

SHA Message Author Date Stats
92e2d1f3 merge Merge pull request #40 from alchimere/optimize-resource-processor Dmytro Koval <1****f@u****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
9e5d3c32 resources_processor: speed up rendering by using Hash instead of Set Yann Berthou <f****n@g****m> almost 7 years ago
9f2ab839 Prepare for version 0.2.2 Dmytro Koval <d****l@m****l> about 7 years ago
6d2b1d7f merge Merge pull request #38 from jonmast/fix-include-validation Dmytro Koval <1****f@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
2d7237d0 Ensure dashes and underscores are permitted in key names Jonathan Mast <j****n@j****m> about 7 years ago
19bcdc40 Prepare to version 0.2.1 Dmytro Koval <d****l@m****l> about 7 years ago
d6d44bf9 merge Merge pull request #30 from jsonapi-rb/sort-cache-params Dmytro Koval <1****f@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
1f7cdc8c merge Merge pull request #36 from jsonapi-rb/feature/validate_include_directive_keys Dmytro Koval <1****f@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
3acf86b8 Validate include directives Dmytro Koval <d****f@m****u> over 7 years ago
44af861b Sort included relationships. Lucas <l****i@g****m> over 8 years ago
1c140616 Sort fields. Lucas <l****i@g****m> over 8 years ago
daa95d83 Update README.md Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
f154799f Multi fetch needs the array of keys splatted. (#29) Andrew Rove (Rover) <r****r@m****m>
Committed by: Lucas Hosseini <l****i@g****m>
over 8 years ago
7bc52e72 Create LICENSE Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
cc32e08b Prepare for v0.2.0 release Lucas <l****i@g****m> almost 9 years ago
539542ce Add renderer option to render relationship only. (#24) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
fd8923c2 Fragment caching (#8) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
1f31926b Remove specs from coverage data. Lucas <l****i@g****m> almost 9 years ago
eacda837 Switch to CodeClimate for test coverage. (#25) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
f6c0ce5b Allow arrays of arrays of errors. (#23) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
f033d894 Prepare for 0.1.3 release Lucas <l****i@g****m> about 9 years ago
4be8ba11 Update README.md Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
99ecfc15 Allow nil value for JSONAPI::Renderer params include/fields. (#22) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
fc35d163 Refactor renderer. (#21) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
df8965f8 Update README.md Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
789ee714 Prepare for 0.1.2 release Lucas Hosseini <l****i@g****m> over 9 years ago
208eba38 Replace `respond_to?(:each)` with `respond_to?(:to_ary)` for collection check... Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
8fa349b5 Fix multiple include paths merging. Lucas Hosseini <l****i@g****m> over 9 years ago
5bf23df3 Prepare for 0.1.1 release Lucas Hosseini <l****i@g****m> over 9 years ago
ce5f3acd Update jsonapi-renderer.gemspec Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
23e2ee15 Update README.md Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
c577c8ab Update README.md Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
d60c0a6f Ensure BFS order in resources processing. Lucas Hosseini <l****i@g****m> over 9 years ago
2eb7fe83 Allow `fields` option to be passed with string keys. (#7) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
6ea87f56 Render in two passes. (#3) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
6048c0f4 Update README.md Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
102321e4 Update README.md Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
4f7d2634 Improve test coverage. (#5) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
7e975939 Proper tests. (#4) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
2f3bf24e \#jsonapi_related always returns an array. Lucas Hosseini <l****i@g****m> over 9 years ago
9a5a9ec6 Prepare for 0.1.1.beta3 release Lucas Hosseini <l****i@g****m> almost 10 years ago
bffae62d Update README.md Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
a6b08bff Refactor renderer + change JSONAPI.render API. (#2) Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
a6d20987 merge Merge pull request #1 from jsonapi-rb/separate-error-renderer Lucas Hosseini <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
c62ba8f8 Add development dependencies. Lucas Hosseini <l****i@g****m> almost 10 years ago
ed2dc662 Decouple errors from success documents. Lucas Hosseini <l****i@g****m> almost 10 years ago
f7364393 Initial commit. Lucas Hosseini <l****i@g****m> almost 10 years ago

← Back to repository