Commit Graph

  • 99d9d96dbb Permit missing data key for optional relationships included-missing-relationships Luke S 2019-12-02 18:42:03 -05:00
  • f41521e33b Update example indentation master Mathew Polzin 2019-11-16 00:06:49 -08:00
  • 45ec7ba753 Update SwiftPM package manifest example for version 3 Mathew Polzin 2019-11-16 00:03:46 -08:00
  • 6ab4237c97 update podspec 3.0.0 Mathew Polzin 2019-11-15 23:58:01 -08:00
  • 75711648a4 more minor documentation fixes Mathew Polzin 2019-11-15 23:48:49 -08:00
  • 2b4209ccb1 A couple more clarifications/corrections Mathew Polzin 2019-11-15 23:41:12 -08:00
  • ebd11df104 Merge pull request #54 from mattpolzin/beta/3x Mathew Polzin 2019-11-15 23:30:01 -08:00
  • 96da1b4e21 update documentation Mathew Polzin 2019-11-15 23:15:32 -08:00
  • c7696d83fa update Playground pages to run Mathew Polzin 2019-11-15 17:46:53 -08:00
  • 8ee04d8932 generate linuxmain Mathew Polzin 2019-11-15 17:38:04 -08:00
  • 4a7a14b1b0 Add test coverage for resource object compare(to:) Mathew Polzin 2019-11-15 17:36:42 -08:00
  • a6b7d7a94a woops, abstract wrapper protocol landed in wrong module by accident 3.0.0-beta.2 Mathew Polzin 2019-11-15 17:05:45 -08:00
  • 1010489a02 compare(to:) bug fixes and test additions Mathew Polzin 2019-11-15 16:59:00 -08:00
  • ae855c85ee going through and fleshing out tests. minor adjustments and bug fixes. Mathew Polzin 2019-11-15 08:30:17 -08:00
  • 440b649577 Merge pull request #49 from mattpolzin/alpha/3x 3.0.0-beta.1 Mathew Polzin 2019-11-12 18:38:31 -08:00
  • 54551617b4 Add more errors for the resource object type property Mathew Polzin 2019-11-12 18:34:34 -08:00
  • 8c3a82ec23 Merge pull request #53 from mattpolzin/feature/better-error-messages 3.0.0-alpha.4 Mathew Polzin 2019-11-10 23:47:05 -08:00
  • e9a3b35dc7 improve error messages for poly include types Mathew Polzin 2019-11-10 23:43:35 -08:00
  • 2eecf95995 Adding Document Decoding Errors for some common problems Mathew Polzin 2019-11-10 23:02:26 -08:00
  • 4dc30ddc1c Rounding out the Resource Object errors Mathew Polzin 2019-11-10 20:46:35 -08:00
  • 455ff64326 update linuxmain Mathew Polzin 2019-11-09 00:34:39 -08:00
  • 0b4baf35d5 got some attribute cases added and tested. added some descriptions (custom string convertible) Mathew Polzin 2019-11-09 00:33:42 -08:00
  • 11ef050d58 most common relationship errors tested. Mathew Polzin 2019-11-08 18:47:28 -08:00
  • 86344ef93f trivial refactor in sparse fieldset file Mathew Polzin 2019-11-07 08:08:45 -08:00
  • 7fabe2574e rename some of the new public protocols in JSONAPITesting Mathew Polzin 2019-11-07 07:56:58 -08:00
  • 19636a47f0 Merge pull request #51 from mattpolzin/feature/primary-resource-body-improvements 3.0.0-alpha.3 Mathew Polzin 2019-11-06 23:46:13 -08:00
  • 0538de48cb rename PolyWrapped to CodablePolyWrapped (missed when I did other similar renaming Mathew Polzin 2019-11-06 23:41:02 -08:00
  • 024fe2d452 Down to one sequence of compare functions for all documents Mathew Polzin 2019-11-06 23:21:22 -08:00
  • 832161628b go from 3 specializations of all document related compare functions down to 2. Mathew Polzin 2019-11-06 23:05:21 -08:00
  • f37f44cfda add comparable protocol Mathew Polzin 2019-11-06 21:42:13 -08:00
  • ae7e0f528a abstract away document comparison 3.0.0-alpha.2 Mathew Polzin 2019-11-06 00:19:27 -08:00
  • 9f42e5fa3f Merge pull request #48 from mattpolzin/feature/indentation 3.0.0-alpha.1 Mathew Polzin 2019-11-05 23:03:03 -08:00
  • 3e96adf775 merge and fix conflicts Mathew Polzin 2019-11-05 23:00:18 -08:00
  • 83233a7e1a Merge pull request #46 from mattpolzin/feature/testing-comparisons Mathew Polzin 2019-11-05 22:47:47 -08:00
  • adcc6bfb10 fix error after merge Mathew Polzin 2019-11-05 22:43:40 -08:00
  • 6f9a2df605 Merge remote-tracking branch 'origin/alpha/3x' into feature/testing-comparisons Mathew Polzin 2019-11-05 22:41:53 -08:00
  • c24b70b49f Merge pull request #45 from mattpolzin/feature/deprecate-subscript Mathew Polzin 2019-11-05 22:40:37 -08:00
  • 7b56e35a91 Merge pull request #47 from mattpolzin/feature/document-improvements Mathew Polzin 2019-11-05 22:38:42 -08:00
  • e6f82c6052 indentation Mathew Polzin 2019-11-05 22:37:48 -08:00
  • d6f01d6c1d indentation Mathew Polzin 2019-11-05 22:27:59 -08:00
  • a7f6ed5845 update README Mathew Polzin 2019-11-05 21:03:51 -08:00
  • 87271b93f9 deprecate subscript attribute accessor in favor of key path dynamic member lookup Mathew Polzin 2019-11-05 20:48:04 -08:00
  • 706346e3a6 just reformatting and rearranging Mathew Polzin 2019-11-05 20:04:47 -08:00
  • 33a5ff41a0 beginning to do some breaking change cleanup Mathew Polzin 2019-11-05 19:50:52 -08:00
  • 0fe5c53ada generate linuxmain Mathew Polzin 2019-11-05 19:04:47 -08:00
  • f7bfa91ccc lots of comparison code, a few small breaking changes Mathew Polzin 2019-11-05 19:03:51 -08:00
  • 1a15ab6f9d Fix return type of success document after adding includes 2.5.1 Mathew Polzin 2019-10-27 16:21:41 -07:00
  • eb85620379 regenerate swift test manifest 2.5.0 Mathew Polzin 2019-10-20 22:30:15 -07:00
  • 57f85476c0 Bump podspec version Mathew Polzin 2019-10-20 22:29:22 -07:00
  • ea5c0b8601 Add Document.ErrorDocument and Document.SuccessDocument types Mathew Polzin 2019-10-20 22:23:52 -07:00
  • b46429a0ad Update README.md Mathew Polzin 2019-10-15 23:37:02 -07:00
  • dbc6ecc6d8 Update README.md Mathew Polzin 2019-10-12 21:39:29 -07:00
  • dbbacab105 Bump podspec version 2.4.0 Mathew Polzin 2019-10-12 19:30:24 -07:00
  • 4eb36d4594 Merge pull request #41 from mattpolzin/feature/resource-object-replacing Mathew Polzin 2019-10-12 19:27:29 -07:00
  • 43e02351de Add documentation on replacing and tapping attributes and relationships Mathew Polzin 2019-10-12 18:22:48 -07:00
  • 0b307bd3bc Add replacement and tapping functions for attributes and relationships. Mathew Polzin 2019-10-12 17:54:28 -07:00
  • 662a84ccf0 Add examples around modifying attributes/relationships on resource object and then preparing a new request (i.e. for PATCHing) Mathew Polzin 2019-10-12 09:35:01 -07:00
  • 44f9bca7dc Merge pull request #39 from mattpolzin/feature/add-poly-11 2.3.0 Mathew Polzin 2019-10-02 20:10:56 -07:00
  • 774b53b9b6 bump podspec version and bump podspec Poly dependency. Mathew Polzin 2019-10-02 20:05:28 -07:00
  • 654d3bfd2b Update Poly, add Include11 type. Mathew Polzin 2019-10-02 20:02:11 -07:00
  • f8545128cf beginning again to add property wrappers but only to realize property wrapper composition did not land in Swift 5.1 I'll put this on hold again for now. feature/transformed-property Mathew Polzin 2019-10-01 00:32:30 -07:00
  • c26d6d99c0 Update README.md Mathew Polzin 2019-09-29 17:21:43 -07:00
  • 43dcc4fb12 Update README.md Mathew Polzin 2019-09-29 17:21:08 -07:00
  • abae975f59 Update README.md Mathew Polzin 2019-09-29 17:20:42 -07:00
  • 0e6b2a7771 Update README.md Mathew Polzin 2019-09-29 17:14:25 -07:00
  • 194a58ae56 Merge pull request #37 from mattpolzin/feature/basic-error 2.2.0 Mathew Polzin 2019-09-29 17:01:25 -07:00
  • f1d6b22f61 Add playground example, add/update documentation, correct visibility of new error payload properties to public. Mathew Polzin 2019-09-29 16:49:38 -07:00
  • 3057992348 bump podspec version, update Playground examples Mathew Polzin 2019-09-29 15:57:54 -07:00
  • d4806ff557 Add a few decode examples Mathew Polzin 2019-09-29 15:36:16 -07:00
  • b0801f7cee Add tests for BasicJSONAPIError and tweak documentation Mathew Polzin 2019-09-29 15:20:08 -07:00
  • 88c5d400aa Add generic and basic error types. add tests for generic type. Mathew Polzin 2019-09-29 14:56:04 -07:00
  • 6cd5aeaba6 Update README.md Mathew Polzin 2019-09-16 17:16:42 -07:00
  • 7e28cd2606 Merge pull request #35 from mattpolzin/add-include-10 2.1.0 Mathew Polzin 2019-09-16 17:13:49 -07:00
  • cf6fa39548 bump Podspec version Mathew Polzin 2019-09-16 09:58:57 -07:00
  • a24f15dc4e regenerate linuxmain Mathew Polzin 2019-09-16 09:38:36 -07:00
  • 87e9ee0606 remove tests that are duplicates of those in the Poly package. I just never deleted this file when the Poly stuff moved into its own package. Add support for Include10. Mathew Polzin 2019-09-16 09:37:34 -07:00
  • 5ed45078a1 Update README.md Mathew Polzin 2019-09-14 16:44:46 -07:00
  • 34dc351810 Merge pull request #34 from mattpolzin/swift-5.1 2.0.0 Mathew Polzin 2019-09-14 16:28:24 -07:00
  • 3ff1b867ca Bump spec version to account for breaking changes with configs and swift tools version Mathew Polzin 2019-09-14 15:53:48 -07:00
  • ae51be20d8 Merge remote-tracking branch 'origin/master' into swift-5.1 Mathew Polzin 2019-09-14 15:51:05 -07:00
  • c142e93fec Merge pull request #33 from chrisballinger/patch-1 Mathew Polzin 2019-09-14 15:49:37 -07:00
  • e99c6625f8 Update README.md Chris Ballinger 2019-09-14 10:07:53 -07:00
  • e9048a4861 Change Pod name to avoid conflict. Resolves #32 Chris Ballinger 2019-09-13 15:07:37 -07:00
  • ff06c36b36 uncomment out language version declaration in package manifest, 'fix' indentation. Mathew Polzin 2019-09-05 22:22:55 -07:00
  • 8eb4c14bb3 Merge remote-tracking branch 'origin/master' into swift-5.1 Mathew Polzin 2019-09-05 21:39:27 -07:00
  • baee85fb1b Update README.md Mathew Polzin 2019-09-02 16:07:10 -07:00
  • 44f21b4430 Update README.md Mathew Polzin 2019-09-02 16:04:06 -07:00
  • f7f36c6e7a Update README.md Mathew Polzin 2019-09-02 15:59:24 -07:00
  • af7eaeb684 Update README.md Mathew Polzin 2019-09-02 15:10:43 -07:00
  • 0cc2368331 Update README.md Mathew Polzin 2019-09-02 15:05:23 -07:00
  • 6c54845525 Update README.md Mathew Polzin 2019-09-02 15:00:07 -07:00
  • 51b981c108 Update README.md Mathew Polzin 2019-09-02 13:25:57 -07:00
  • b33c7f4ab5 Update README.md Mathew Polzin 2019-08-29 09:33:03 -07:00
  • bf8245c7b8 Update README.md Mathew Polzin 2019-08-29 09:30:59 -07:00
  • 7bd4021790 Update README.md Mathew Polzin 2019-08-28 20:21:50 -07:00
  • 771641b82c Update README.md Mathew Polzin 2019-08-28 18:55:42 -07:00
  • 198e5a9800 Update README.md Mathew Polzin 2019-08-28 18:55:11 -07:00
  • 9db534dea0 Update README.md Mathew Polzin 2019-08-27 00:48:11 -07:00
  • 2b409e464e merge w/ master Mathew Polzin 2019-08-23 17:53:33 -07:00
  • 7824bd8f68 Merge pull request #30 from mattpolzin/release/1.0 1.0.0 Mathew Polzin 2019-08-14 17:39:42 -07:00