Skip to content

Commit 772bca5

Browse files
committed
Remove built-in versioning support.
The trade off between code complexity and benefits just wasn't worth it. Also the approach was forcing generators to implement one way of doing versioning removing the freedom from end users to implement it the way they needed. There is now one design per version. All generators operate in the context of a single version.
1 parent 7d0e799 commit 772bca5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+543
-1724
lines changed

context.go

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ type (
4646
Payload interface{}
4747
// Params is the path and querystring request parameters.
4848
Params url.Values
49-
// Version is the name of the targeted version if any, empty string otherwise.
50-
Version string
5149
}
5250

5351
// ResponseData provides access to the underlying HTTP response.

0 commit comments

Comments
 (0)