Граф коммитов

2863 Коммитов

Автор SHA1 Сообщение Дата
Mark Probst b0b0403472
Merge pull request #1044 from qm3ster/chore-remove-yarnlock
Delete `yarn.lock`
2018-08-20 06:49:06 -07:00
Mark Probst 0b50fbe520
Merge pull request #1043 from qm3ster/chore-add-wordwrap
Add `wordwrap` to dependencies
2018-08-20 06:48:17 -07:00
qm3ster 4d09bfc2d2
Add `wordwrap` to dependencies 2018-08-20 15:47:03 +03:00
qm3ster de6626b4a2
Delete `yarn.lock` 2018-08-19 19:23:10 +03:00
Mark Probst 970ab10ed8
Merge pull request #1033 from quicktype/swift-datetime
Swift datetime
2018-08-14 21:56:25 -07:00
Mark Probst 5326099250 Date-time in Swift 2018-08-14 21:31:37 -07:00
Mark Probst 6eed007968 Fix date-time failure case
It has to fail on date-time.
2018-08-14 21:31:37 -07:00
Mark Probst b7387527bd Allow languages to define their own date/time formats 2018-08-14 21:08:22 -07:00
Mark Probst 608fa3978c Remove bogus in fixtures.ts 2018-08-14 21:08:22 -07:00
Mark Probst f1be923a1f Make date-time test strings properly ISO 8601 2018-08-14 21:07:11 -07:00
Mark Probst 47c2f4821d Fix a C# comment 2018-08-14 21:07:11 -07:00
Mark Probst a502d95c3a
Merge pull request #1037 from quicktype/typescript3
Update to TypeScript 3
2018-08-14 18:57:34 -07:00
Mark Probst 5658821858 Update to TypeScript 3 2018-08-14 17:48:42 -07:00
Mark Probst 392abdeaef
Merge pull request #1036 from quicktype/better-graphql-introspection-behavior
Don't be obtuse when doing GraphQL introspection.  Fixes #1035
2018-08-14 17:42:07 -07:00
Mark Probst bf76defba0 Don't be obtuse when doing GraphQL introspection. Fixes #1035 2018-08-14 17:19:21 -07:00
Mark Probst 29649ba489
Merge pull request #1032 from gurdasnijor/export-modifySource
Export modifySource helper
2018-08-13 13:52:56 -07:00
Mark Probst 140148b644
Merge pull request #1031 from gurdasnijor/make-sourceFor-protected
Make TypeScriptFlowBaseRenderer.sourceFor() protected
2018-08-13 13:51:10 -07:00
Gurdas Nijor b5ab72937a Export modifySource helper 2018-08-13 13:19:26 -07:00
Gurdas Nijor f9a8786eda Make sourceFor protected 2018-08-13 13:17:26 -07:00
Mark Probst ff33a98f4c
Merge pull request #1030 from quicktype/isnull-only-for-nullables
Only emit IsNull for unions that are nullable
2018-08-13 12:26:33 -07:00
Mark Probst 6be6122100 Only emit IsNull for unions that are nullable 2018-08-13 08:12:09 -07:00
Mark Probst 17e27e3245
Merge pull request #1028 from quicktype/update-collection-utils
Update collection-utils
2018-08-10 12:13:44 -07:00
Mark Probst a6ec85b5c4 Update collection-utils 2018-08-10 11:15:38 -07:00
Mark Probst 3d83018bef
emitInclude method in C++ (#1027) 2018-08-10 09:33:17 -07:00
Mark Probst 774fae5868 Fix an import 2018-08-09 18:23:42 -07:00
James Clancey fb328a75b4 Adding Dart [WIP] (#928)
Dart
2018-08-09 17:29:24 -07:00
Mark Probst e6098a7280
Merge pull request #1025 from quicktype/test-python-27
Test Python 2.7, too
2018-08-09 09:45:10 -07:00
Mark Probst 984189aec6 Test Python 2.7, too 2018-08-09 09:00:35 -07:00
Mark Probst 806735edfa
Merge pull request #1022 from quicktype/refactor-cpp
Refactor cpp
2018-08-09 07:16:11 -07:00
Mark Probst 2fe01aef6a Less repetition in C++ 2018-08-09 06:38:37 -07:00
Mark Probst fbdc209f3e Method for making constraint member names 2018-08-08 23:58:55 -07:00
Mark Probst f258f3b393
Merge pull request #1020 from hansl/remove-string-hash
Replace string-hash with a Java compatible version
2018-08-08 23:27:48 -07:00
Hans f0e9fb24bf
Replace string-hash with a Java compatible version
It is faster, removes a dependency that is unmaintained and license-less,
and doesnt make it harder to maintain.

See https://github.com/quicktype/collection-utils/pull/3
2018-08-08 17:15:57 -07:00
Mark Probst 2595bc37b4
Merge pull request #1019 from quicktype/fix-js-no-runtime-typechecks
Fix JS without runtime typechecks.  Fixes #1017
2018-08-08 10:28:08 -07:00
Mark Probst 9e75c2995b Fix JS without runtime typechecks. Fixes #1017 2018-08-08 08:56:59 -07:00
Mark Probst 671441f36b
Merge pull request #1018 from quicktype/faq
Add FAQ
2018-08-08 08:54:15 -07:00
Mark Probst 9b2b8f52e1 Add FAQ 2018-08-08 08:17:38 -07:00
Mark Probst 57f40208c2
Merge pull request #1005 from harsszegi/master
C++: Support for minimum, maximum, minLength, maxLength, pattern
2018-08-08 06:50:00 -07:00
Mark Probst 14e70246b3 Merge commit 'refs/pull/1005/head' of github.com:quicktype/quicktype into better-cpp 2018-08-07 23:39:00 -07:00
Mark Probst 7c66181a6e Refactor generatedTypes 2018-08-07 23:38:08 -07:00
Mark Probst 84bf36af50 Use less boilerplate in C++ 2018-08-07 23:28:36 -07:00
Mark Probst d99fbc19e8 Refactor getter/setter emit for constraint class 2018-08-07 22:58:00 -07:00
Mark Probst 72e63c0a99 Only emit constraint classes when needed. Code format. 2018-08-07 22:44:53 -07:00
Mark Probst 05a5ca6d10 Name constraint failure JSON test files properly 2018-08-07 22:43:59 -07:00
Tibor Harsszegi 0517b0ed6c Fixed negative test case names 2018-08-08 07:21:57 +02:00
Mark Probst 6be0b7edc6 Merge remote-tracking branch 'origin/master' into better-cpp 2018-08-07 22:07:08 -07:00
Mark Probst c533e6abaf Add a FIXME 2018-08-07 21:34:43 -07:00
Mark Probst 72d4dc44af Add screenshots for the FAQ 2018-08-07 21:34:33 -07:00
Tibor Harsszegi 5b823402c2 Code review fixes 2018-08-08 06:20:25 +02:00
Mark Probst 8dae953a69
Merge pull request #1014 from ninaniiranen/dont-emit-module-exports
Don't emit module exports is justTypes is true
2018-08-07 13:15:27 -07:00