Skip to content

Back merge #284

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

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Change log
### Version: 3.24.1
#### Date: February-03-2025
##### Fix:
- Added HTTP error codes in the findOne method

### Version: 3.24.0
#### Date: January-27-2025
##### Enhancement:
- updateasseturl for handling jrte within blocks
- version bumps
- Fixed testcases

### Version: 3.23.0
#### Date: December-05-2024
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ data.then(function(sync_data, err) {

##### Advanced sync queries

You can use advanced sync queries to fetch custom results while performing initial sync.
[Read advanced sync queries documentation](https://www.contentstack.com/docs/guide/synchronization/using-the-sync-api-with-javascript-sdk#advanced-sync-queries)
[Read advanced sync queries documentation](https://www.contentstack.com/docs/developers/use-the-sync-apis-with-sdk/use-sync-api-with-javascript-sdk#advanced-sync-queries)

### Helpful Links

Expand All @@ -292,7 +291,7 @@ You can use advanced sync queries to fetch custom results while performing initi

### The MIT License (MIT)

Copyright © 2012-2024 [Contentstack](https://www.contentstack.com). All Rights Reserved
Copyright © 2012-2025 [Contentstack](https://www.contentstack.com). All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class Stack {
clearByContentType(): Stack;
clearAll(): Stack;
getCacheProvider(): object;
getLastActivities(): Promise<any>;;
getLastActivities(): Promise<any>;
getContentTypes(param?: object): Promise<ContentTypeCollection>;
sync(params: object): Promise<SyncResult>;
imageTransform(url: string, params: any): string;
Expand Down
Loading
Loading