Skip to content

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
* release/4.0.0: (112 commits)
  Released v4.0.0
  Minor: Update MIGRATION Guide
  Updated error message
  Minor: formatting
  Updated MIGRATION Guide
  Updated CHANGELOG
  Add unit tests for v1 collection format
  Drop support for v1 collection format
  Removed incorrect cli test 🐛
  Fixed lint errors 👕
  fix(package): update postman-collection-transformer to version 2.6.2
  Fixed broken builds ✅
  Accounted for breaking changes in parse-gitignore v1.0.1
  fix(package): update commander to version 2.17.0
  Minor: fix README typo
  Update CLI unit tests
  Review changes
  Fix tests
  Cleanup options passed from CLI
  Update tests for `version` flag
  ...
  • Loading branch information
kunagpal committed Aug 7, 2018
2 parents 3d7fe4a + b2db29d commit 4cf9b05
Show file tree
Hide file tree
Showing 75 changed files with 1,903 additions and 3,003 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ init:
# environment variables
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# scripts that run after cloning repository
install:
Expand Down
Loading

0 comments on commit 4cf9b05

Please sign in to comment.