Mathew Polzin
|
db0f7329e4
|
Comment out playground code that is failing in Xcode 10.2
|
2019-04-16 22:11:09 -07:00 |
|
Mathew Polzin
|
fb710c397b
|
Entirely remove Result type that not only is unneeded with Swift 5 but also was not being used by this library (it was left over from before Poly became its own library). Fix a few redundent public warnings.
|
2019-04-16 21:56:49 -07:00 |
|
Mathew Polzin
|
b1adc60719
|
Update package and podspec files
|
2019-04-16 21:52:50 -07:00 |
|
Mathew Polzin
|
423e61b285
|
Merge branch 'master' into swift-5
|
2019-04-16 21:42:17 -07:00 |
|
Mathew Polzin
|
895d575cdb
|
Fix indentation in README
|
2019-04-14 21:03:14 -07:00 |
|
Mathew Polzin
|
cd75e9649b
|
Update cocoapods version, update readme to mention cocoapods support.
0.19.0
|
2019-04-14 21:01:20 -07:00 |
|
Mathew Polzin
|
c60dfc1584
|
Testing out podspec
|
2019-04-14 20:49:59 -07:00 |
|
Mathew Polzin
|
16004051e9
|
Update language version to 5.0 and specify deployment targets for iOS and Mac OS.
|
2019-02-17 15:13:02 -08:00 |
|
Mathew Polzin
|
864a66f1ea
|
Merge remote-tracking branch 'origin/master' into swift-5
|
2019-02-17 14:43:19 -08:00 |
|
Mathew Polzin
|
abe16dda0d
|
A bit more clarification/correction
0.18.2
|
2019-02-07 18:56:22 -08: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
|
f7a81df451
|
Fix inaccuracy and add a bit of clarity to README section on Entity Ids.
|
2019-02-07 18:43:57 -08:00 |
|
Mathew Polzin
|
c8fbc09582
|
Remove Playground page that used the OpenAPI support that has now moved into its own repository.
0.18.1
|
2019-01-30 18:34:52 -08:00 |
|
Mathew Polzin
|
a88bb77bd0
|
update linuxmain
0.18.0
|
2019-01-30 18:00:51 -08:00 |
|
Mathew Polzin
|
247848e788
|
Update README
|
2019-01-30 18:00:27 -08:00 |
|
Mathew Polzin
|
7adbdb4505
|
Move JSONAPIArbitrary and JSONAPIOpenAPI into their own packages.
|
2019-01-30 17:54:26 -08:00 |
|
Mathew Polzin
|
0c7bf9a92d
|
Merge branch 'master' into swift-5
|
2019-01-29 16:42:59 -08:00 |
|
Mathew Polzin
|
ea663bb229
|
Move Sampleable into its own Package.
|
2019-01-29 00:44:31 -08:00 |
|
Mathew Polzin
|
f48c385f99
|
super minor code doc tweak
|
2019-01-28 23:51:29 -08:00 |
|
Mathew Polzin
|
c96bfadd82
|
Had not updated linuxmain in a while. pretty sure I'll have problems building on Linux at least with the stuff going on in JSONAPI+OpenAPI.
|
2019-01-28 23:46:56 -08:00 |
|
Mathew Polzin
|
88be701062
|
Add OpenAPI support for TransformedAttributes
|
2019-01-28 23:45:28 -08:00 |
|
Mathew Polzin
|
1e85e1d2a3
|
fix open API playground.
0.17.5
|
2019-01-27 22:55:32 -08:00 |
|
Mathew Polzin
|
11a7727ac9
|
Fix Include OpenAPI support. Fix bug with single include being considered 'OneOf' even though that is an overcomplication of the schema. Add tests for single include type and two include types on document
0.17.4
|
2019-01-27 22:47:01 -08:00 |
|
Mathew Polzin
|
e8bfbc881b
|
Added a couple of test cases for JSONDocuments
|
2019-01-27 22:24:13 -08:00 |
|
Mathew Polzin
|
af757a2fac
|
Add emphasis to README line.
|
2019-01-27 21:46:22 -08:00 |
|