Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/pacedotdev/oto to v0.20.0 #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 15, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pacedotdev/oto v0.3.0 -> v0.20.0 age adoption passing confidence

Release Notes

pacedotdev/oto (github.com/pacedotdev/oto)

v0.20.0

Compare Source

Changelog

v0.19.0

Compare Source

v0.18.0

Compare Source

v0.17.0

Compare Source

v0.16.0

Compare Source

Changelog

v0.15.0

Compare Source

Changelog

  • d66dd63 be more specific about int and double for Dart and Swift types
  • 7737306 proper escaping in template
  • ca46e1b tweaks to open API template

v0.14.4

Compare Source

Changelog

  • d1b8f88 fixed goreleaser breaking changes

v0.14.3

Compare Source

v0.14.2

Compare Source

Changelog

v0.14.1

Compare Source

Changelog

  • 8f1608d added ExternalObjectName to objects

v0.14.0

Compare Source

Changelog

v0.13.2

Compare Source

Changelog

  • e0d5dbc added smartPrefix function

v0.13.1

Compare Source

Changelog

  • 35e084d fixed a bug where arrays of objects weren't nested inside an array, instead they were just set to the field directly (weird)

v0.13.0

Compare Source

Changelog

  • 663ae5d better example handling (may require an update to example comments) - it fixes a bug where example values, if they were arrays, would be further nested inside an array. Instead now, the example is used without modification, giving more control to users. But it means you may need to update any existing documentation to include [ ] array in the example, if the field is an array.

v0.12.2

Compare Source

v0.12.1

Compare Source

Changelog

83f0cdc added camelize_up_field helper

v0.12.0

Compare Source

Changelog

bf0fc29 Merge pull request #​36 from nachtjasmin/patch-1
176a0f9 added ExampleP pointer version to provide both options in templates
6622c14 fix: fix constructor for pointer types
abb645b remove german umlaut
30b3ccc small lint

v0.11.1

Compare Source

Changelog

e6e35f2 Merge branch 'master' of github.com:pacedotdev/oto
13c6fd1 added @​latest to go install
6e9be05 added IsOptional helper to FieldType and fixed broken tests
f4ebcd7 fixed bug in constructor fields with pointers
66c6c52 no need for pointer type
c05f80b safer Decode method with sensible limit
aa41075 updated README to make Basepath clear addresses #​30
574d923 use TSType to avoid pointer confusion #​35

v0.11.0

Compare Source

Changelog

2232d16 ensure example works for pointer types

v0.10.17

Compare Source

Changelog

3f4bed4 added TSType
44669d0 added check for ExampleJSON
a7d7e5d fixed test
87591d3 put it back

v0.10.16

Compare Source

Changelog

6e3b5c2 fixed IsObject for pointers to objects

v0.10.15

Compare Source

Changelog

5fe9676 use html template (to prevent escaping)

v0.10.14

Compare Source

v0.10.13

Compare Source

Changelog

e54b746 sort objects by name

v0.10.12

Compare Source

Changelog

27ec713 Merge branch 'master' of github.com:pacedotdev/oto
373e70a added camelize_up helper
ae436fd better template
1890319 better type for headers
160711d removed replace from go mod

v0.10.11

Compare Source

Changelog

528aa35 Merge branch 'master' of github.com:pacedotdev/oto
b07dd11 disallow nested structs
cffddc5 respect json tags

v0.10.10

Compare Source

Changelog

ac0caf1 added general BeforeRequest hook into generated Go client
4ff0094 fixed bug in pointers to objects as field types

v0.10.9

Compare Source

Changelog

37d6dfe Merge pull request #​28 from nachtjasmin/test_fixes
fabfb68 Merge pull request #​29 from kandros/patch-1
b18885d Merge pull request #​33 from pacedotdev/add-license-1
82f2792 added licence to otohttp
aadb02f fix command path
e65d0cc tests: fix typo in server_test.go
d115b3e tests: remove TestFormatComment as method is missing
415ec63 updated license files
0c5157c updated to working Python client

v0.10.8

Compare Source

Changelog

5766639 Merge branch 'master' of github.com:pacedotdev/oto
2773bb9 added format_comment_line - single line comment
ad2cee6 added format_commnt helper
44d5c44 added links to users of Oto
2e371cf correct style
3d1ed4f first stab at a python sdk
6231a36 python: fixed incorrect JSON encoding method
5e6cf50 started adding Python template

v0.10.7

Compare Source

Changelog

fde060b Merge branch 'master' of github.com:pacedotdev/oto
70b7083 Merge branch 'master' of github.com:pacedotdev/oto
1760a73 Merge branch 'master' of github.com:pacedotdev/oto
55a68aa Merge branch 'master' of github.com:pacedotdev/oto
ea09603 added ObjectIsInput and ObjectIsOutput helpers
b3d1535 added blog and video links
1879f55 added fixed HTTP status code handler
33253a6 added image
ebbd88f added service error support
6bfe790 added status code check
7fd213a added test for strange types
9cebd7c better service error handling addresses #​23
414ea93 fixed some bugs in swift client
24a8bc8 ignored that file again
3b17704 removed "hi"
a9b374d removed THAT file
d0a0b13 removed bad import
c99a14d removed nonsense suggestion
ce115e5 style tweak
875c675 typescript client: added HTTP status code check

