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

Conversation

madeindra
Copy link

Current dynamic variables support GUID by using v4 method from uuid package. However, there is no way to generate ULID. This PR introduces $ulid variable that can generate ULID variable just like how GUID is generated.

Dependency: https://www.npmjs.com/package/ulid

The above dependency is choosen because the other dependency (ulidx) failed the test run in npm test.

shamasis and others added 30 commits April 2, 2016 19:44
* 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
  ...
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.

6 participants