Mathew Polzin
|
5d666ec998
|
move entity validator (i.e. check function) section of project status into a TestLib subsection.
|
2018-12-01 09:58:07 -08:00 |
|
Mathew Polzin
|
9cacbe9b8b
|
Revamp project status section and remove old todo list items.
|
2018-12-01 09:55:31 -08:00 |
|
Mathew Polzin
|
6663ad042e
|
A cleanup and clarification pass at the README
|
2018-12-01 01:13:05 -08:00 |
|
Mathew Polzin
|
07402259c4
|
Add ability to specify that a SingleResourceBody should be optional or not (or specifically that its PrimaryResource is nullable or not). add tests. update documentation.
|
2018-12-01 00:36:39 -08:00 |
|
Mathew Polzin
|
163ac94c51
|
I did some more type wrangling to finally get the Id type to specialize on Entity rather than EntityDescription. The compiler gets into trouble depending on which of a few semantically identical routes are taken, but I finally stumbled upon the correct combination of protocols and extensions to get the job done. this was always the ideal outcome, but I was not sure the Swift compiler would allow it.
|
2018-11-28 21:13:07 -08:00 |
|
Mathew Polzin
|
e67b9fc142
|
Update playground and README for computed attributes.
|
2018-11-28 09:20:50 -08:00 |
|
Mathew Polzin
|
cf47f88a61
|
Add tests to confirm that Entities can safely have computed attributes or relationships.
|
2018-11-28 08:15:57 -08:00 |
|
Mathew Polzin
|
a9ef71f383
|
indentation change
|
2018-11-27 17:15:15 -08:00 |
|
Mathew Polzin
|
8f36bb40e3
|
Add note about the library being a bit 'opinionated'
|
2018-11-27 14:04:53 -08:00 |
|
Mathew Polzin
|
55f2f52676
|
minor README change
|
2018-11-27 13:59:01 -08:00 |
|
Mathew Polzin
|
dd5f3b1737
|
Added check for nullable array attributes
|
2018-11-27 13:57:55 -08:00 |
|
Mathew Polzin
|
aedd5dc29b
|
Add Entity validation via a function in JSONAPITestLib.
|
2018-11-27 13:33:55 -08:00 |
|
Mathew Polzin
|
3964202ea2
|
Mention JSONAPITestLib in the README
|
2018-11-27 11:53:21 -08:00 |
|
Mathew Polzin
|
9df9efc2dc
|
rename NoRelatives to NoRelationships to better pair with NoAttributes and NoLinks
|
2018-11-27 11:08:53 -08:00 |
|
Mathew Polzin
|
59ff145aa8
|
Rename the included Error type.
|
2018-11-27 09:11:13 -08:00 |
|
Mathew Polzin
|
20a685e67b
|
Add goal of making it easier to construct Attributes values
|
2018-11-26 22:29:31 -08:00 |
|
Mathew Polzin
|
1a2ba17f02
|
more documentation updates
|
2018-11-25 20:06:27 -08:00 |
|
Mathew Polzin
|
9f2c7aa2e4
|
Update README
|
2018-11-25 19:48:50 -08:00 |
|
Mathew Polzin
|
af1aca9cf4
|
More failure test cases. pretty ok test coverage at this point.
|
2018-11-23 20:44:12 -08:00 |
|
Mathew Polzin
|
2563edf419
|
Add subscript access to Poly types. Add empty test class for Poly type. Remove unneeded Foundation import. Small README change to read more clearly.
|
2018-11-23 08:49:55 -08:00 |
|
Mathew Polzin
|
399644b62a
|
update readme
|
2018-11-22 22:23:44 -08:00 |
|
Mathew Polzin
|
7edb631f09
|
Update documentation
|
2018-11-22 21:32:44 -08:00 |
|
Mathew Polzin
|
f526963707
|
Update README and update linuxmain
|
2018-11-22 21:06:04 -08:00 |
|
Mathew Polzin
|
7a3a1b8b65
|
Round off CustomStringConvertible implementations to make print output a lot easier to read.
|
2018-11-20 07:27:28 -08:00 |
|
Mathew Polzin
|
032cf42c08
|
Add support for encoding JSONAPIDocument and add tests. Fix support for decoding null primary data for single resource document.
|
2018-11-16 23:59:49 -08:00 |
|