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

Added $ulid Function for Dynamic Variable #1378

Open
wants to merge 111 commits into
base: develop
Choose a base branch
from

Commits on Apr 2, 2016

  1. Configuration menu
    Copy the full SHA
    b218cdf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Merge branch 'release/0.0.12'

    Aniket Panse committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    da6c152 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Merge branch 'develop'

    Aniket Panse committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    d44da44 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Merge branch 'develop'

    shamasis committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    189bb2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d463f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Merge branch 'develop'

    Aniket Panse committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    a1da6d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Merge branch 'develop'

    Aniket Panse committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    ec3ae0b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Merge branch 'develop'

    Aniket Panse committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    94b5847 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2016

  1. Merge branch 'develop'

    Aniket Panse committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    c14c902 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    6d3cf96 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Merge branch 'release/v0.4.14'

    * release/v0.4.14: (21 commits)
      Bumped package.json version to v0.4.14
      Tightened dependency requirements to use precise versions only
      update node-oauth1 version, fixes postmanlabs/postman-app-support#2272
      0.4.13
      code style
      added tests for the meta properties
      added a function to get meta properties
      Ensure that meta keywords of base constructor "merges" the properties instead of deleting them.
      Updated propertyBase to pick description from `info` block if provided
      Updated the _.createDefined util function to accept a fallback parameter to set default
      0.4.12
      added an option to get the port when it is not specified
      added a method to get the remote from a url
      Added Travis CI build notification capability
      fixed the tests
      Added unparsing tests for query params that lack value
      Fixed dead code and throwback logic in URL constructor and query param getter.
      Updated QueryParam.unparse to internally use unparseSingle -> thus retaining parameter integrity
      Updated query param constructor to inherit from Property (no clue why it was not done) and split the constructor to use `update` function. Also, made the toString() function of query param use `unparseSingle`
      Updated the function of single query param parsing to (1) not trim anything and (2) if value is missing, store it as undefined. These are useful in retaining integrity during unparsing
      ...
    kunagpal committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    7690088 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Merge branch 'develop'

    Aniket Panse committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    a8752a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Configuration menu
    Copy the full SHA
    6c4f878 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/v0.5.3'

    Aniket Panse committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    a239d76 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Merge branch 'release/v0.5.4'

    Aniket Panse committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    7d90d08 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Merge branch 'release/v0.5.5'

    Aniket Panse committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    bde89a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Merge branch 'release/v0.5.6'

    Aniket Panse committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    87f866e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Merge branch 'release/v0.5.7'

    Aniket Panse committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    241405d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Merge branch 'release/v0.5.8'

    Aniket Panse committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    d9f41e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Merge branch 'release/v0.5.9'

    czardoz committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    bf6e975 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Configuration menu
    Copy the full SHA
    4ede157 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    7887a73 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    8f13ff6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    b626c21 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    687616a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Merge branch 'release/v1.0.1'

    czardoz committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    9155bf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Merge branch 'release/v1.0.2'

    czardoz committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    1a11b8d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    a34dd02 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    8e02e67 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Merge branch 'release/v1.2.0'

    czardoz committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    a6fe770 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Merge branch 'release/v1.2.1'

    czardoz committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    8ae3d63 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Merge branch 'release/v1.2.2'

    czardoz committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    9b48872 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Merge branch 'release/1.2.3'

    * release/1.2.3:
      Released v1.2.3
      chore(package): update karma to version 1.7.0
      chore(package): update karma-chrome-launcher to version 2.1.1
      📝 Updated unreleased details in CHANGELOG.md
      Ensure that the oauth1 helper mutates the request, retaining the old behavior which can be relied upon
      Shifted description assignment to the Property class
      🐛 Header inherits from Property instead of PropertyBase
      Removed unused environments and samplePropertyList from fixture index
      Fixed issue with file name of proxy config spec
      Removed unit tests regarding variable list inheritance
      Removed all code regarding VariableList inheritance concept (they will go to VariableScope)
      Fix a bug while calling super constructor of Certificate Property
      Updated VariableList tests to match actual (to be coded) format
      chore(package): update karma-chrome-launcher to version 2.1.0
      Updated null and undefined checks using _.isNil
      chore(package): update eslint-plugin-lodash to version 2.4.2
      chore(package): update async to version 2.4.0
      Made computation of body size more accurate for multi-byte string
      Indentation fixes in HeaderList codebase + minor string constantification
      Ensured that header size is sent as 0 if there is no header sent
    kunagpal committed May 8, 2017
    Configuration menu
    Copy the full SHA
    9cce8f5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Configuration menu
    Copy the full SHA
    a6dd586 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Merge branch 'release/v1.2.5'

    czardoz committed May 11, 2017
    Configuration menu
    Copy the full SHA
    7247569 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Merge branch 'release/v1.2.6'

    czardoz committed May 29, 2017
    Configuration menu
    Copy the full SHA
    a5a67b4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Merge branch 'release/1.2.7'

    * release/1.2.7:
      Released v1.2.7
      test: Added path variable edge case unit test ✅
      bug: Made path variable resolution work correctly with both: `key` and `id` 🐛
    kunagpal committed May 30, 2017
    Configuration menu
    Copy the full SHA
    6e67549 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Merge branch 'release/v1.2.8'

    czardoz committed May 31, 2017
    Configuration menu
    Copy the full SHA
    3356ce9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Merge branch 'release/1.2.9'

    * release/1.2.9: (35 commits)
      Released v1.2.9
      addressed PR comments
      added a changelog entry
      fixed a broken test case which deals with removal of objects using the id
      fixed a bug which caused all values to be removed from the reference map when an item is being removed
      rename ItemGroup.one() to ItemGroup.oneDeep()
      use anonymous function
      Fixed a lint error
      Added a helper, `ItemGroup.one()` to recursively look for an `Item` in an `ItemGroup`
      added a function to pull out a single item from an item-group recursively
      Added CHANGELOG
      Added test for multi-value POJO in propertyList.toObject
      Made PropertyList test spec to initialise dependent variables in before/after functions
      Updated Property#toObject to respect multi-value
      Lint fix for line length (not sure why eslint is not grunbling)
      Renamed list `_postman_propertyAllowsMultipleValues` to `_postman_listAllowsMultipleValues` convention
      chore(package): update async to version 2.5.0
      chore(package): update karma-chrome-launcher to version 2.2.0
      chore(package): update eslint-plugin-jsdoc to version 3.1.1
      add version information in the docs
      ...
    kunagpal committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    9cd9934 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Merge branch 'release/2.0.0'

    * release/2.0.0:
      Released v2.0.0
      Remove try-catch while instanciating an URL instance Also update the test cases to check for the generated proxyUrl
      Remove npm-shrinkwrap.json file
      Small fixes as per review comments - removes un-necesary undefined in return statement - using vars for raw strings ('' and ':') - moved var declaration block after if block
      Fix ProxyConfig for cases when host is a string without any protocol
      Allow target url without any protocol to behave as having http protocol
      Use variables instead of using single characters for space and colon + Do not use parseInt
      Remove regexes to match protocols in proxyConfig - Using url.parse().protocol
      Fix minor issues as per review comments
      Fix invalid type in jsDoc comments
      Use Url constructor to get protocols from a string instead of using split on it
      Move pattern related urlMatchPattern tests to specForTestMethodOnTarget
      Handle the updation of disabled field of proxyConfig in it's update method Ideally this should have been handled in the parent class. Added a todo for it
      Update proxyConfig and UrlMatchPattern to allow multiple protocols
    kunagpal committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    14f15fc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/2.0.1'

    * release/2.0.1:
      Released v2.0.1
      Make allowed protocols and pattern dynamic For this exported two constants from the ProxyConfig module
      Minor fixes as per review comments - use _.castArray - moved  the order of var declarations - use _.split
      Update test case to support for single single in the proxyConfig.updateProtocols method
      Add 'updateProtocols' to proxyConfig
      Fix the bug where proxyConfig.match is not updating from another instance of proxyConfig
      Update default pattern in proxyConfig earlier it was '<match_url>' now  it is 'http+https://*/*'
    kunagpal committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    ebebaaf View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Merge branch 'release/2.0.2'

    * release/2.0.2:
      Released v2.0.2
      Fix typos in variable name
    kunagpal committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    0678320 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Merge branch 'release/2.1.0'

    * release/2.1.0: (50 commits)
      Released v2.1.0
      2.1.0-beta.1
      Fixed build errors
      Fix stalling of builds on Travis
      Update changelog with proxy protocol changes
      Use HTTP protocol always in the proxy server defination
      chore(package): update jsdoc to version 3.5.3
      chore(package): update eslint-plugin-lodash to version 2.4.4
      Added Response#toJSON unit test
      Prevented _details from showing up in Response#toJSON 🔥
      chore(package): update postman-request to version 2.81.1-postman.2
      chore(package): update jsdoc to version 3.5.1
      chore(package): update jsdoc to version 3.5.0
      Fixed lint errors in system tests
      Fixed lint errors in unit tests
      Fixed lint errors in lib
      Fixed lint errors in superstring
      Fixed lint errors in url-pattern
      Fixed lint errors in scripts
      Updated ESLint configuration
      ...
    kunagpal committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    afa44cf View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Merge branch 'release/2.1.1'

    * release/2.1.1: (57 commits)
      Released v2.1.1
      Revert the unintentional changes made to tests
      Add test case for awsv4 auth, validating the port was used while signing
      Fix awsv4 auth which was not taking port before signing the request
      Renamed `sanitize` to `sanitzeKeys`
      test(unit): Corrected VariableScope _layers unit tests ✅
      🐎 Initialized _layers on demand
      Addressed PR#436 comments
      test(unit): Added SDK Util unit tests ✅
      test(unit): Added SuperString unit tests ✅
      test(unit): Added Response unit tests ✅
      test(unit): Added RequestAuth unit tests ✅
      Added Oauth2 test fixture
      🎨 Minor util refactor
      Addressed PR#435 comments
      test(unit): Added Variable unit tests ✅
      test(unit): Added VariableScope unit tests ✅
      test(unit): Added Url unit tests ✅
      test(unit): Added Script unit tests ✅
      test(unit): Added Request unit tests ✅
      ...
    kunagpal committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    bab6f31 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Merge branch 'release/2.1.2'

    * release/2.1.2:
      Released v2.1.2
      Renamed the property _postman_requiresId to _postman_propertyRequiresId in order to be standard compliant
      chore(package): update eslint-plugin-lodash to version 2.4.5
      chore(package): update eslint to version 4.5.0
    kunagpal committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    9c4b1d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Merge branch 'release/2.1.3'

    * release/2.1.3:
      Released v2.1.3
      2.1.3-beta.1
      Optimized brace replacement performance * Shifted brace regexes and strings from literals to constants * Added a todo explaining the possibility of further optimization
      Adddressed PR postmanlabs#444 comments * Reverted change to request method JSDoc * Added test for falsy request construction options
      chore(package): update karma-mocha-reporter to version 2.2.4
      ✅ Added a unit test for the falsy fallback bugifx
      🐛 Strengthened fallback handling for falsy values
      Fix documentation for return type on `getRemote`
      Make sure `Url.getHost`  does not error out when host is empty
      Updated unit tests for boolean disabled checks
      Addressed PR postmanlabs#429 comments
      Added unit tests for disabled-enabled query param unparsing
      Added option to ignore disabled query params for unparsing
    kunagpal committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    45d091b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Merge branch 'release/3.0.0'

    * release/3.0.0: (59 commits)
      Released v3.0.0
      Fixed flaky tests
      Fixed lint error in Header.js
      chore(package): update postman-request to version 2.81.1-postman.3
      Adjusted timeouts for long url tests
      Moved raw URL construction outside the test blocks
      test(Url): Added anti ReDoS unit tests for Url 🔒
      test(UrlMatchPattern): Added anti ReDoS unit tests for UrlMatchPattern 🔒
      chore(package): update eslint-plugin-jsdoc to version 3.1.3
      Made .nsprc have package version information in order to avoid packages from being permanently muted.
      chore(package): update eslint to version 4.7.2
      Turn off 'require-param' rule, since it is broken now
      Remove _.keys
      fix typo
      chore(package): update eslint to version 4.7.1
      test(Url): Added a disabled query param test for `Url~toString` ✅
      bug(Url): Stop returning disabled query params in unparse 🐛
      chore(package): update eslint to version 4.7.0
      chore(package): update jsdoc to version 3.5.5
      chore(lib): Corrected typos in comments ✨ [ci skip]
      ...
    kunagpal committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    a5bb731 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Merge branch 'release/3.0.1'

    * release/3.0.1:
      Released v3.0.1
      Address PR#479 comments
      Make sure `file` protocol parsing is handled for absolute and relative paths
      chore(package): update mocha to version 4.0.1
      chore(package): update mocha to version 4.0.0
      chore(package): update eslint to version 4.8.0
      chore(package): update nsp to version 2.8.1
    kunagpal committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    d50b41b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Merge branch 'release/3.0.2'

    * release/3.0.2: (23 commits)
      Released v3.0.2
      Migrated npm scripts from colors to chalk
      Replaced colors with chalk
      Added Node v8 to the CI matrix
      3.0.2-beta.2
      Add `ignoreOwnVariables` options to disable using variables properties for resolution
      fix(package): update sanitize-html to version 1.15.0
      chore(package): update eslint to version 4.10.0
      3.0.2-beta.1
      Moved the condition for skipping test inline and added comments
      chore(package): update browserify to version 14.5.0
      chore(package): update eslint-plugin-lodash to version 2.5.0
      Skips the ReDoS test in the correct file
      fixes node version check
      Skip 'ReDoS' test for travis node v4.x
      fixes Infinity issue in variableScope layers resolution
      Reverses the order of layer resolution while performing toObject on a variableScope
      Updated NSP configuration
      🔐 Replaced marked with 8fold-marked
      Ensure event order in `.listeners`
      ...
    kunagpal committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    ba4f576 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Merge branch 'release/3.0.3'

    * release/3.0.3:
      Released v3.0.3
      test(description): Added test for falsy description stringification ✅
      bug(description): Fixed falsy description stringification bug 🐛
      chore(package): update eslint-plugin-jsdoc to version 3.2.0
      Add npm and vscode to npmignore
      chore(package): update async to version 2.6.0
      chore(package): update jsdoc-to-markdown to version 3.0.1
    kunagpal committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    bc62160 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    549bafc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Configuration menu
    Copy the full SHA
    6814e8e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    aab12eb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Merge branch 'release/3.0.7'

    * release/3.0.7: (28 commits)
      Released v3.0.7
      chore(package): update shelljs to version 0.8.0
      chore(package): update dependency-check to version 2.10.0
      chore(package): update browserify to version 15.1.0
      chore(package): update jsdoc-to-markdown to version 3.0.4
      chore(package): update eslint to version 4.15.0
      Addressed PR postmanlabs#544 comments
      chore(package): update eslint-plugin-jsdoc to version 3.3.1
      Updated overall Collection schema
      Updated Info schema
      Updated Header schema
      Updated Auth schema
      Updated Event schema
      🔍 Added missing EventList definition
      chore(package): update karma-browserify to version 5.1.3
      chore(package): update browserify to version 15.0.0
      Added tests for PR#539
      toString with undefined causes exceptions
      chore(package): update postman-request to version 2.81.1-postman.4
      chore(package): update mocha to version 4.1.0
      ...
    kunagpal committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    2cd3a30 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Merge branch 'release/3.0.8'

    * release/3.0.8: (47 commits)
      Released v3.0.8
      Shifted tests from Request to RequestBody
      Shifted logic to RequestBody~update
      Lifted variable declaration 🎨
      Added more Request unit tests ✅
      Avoid mutuating request construction options
      Added request body sanity unit tests ✅
      Improved request body sanity checks 🐛
      chore(package): update eslint-plugin-lodash to version 2.7.0
      chore(package): update eslint to version 4.19.0
      chore(package): update mocha to version 5.0.4
      chore(package): update browserify to version 16.1.1
      chore(package): update mocha to version 5.0.2
      chore(package): update js-yaml to version 3.11.0
      chore(package): update watchify to version 3.11.0
      chore(package): update eslint-plugin-mocha to version 4.12.0
      chore(package): update eslint to version 4.18.2
      chore(package): update chalk to version 2.3.2
      ✅ Updated Collection~toJSON unit test
      🐛 Added descriptions for collection info in JSON results
      ...
    kunagpal committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    2d915f5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Merge branch 'develop'

    kamalaknn committed May 16, 2018
    Configuration menu
    Copy the full SHA
    b12b5db View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Merge branch 'develop'

    kamalaknn committed May 22, 2018
    Configuration menu
    Copy the full SHA
    90b72f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    ec63751 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    kamalaknn committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    7aadfbe View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Configuration menu
    Copy the full SHA
    33323e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Merge branch 'release/3.2.0'

    * release/3.2.0: (23 commits)
      Released v3.2.0
      Updated dependencies ⬆️
      fix(package): update semver to version 5.5.1
      Minor: formatting
      Update unit tests for form-param
      chore(package): update mustache to version 2.3.1
      Add unit tests for form-param
      Accept `contentType` in form-param
      Review changes
      Update Unit tests for Url.parse
      Fix Url.parse~variable
      Minor: review changes
      Update path variable lookup condition
      Updated tests for URL JSON representation to be more elaborate
      Document path variable fix
      Add `Url.parse` test for parsing path variable
      Add `Url.parse` test for parsing path variable
      Update Url.parse
      fix(package): update mime-types to version 2.1.19
      Add Unit tests for URL path parsing
      ...
    kunagpal committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    18a0581 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Merge branch 'release/3.2.1'

    * release/3.2.1:
      Released v3.2.1
      fix(package): update sanitize-html to version 1.18.5
      Minor: update test message
      Add more tests for non-string request methods
      Update ternary condition for request method
      Update CHANGELOG
      Add tests for non-string request methods
      Handle non-string request methods properly
      Review changes
      Add unit tests for custom HTTP method
      fix(package): update mime-types to version 2.1.20
      fix(package): update iconv-lite to version 0.4.24
    kunagpal committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    2d64dc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Merge branch 'release/3.3.0'

    * release/3.3.0:
      Released v3.3.0
      chore(package): update postman-request to version 2.88.1-postman.1
      chore(package): update eslint-plugin-lodash to version 3.1.0
      3.3.0-beta.1
      Test: Check for valid & invalid protocolProfileBehavior values
      Make sure protocolProfileBehavior is of type object
      Test: Remove strict check for valid protocolProfileBehavior
      Make protocolProfileBehavior free form
      Update const `PROTOCOL_PROFILE_BEHAVIORS` to array of strings
      Remove default protocolProfileBehavior value
      Add tests for unknown protocol profile behaviors
      Update tests for `protocolProfileBehavior` property
      Filter whitelisted protocol profile behaviors
      Add `protocolProfileBehavior` property in Item
      chore(package): update mustache to version 3.0.0
      fix(package): update lodash to version 4.17.11
      fix(package): update sanitize-html to version 1.19.0
      Update unit tests for disabled body
      Add `disabled` property in PostmanRequestBody
    kunagpal committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    d10d8e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    1789779 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    cfc06e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    1f910cb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    77fce3e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    7b9972c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    03a5e9c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    5824825 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    3735c39 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    e831707 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    2bf558f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    dff3c75 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    fe445cc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    ddcafe2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    7118acb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    25cabe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    e9dc1b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    41746e2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    13f5337 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    8d1d6db View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    fe64699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f2ef6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    79cd626 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    e968d3f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    22f1204 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Merge branch 'release/3.6.8'

    Travis CI authored and Travis CI committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8cd6dfb View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    0b08d56 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    3b62bbc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Configuration menu
    Copy the full SHA
    86a3371 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Merge branch 'release/4.0.0' into main

    Travis CI User committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    0e637dc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    0728eb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    d3bf539 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    23b1aaf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    ec2fe51 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    0e40167 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    e12a4ab View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    57e9a63 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    991c8c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    9a07469 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    85e4c05 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    1bee9fd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    ee2cc8d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    d332e0c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    9b99f37 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    b31a70e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    0bc9665 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    bb6cdf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6d3f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea6328 View commit details
    Browse the repository at this point in the history