Mathew Polzin
|
3057992348
|
bump podspec version, update Playground examples
|
2019-09-29 15:57:54 -07:00 |
|
Mathew Polzin
|
9143281290
|
Introduce dynamic member keypath lookup as alternative to existing subscript keypath lookup for attributes. also did a bit of tidying up.
|
2019-07-25 09:12:17 -07:00 |
|
Mathew Polzin
|
e09e3cd8ac
|
Finish renaming all things 'Entity' to 'ResourceObject'
|
2019-06-12 19:56:33 -07:00 |
|
Mathew Polzin
|
2bb238b092
|
Renamed EntityProxyDescription to ResourceObjectProxyDescription and EntityDescription to ResourceObjectDescription.
|
2019-06-12 19:07:21 -07:00 |
|
Mathew Polzin
|
5257fd79fa
|
Remove redundant public scoping on functions within public extensions. This becomes a warning with the Swift 5 compiler.
|
2019-02-07 18:49:58 -08:00 |
|
Mathew Polzin
|
c8fbc09582
|
Remove Playground page that used the OpenAPI support that has now moved into its own repository.
|
2019-01-30 18:34:52 -08:00 |
|
Mathew Polzin
|
9cbc626410
|
Add Include support to OpenAPI schema of JSONAPI Document.
|
2019-01-22 11:53:32 -08:00 |
|
Mathew Polzin
|
5433dddc81
|
Add support for 'const' via OpenAPI 3.0 workaround suggested by others: Use 'enum' with one value. Add Sampleable support for requesting samples representing 'success' and 'failure' if available.
|
2019-01-21 22:47:03 -08:00 |
|
Mathew Polzin
|
95f9d8084d
|
Add Arbitrary conformance for UnknownJSONAPIError. Fix weird encoding exception that I cannot quite figure out or explain at the moment.
|
2019-01-21 21:56:33 -08:00 |
|
Mathew Polzin
|
1ed34b00dc
|
Add todos for Entity Id and type. Add example usage of OpenAPI entity schema support in Playground
|
2019-01-20 16:10:31 -08:00 |
|
Mathew Polzin
|
4f7db98a87
|
Update playground files to work with v0.12.0 changes
|
2019-01-02 19:42:32 -08:00 |
|
Mathew Polzin
|
d5a24c4adb
|
Split Attribute out into its own Type (no longer just a type alias to TransformedAttribute)
|
2018-12-29 23:07:14 -08:00 |
|
Mathew Polzin
|
109e15d741
|
Add convenience method for default decoding of attributes. add tests for custom decoding and encoding as well as custom coding keys. add documentation.
|
2018-12-27 18:18:34 -08:00 |
|
Mathew Polzin
|
dfdc266645
|
remove a bunch of convenience initializers that appeared to be giving the compiler some strife
|
2018-12-10 22:45:28 -08:00 |
|
Mathew Polzin
|
89abdd4cca
|
fix example code in Playground
|
2018-12-10 21:11:48 -08:00 |
|
Mathew Polzin
|
35d6cbb440
|
Add support for Relationship Meta and Links (untested)
|
2018-12-05 09:14:38 -08:00 |
|
Mathew Polzin
|
d667e91a6a
|
Add some missing initializers for Entity and fix Playground sources.
|
2018-12-03 19:08:09 -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
|
dcabafd583
|
Add a playground page to show off JSONAPITestLib and add nil literal expressibility to ToOneRelationship
|
2018-11-27 11:45:15 -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
|
23d057c47b
|
Adding more custom string convertible implementations to reduce the verbosity of printing to terminal. expose JSONAPIDocument.Include so that its constructor can be used.
|
2018-11-18 21:47:00 -08:00 |
|
Mathew Polzin
|
3327a93df5
|
Moved Examples.swift into a Playground, added some initialization code required to create entities and documents in code.
|
2018-11-18 17:47:26 -08:00 |
|