Mathew Polzin
|
86a9345fdd
|
Adding some documentation and making SparseFieldEncoder internal because it does not need to be public.
|
2019-08-14 09:22:06 -07:00 |
|
Mathew Polzin
|
8f9ec11f27
|
Housekeeping in the README
|
2019-08-14 08:57:57 -07:00 |
|
Mathew Polzin
|
9a9403bd98
|
Merge pull request #28 from mattpolzin/sparse-encoding
Sparse encoding
|
2019-08-12 07:35:49 -07:00 |
|
Mathew Polzin
|
453ce4b3a8
|
whitespace changes -- trying to switch from one whitespace standard to another in cohesive chunks to fit Xcode 11 default.
|
2019-08-06 09:19:06 -07:00 |
|
Mathew Polzin
|
9a0bba8d07
|
Rename AppendableResourceBody to Appendable. It is used in conjunction with ResourceBody but does not conform to it anymore.
|
2019-08-06 09:12:02 -07:00 |
|
Mathew Polzin
|
d5b4aa70c7
|
Update linuxmain
|
2019-08-06 09:04:15 -07:00 |
|
Mathew Polzin
|
1df891ce06
|
Add test that uses JSONAPIDocument protocol in generic context
|
2019-08-06 08:55:49 -07:00 |
|
Mathew Polzin
|
6ba217f553
|
More sparse field encoder tests
|
2019-08-06 08:27:22 -07:00 |
|
Mathew Polzin
|
e23ec090ed
|
Starting to add SparseFieldEncoder tests
|
2019-08-05 19:44:09 -07:00 |
|
Mathew Polzin
|
ed23349351
|
Update README
|
2019-08-05 18:45:13 -07:00 |
|
Mathew Polzin
|
6c8646a1b4
|
whitespace
|
2019-08-05 18:09:29 -07:00 |
|
Mathew Polzin
|
3a60ac5fe2
|
Add playground page showing off sparse fieldset encoding
|
2019-08-05 17:59:38 -07:00 |
|
Mathew Polzin
|
045e88f4d4
|
More code documentation
|
2019-08-05 16:28:02 -07:00 |
|
Mathew Polzin
|
fe1f4c6c19
|
A bit of code documentation
|
2019-08-05 16:15:56 -07:00 |
|
Mathew Polzin
|
83f7a7b60e
|
Add sparse document tests
|
2019-08-05 16:02:40 -07:00 |
|
Mathew Polzin
|
61f2edb59a
|
Add tests for sparse fieldset includes
|
2019-08-05 15:21:59 -07:00 |
|
Mathew Polzin
|
32d584099f
|
Update linuxmain
|
2019-08-05 14:51:48 -07:00 |
|
Mathew Polzin
|
9a07cf7066
|
Add test class placeholder
|
2019-08-05 14:51:18 -07:00 |
|
Mathew Polzin
|
0c7c7edcab
|
Add sparse fieldset resource body tests
|
2019-08-05 14:48:08 -07:00 |
|
Mathew Polzin
|
a596ecaecc
|
A stab at separating out decoding enough to make it possible to use encode-only sparse fieldsets with JSONDocument
|
2019-08-05 09:23:44 -07:00 |
|
Mathew Polzin
|
265cffe8f0
|
Rename MaybePrimaryResource to OptionalPrimaryResource because I use 'Maybe' elsewhere to indicate a type-level distinction whereas this is a value-level distinction that really is just 'Optional' at play.
|
2019-08-05 08:17:38 -07:00 |
|
Mathew Polzin
|
b98fb08353
|
Adding a bit of code doc
|
2019-08-05 08:13:18 -07:00 |
|
Mathew Polzin
|
61e00c2de5
|
small rename
|
2019-08-05 08:01:42 -07:00 |
|
Mathew Polzin
|
e0b53236bb
|
Add sparse fields method to ResourceObject and test it.
|
2019-08-04 23:03:56 -07:00 |
|
Mathew Polzin
|
2f3a619284
|
Spacing difference
|
2019-08-04 18:47:26 -07:00 |
|