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

Release version v1.14.1 #783

Merged
merged 7 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v1.14.1] - 2024-12-18

### Fixed

- Fix for - [#780](https://github.com/postmanlabs/postman-code-generators/issues/780) Made the codegens package manager agnostic by removing lock files.

## [v1.14.0] - 2024-10-10

### Fixed
Expand Down Expand Up @@ -184,7 +190,9 @@ v1.0.0 (May 29, 2020)
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
- Fix snippet generation for powershell and jquery, where form data params had no type field

[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.0...HEAD
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.1...HEAD

[v1.14.1]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.0...v1.14.1

[v1.14.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.13.0...v1.14.0

Expand Down
6 changes: 6 additions & 0 deletions codegens/csharp-httpclient/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Coverage directory used by tools like istanbul
.coverage

Expand Down
6 changes: 6 additions & 0 deletions codegens/csharp-restsharp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Runtime data
pids
*.pid
Expand Down
6 changes: 6 additions & 0 deletions codegens/curl/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Runtime data
pids
*.pid
Expand Down
6 changes: 6 additions & 0 deletions codegens/dart-dio/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Coverage directory used by tools like istanbul
.coverage

Expand Down
13 changes: 0 additions & 13 deletions codegens/dart-dio/package-lock.json

This file was deleted.

6 changes: 6 additions & 0 deletions codegens/dart-http/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Coverage directory used by tools like istanbul
.coverage

Expand Down
6 changes: 6 additions & 0 deletions codegens/golang/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Prevent IDE stuff
.idea
.vscode
Expand Down
6 changes: 6 additions & 0 deletions codegens/http/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Prevent IDE stuff
.idea
.vscode
Expand Down
6 changes: 6 additions & 0 deletions codegens/java-okhttp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Runtime data
pids
*.pid
Expand Down
6 changes: 6 additions & 0 deletions codegens/java-unirest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Runtime data
pids
*.pid
Expand Down
6 changes: 6 additions & 0 deletions codegens/js-fetch/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Prevent IDE stuff
.idea
.vscode
Expand Down
6 changes: 6 additions & 0 deletions codegens/js-jquery/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Runtime data
pids
*.pid
Expand Down
6 changes: 6 additions & 0 deletions codegens/js-xhr/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Prevent IDE stuff
.idea
.vscode
Expand Down
6 changes: 6 additions & 0 deletions codegens/kotlin-okhttp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Prevent IDE stuff
.idea
.vscode
Expand Down
6 changes: 6 additions & 0 deletions codegens/libcurl/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Prevent IDE stuff
.idea
.vscode
Expand Down
5 changes: 0 additions & 5 deletions codegens/libcurl/package-lock.json

This file was deleted.

6 changes: 6 additions & 0 deletions codegens/nodejs-axios/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# temporarily generated file
run.js

Expand Down
102 changes: 0 additions & 102 deletions codegens/nodejs-axios/package-lock.json

This file was deleted.

6 changes: 6 additions & 0 deletions codegens/nodejs-native/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ pids
.vscode
*.sublime-*

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down
6 changes: 6 additions & 0 deletions codegens/nodejs-request/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# temporarily generated file
run.js

Expand Down
6 changes: 6 additions & 0 deletions codegens/nodejs-unirest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ pids
*.seed
*.pid.lock

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# Prevent IDE stuff
.idea
.vscode
Expand Down
6 changes: 6 additions & 0 deletions codegens/objective-c/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ yarn-error.log*
# Coverage directory used by tools like istanbul
.coverage

# Package manager lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
bun.lockb

# node-waf configuration
.lock-wscript

Expand Down
Loading
Loading