Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: contentstack/contentstack-utils-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: contentstack/contentstack-utils-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.1
Choose a head ref
  • 6 commits
  • 18 files changed
  • 5 contributors

Commits on Feb 2, 2026

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

Commits on Feb 12, 2026

  1. fix: guard against null/undefined in getTag function

    - Add null check at the top of getTag to return empty object early,
      preventing TypeError when Object.entries receives null or undefined
      (typeof null === "object" in JS, so null slipped through the switch)
    - Add test cases covering null/undefined field values, null/undefined
      entries, multiple null fields, and nested null objects (Issue #193)
    
    Co-authored-by: Cursor <[email protected]>
    nadeem-cs and cursoragent committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    46ec4db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be5fb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Merge pull request #251 from contentstack/fix/DX-3657

    fix: guard against null/undefined in getTag function
    nadeem-cs authored Feb 13, 2026
    1 Configuration menu
    Copy the full SHA
    e727346 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

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

Commits on Feb 23, 2026

  1. Merge pull request #253 from contentstack/staging

    DX | 23-02-2026 | Release
    naman-contentstack authored Feb 23, 2026
    1 Configuration menu
    Copy the full SHA
    f2b5c12 View commit details
    Browse the repository at this point in the history
Loading