v0.10.6

Compare Source

Changelog

0c82632 added Swift type names
98b943e experimenting with Swift client
70db1dc finished swift client
9461014 more work on swift client
2e8295e more work on swift client

v0.10.5

Compare Source

Changelog

811c4bb don't escape comments - fixes #​17

v0.10.4

Compare Source

Changelog

17b1cc6 Fix typo in code gen step of Tutorial
3d4d19d Merge branch 'master' of github.com:pacedotdev/oto
86823ca Merge pull request #​22 from jhuggart/patch-1
7a28f2f added example for Error field
6574ab7 added example to Error
343c8f7 always make Fields an array (never null)
efd392a always set metadata, so it's never nil
df5a36e fixed Example
eb64133 made headers properly optional (thanks @​TcM1911)
31092cc removed signature from template
faf6e45 removed unused security packages

v0.10.3

Compare Source

Changelog

1d904c6 fixed regex to look for colon with space

v0.10.2

Compare Source

Changelog

2fd1a63 Fixing typo in template
1e00a18 Merge branch 'master' of github.com:pacedotdev/oto
78f559a Merge pull request #​16 from TcM1911/patch-1
c8131e6 added version
28ce4a9 always return metadata map
f61f1b9 fixed broken template
eeaf776 looks for space after colon (to avoid confusion with URLs, for example)
08eadf7 made parser a module
3af828f updates to tests to ensure comments are working correctly
8e8a53c working default typescript client

v0.10.1

Compare Source

Oto will not fail if the metadata in comments is malformed - it will just be ignored.

Changelog

a0d8007 if oto cannot marshal the JSON, don't stop
30b6557 fixed broken test

v0.10.0

Compare Source

v0.9.1

Compare Source

Changelog

0722814 updated releasing

v0.9.0

Compare Source

v0.8.0

Compare Source

  • Moved JSType() and ObjectName() methods to fields
  • Added NameLowerCamel option with camelCase names

v0.7.0

Compare Source

  • Added parsed struct tags
  • Added example support

v0.6.0

Compare Source

  • Capture struct tags in definition, and provided a struct tag printer helper called format_tags

v0.5.0

Compare Source

  • Added support for comments

v0.4.1

Compare Source

  • Made Server.Basepath configurable so it doesn't assume /oto/ prefix.

v0.4.0

Compare Source

  • Exported the main Oto parsing types for better documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from 76a7180 to 3c0f98a Compare October 18, 2021 15:00
@renovate renovate bot changed the title fix(deps): update module github.com/pacedotdev/oto to v0.10.11 fix(deps): update module github.com/pacedotdev/oto to v0.11.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from 3c0f98a to 7bb0643 Compare March 7, 2022 10:59
@renovate renovate bot changed the title fix(deps): update module github.com/pacedotdev/oto to v0.11.1 fix(deps): update module github.com/pacedotdev/oto to v0.12.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from 7bb0643 to c17c7a2 Compare September 25, 2022 17:04
@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from c17c7a2 to 736bad6 Compare March 16, 2023 13:26
@renovate renovate bot changed the title fix(deps): update module github.com/pacedotdev/oto to v0.12.1 fix(deps): update module github.com/pacedotdev/oto to v0.14.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from 736bad6 to 7eb44ae Compare February 19, 2024 16:55
@renovate renovate bot changed the title fix(deps): update module github.com/pacedotdev/oto to v0.14.2 fix(deps): update module github.com/pacedotdev/oto to v0.14.4 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from 7eb44ae to aca224f Compare March 15, 2024 12:48
@renovate renovate bot changed the title fix(deps): update module github.com/pacedotdev/oto to v0.14.4 fix(deps): update module github.com/pacedotdev/oto to v0.15.0 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from aca224f to fc6669b Compare August 4, 2024 22:18
@renovate renovate bot changed the title fix(deps): update module github.com/pacedotdev/oto to v0.15.0 fix(deps): update module github.com/pacedotdev/oto to v0.16.0 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from fc6669b to 8e92e04 Compare August 7, 2024 19:35
@renovate renovate bot changed the title fix(deps): update module github.com/pacedotdev/oto to v0.16.0 fix(deps): update module github.com/pacedotdev/oto to v0.17.0 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-pacedotdev-oto-0.x branch from 8e92e04 to eba19c6 Compare August 16, 2024 04:31
@renovate renovate bot changed the title fix(deps): update module github.com/pacedotdev/oto to v0.17.0 fix(deps): update module github.com/pacedotdev/oto to v0.20.0 Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants