Andy
977df6e232
[elm] Update ISO 8601 library (fixes missing time zone designator) ( #2545 )
...
This updates works with ISO 8601 strings with missing ending "Z". This
is e.g. the default configuration used by spring boot in java.
See <https://github.com/rtfeldman/elm-iso8601-date-strings/pull/18 >
2019-03-30 20:58:17 +01:00
Erik Timmers
a0e5b74b2b
[elm] Add support for sending headers ( #1704 )
2018-12-31 09:58:45 +08:00
Erik Timmers
172448fa28
Add support for UUIDs ( #1516 )
...
And fix naming for `decode` functions.
2018-11-27 13:47:06 +08:00
William Cheng
2146081ffb
update elm petstore samples
2018-11-24 19:12:22 +08:00
William Cheng
7db12aa4af
Merge remote-tracking branch 'origin' into 4.0.x
2018-11-24 17:48:17 +08:00
Erik Timmers
e91d6d735d
[elm] Add support for nested Lists & Dicts ( #1528 )
...
And rename Union Types to Custom Types and Aliases to Records.
2018-11-23 16:03:07 +01:00
Erik Timmers
5f1362daad
Update Elm for elm/http 2.0.0 ( #1510 )
2018-11-23 16:02:55 +01:00
Erik Timmers
e782001eb9
[elm] Add support for additionalProperties
( #1262 )
...
Fixes #1140 .
2018-10-23 16:58:33 +08:00
Erik Timmers
dcc0b5e772
[elm] Fix Byte encoder/decoder names ( #1151 )
2018-10-01 21:20:41 +08:00
William Cheng
755dfe53de
Better handling of different types in Elm generator ( #1100 )
...
* better handling of different types in elm generator
* [elm] Fix toString for special cases
2018-10-01 15:27:10 +08:00
Erik Timmers
345b7ec7e5
[elm] Major refactoring; add discriminator support ( #1104 )
...
* Use the same name for all exposed encoder & decoders;
* Improve imports (limit exposures);
* Add support for OAS3 discriminators;
* Distinct between 0.18 & latest mustache files.
2018-09-29 12:13:04 +02:00
William Cheng
26591f5d7f
Use elm-format to format Elm API client ( #959 )
...
* add elm-format support
* update elm petstore samples
* add trenneman to elm tech comm
* replace dart class with elm class
* revise elm format arguments
* update petstore samples
2018-09-05 08:04:27 +08:00
Erik Timmers
b24b6df448
[elm] Add support for Elm 0.19 ( #937 )
...
* [elm] Add support for Elm 0.19
* add elm 0.18 samples, update cli option
* fix elm 0.18 compile test
* [elm] 0.19 fixes & improvements
2018-09-04 14:24:43 +08:00
William Cheng
4401407c7c
remove eof from elm mustache template for better code format ( #879 )
2018-08-26 16:38:27 +08:00
Alexey Alekhin
05db32fea2
[Elm] Template improvements ( #661 )
...
* Add elm template parameter to the samples testing script
* Update elm-date-extra package; fixes #458
* Update generated elm samples
* Use Elm doc comments; remove some unneccessary newlines
* Update generated Elm samples
* Remove unnecessary parenthesis around non-optional container type
2018-08-06 18:17:59 +08:00
Matthias Baer
f22224574b
Download elm dependencies without prompting user. ( #118 )
2018-05-21 16:23:01 +08:00
William Cheng
9b05bd60d5
update elm test to compile all elm files ( #95 )
2018-05-18 19:29:18 +08:00
Erik Timmers
a5cf27b60e
Fix Petstore example for Elm ( #96 )
...
* Add support for `additionalProperties` in operations;
* Add reserved module names.
2018-05-18 19:14:55 +08:00
William Cheng
7d9fb9f51e
Add CI test for Elm in travis ( #40 )
...
* test elm in travis
* install elm
2018-05-15 09:58:37 +08:00
Jérémie Bresson
059a3efe46
Regenerate samples ( #367 )
2018-05-08 16:44:51 +08:00
William Cheng
ea18065447
Add Elm, Rust, Groovy to Travis CI ( #308 )
...
* add elm, rust, groovy to travis ci
* update elm script comment
* comment out elm test in travis
2018-05-04 16:12:18 +08:00
William Cheng
95e04f91db
Add Elm script with Petstore OAS3 ( #293 )
...
* add elm script with petstore oas3
* change default value for elm generator
* update default value for elm templates
* fix typo
2018-05-02 23:04:16 +08:00
William Cheng
50837b2e83
update elm petstore with oas2 ( #291 )
2018-05-02 20:27:06 +08:00
Jérémie Bresson
7ecd5f3566
Rename "swagger" to "openapi" ( #191 )
...
* Rename ".swagger-codegen-ignore" to ".openapi-generator-ignore"
* Rename setGenerateSwaggerMetadata(Boolean) to setGenerateMetadata(Boolean)
* Rename Metadata Folder to .openapi-generator
2018-04-22 21:28:17 +02:00
Alberto Sartori
56a0268e39
[elm] missing '->' in Main elm template ( #7728 )
2018-02-26 23:11:21 +08:00
Erik Timmers
d6539ba3c8
Add Elm language - BETA ( #6947 )
...
This is the initial Codegen for Elm 0.18.
Please try it out and provide feedback.
Not yet supported:
* path variables;
* additionalProperties;
* authentication;
* recursive types.
2017-12-20 22:26:46 +08:00