feat(core): Add Ghost CMS API client classes and README documentation
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-10-07 - 1.3.0 - feat(core)
|
||||||
|
Add Ghost CMS API client classes and README documentation
|
||||||
|
|
||||||
|
- Implemented core TypeScript classes: Ghost, Post, Tag, Author and Page with CRUD methods and helpers
|
||||||
|
- Added TypeScript interfaces for posts, tags, authors and pages to provide typings
|
||||||
|
- Included comprehensive README with installation, usage examples and API method documentation
|
||||||
|
- Added unit test scaffold under test/test.ts
|
||||||
|
- Updated package metadata and commitinfo (version 1.2.0)
|
||||||
|
|
||||||
## 2025-10-07 - 1.2.0 - feat(ghost)
|
## 2025-10-07 - 1.2.0 - feat(ghost)
|
||||||
Implement Tag, Author and Page models; add advanced filtering, search, bulk operations, image upload, related-posts, update tests and bump dependencies
|
Implement Tag, Author and Page models; add advanced filtering, search, bulk operations, image upload, related-posts, update tests and bump dependencies
|
||||||
|
|
||||||
|
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@apiclient.xyz/ghost',
|
name: '@apiclient.xyz/ghost',
|
||||||
version: '1.2.0',
|
version: '1.3.0',
|
||||||
description: 'An unofficial Ghost CMS API package enabling content and admin functionality for managing posts.'
|
description: 'An unofficial Ghost CMS API package enabling content and admin functionality for managing posts.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user