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

V4 beta/next #163

Merged
merged 19 commits into from
Mar 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7e3205f
feat: referenceNotIn operator implementation
harshithad0703 Mar 14, 2024
81b37ef
feat: tags query operator implementation
harshithad0703 Mar 14, 2024
4e5b9bb
test: unit and api tests for tags and referenceNot In operators
harshithad0703 Mar 15, 2024
2d4d577
Merge pull request #159 referenceNotIn and tags query operator
harshithad0703 Mar 15, 2024
0259d2f
feat: search query operator implementation
harshithad0703 Mar 18, 2024
20e53f8
test: api and unit test cases for search operator
harshithad0703 Mar 18, 2024
3e6fa5d
chore: :package: upgraded contentstack utils package
harshithad0703 Mar 18, 2024
b879c3c
Merge pull request #161 from contentstack/feat/cs-43921-search-query-…
harshithad0703 Mar 18, 2024
27ef180
feat: exist query operator implementation
harshithad0703 Mar 19, 2024
17b4e2e
test: unit and api test cases
harshithad0703 Mar 19, 2024
74f92bd
Merge pull request #162 from contentstack/feat/cs-43902-exist-query
harshithad0703 Mar 19, 2024
cbd85a4
chore: version bump and changeLog update
harshithad0703 Mar 21, 2024
d9c3e62
Merge pull request #164 from contentstack/fix/cs-43904-version-bump
abhinav-from-contentstack Mar 21, 2024
a46561b
feat: compare query operators implementation
harshithad0703 Mar 22, 2024
d26614d
test: unit and api test cases for compare query operators
harshithad0703 Mar 22, 2024
2783ab7
Merge pull request #165 from contentstack/feat/cs-43905-less-than
harshithad0703 Mar 26, 2024
51df88e
chore: :package: axios package update to pass all checks
harshithad0703 Mar 26, 2024
6bdc743
Merge pull request #166 from contentstack/fix/package-version-snyk-ch…
harshithad0703 Mar 26, 2024
233f750
Merge branch 'release/v4-beta' into v4-beta/next
abhinav-from-contentstack Mar 28, 2024
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
Prev Previous commit
Next Next commit
chore: 📦 axios package update to pass all checks
harshithad0703 committed Mar 26, 2024
commit 51df88e3b2f738e655307c7368dc7aca87afd082
29 changes: 15 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@
"@contentstack/core": "^1.0.1",
"@contentstack/utils": "^1.3.3",
"@types/humps": "^2.0.6",
"axios": "^1.6.8",
"dotenv": "^16.3.1",
"humps": "^2.0.1"
},