1. 11 Dec, 2022 20 commits
  2. 10 Dec, 2022 16 commits
  3. 09 Dec, 2022 4 commits
    • Vladimir Svoboda's avatar
      Add support for Angular v15 (#14231) · d90c9a6f
      Vladimir Svoboda authored
      
      * Add support for Angular v15
      
      Support for:
      
      - rxjs 7.5.5
      - ngPackagr 15.0.2
      - zonejs 0.11.5
      - typescript >=4.8.2 and <4.10.0
      
      Note that tsTickle is not added to the dependencies when generating for
      Angular 15, as:
      - it is not a real dependency
      - tsTickle is compatible with any of the TypeScript versions that
        Angular 15 supports.
      
      * Generate samples for Angular v15
      
      - typescript-angular-v15-provided-in-root
      - typescript-angular-v15-query-param-object-format
      
      * Drop sample typescript-angular-v15-query-param-object-format
      
      * Fix typo
      
      * Add tests for sample
      
      Use credentials instead of api_key to avoid deprecation warnings when
      initialising ConfigurationParameters.
      
      * Update samples/client/petstore/typescript-angular-v15-provided-in-root/package.json
      
      * Fix tests by removing context initialisation
      
      Also updated the test dependencies.
      
      Co-authored-by: default avatarEsteban Gehring <esteban.gehring@gmail.com>
      d90c9a6f
    • Julian Anthes's avatar
      feat(typescript-axios): set `name` in constructor (#14230) · a47b95a7
      Julian Anthes authored
      * refactor: set `name` in constructor
      
      * chore: update samples
      a47b95a7
    • devhl-labs's avatar
      [csharp-netcore] Adds ability to inherit api (#13797) · c3b9bd74
      devhl-labs authored
      * refactor nrt annotation
      
      * enable nrt by default in .net6.0+
      
      * use shorter nrt annotation
      
      * build samples
      
      * removed debugging lines
      
      * fixed model and operatoin constructors
      
      * reverted a commented line for comparison
      
      * upgraded to System.Text.Json
      
      * build samples
      
      * build samples
      
      * deleted samples to remove old files
      
      * bug fixes
      
      * bug fixes
      
      * added cumpulsory property to codegen
      
      * build samples
      
      * fixed bug
      
      * fixed bug
      
      * fixes
      
      * removed bugged code that wasnt needed
      
      * build samples
      
      * restored sorting and default values for required params
      
      * fixed bugs in comparison
      
      * fixed sort comparators
      
      * recreate tests
      
      * build samples...again...
      
      * removed debugging line breaks
      
      * simplified constructor signature
      
      * inject json options
      
      * build samples...again...
      
      * build samples
      
      * add support for composed primitives
      
      * build samples
      
      * build all samples
      
      * avoid reserved words
      
      * restored a file
      
      * multiple fixes
      
      * bug fixes
      
      * bug fixes
      
      * api clients now transient, added EventHub
      
      * bug fix
      
      * bug fix
      
      * added ability to inherit api
      
      * added ability to inherit api
      
      * bug fix
      
      * added requiredAndNotNullable
      
      * added custom serialization
      
      * added request info to error handler
      
      * added OrDefault for enum parsing
      
      * fixed DateTime? deserialization
      
      * added support for server override
      
      * added IServiceCollection to host builder extensions
      
      * improve cookie support
      
      * bug fixes
      
      * fixed spacing
      
      * fixed content type header
      
      * fixed spacing
      
      * removed reference to newtonsoft
      
      * bug fixes in deserialization
      
      * resolved conflicts
      
      * removed postProcessAllModels code now present in abstract
      
      * added a comment with url to an issue
      
      * removed unneeded code
      
      * removed change that should be another pr
      
      * build and update samples
      
      * reduce number of files modified
      
      * reduce number of files modified
      
      * delete and build samples
      
      * delete and build samples
      
      * fixed property name issue
      
      * fixed CodegenModel collection properties
      
      * avoid a conflict
      
      * avoid a conflict
      
      * add a todo
      
      * added todo
      
      * fixed circular reference
      
      * small changes
      
      * synced with other branches
      
      * commented some code for now
      
      * copied samples from master
      
      * changed mustache templates
      
      * build samples
      
      * fixed invalid property names
      
      * rebuild samples
      
      * rebuild samples
      
      * fixed casing issue
      
      * resolved conflicts
      
      * fixed bug in resolving conflicts
      
      * removed default api, users can handle that if required
      
      * removed default api, users can handle that if required
      
      * build samples......again....
      
      * addressed comment
      
      * addressed comment
      
      * addressed comment
      
      * addressed comment
      
      * build samples
      c3b9bd74
    • William Cheng's avatar
      update certifi to newer version (#14228) · a57fb9e1
      William Cheng authored
      a57fb9e1