- cbe5512: Remove commit
restart
option. Instead callapplication.restart()
manually.
- fa15164: Improve API error handling to avoid HTML parse error.
- b560485: Better request JSON parse error debugging.
- 47ac220: Fix cache defaults not working.
- 138d9d8: Rename
deploys#current()
todeploys#webhookURL()
. - 7a806b0: New structure for backups with download method. It's used at
backups.list()
method. - 6f302d8: New structure for deployments. It's used at
deploys.list()
method.
- d59f57f: Now
backups
,deploys
,files
andcache
are available in the BaseApplication.
- ed4a0b5: Fix CSharp detecting as invalid lang.
- d7e9b0e: New
Application#deploys#current
method for getting the current deployment URL - 73c92c2: New
Application#files#edit
method for editing files - 010e8b9: New
Application#backups#list
method for listing snapshots - 18cf349: New
Application#network#dns
method for getting DNS records status - 2da679a: New
Application#files#move
for moving or renaming files - 4f68026: Implement new API routes convention
- a138094: Rename
Application#deploys#getGithubWebhook
tointegrateGithubWebhook
- 613579f: Fix
Application#fetch
request loop
- 6809d52: Fix circular dependency error
- 4dee45a: Attempt to fix circular dependency error
- Attempt to fix circular dependency error
- 6e42e39: Rename all
tag
properties (user and application) toname
as API deprecated them. - 6394ebd: Allow some app methods at BaseApplication
- 9adbbfe: Rename
ApplicationManager#status
method tostatusAll
to match its API endpoint.
- 3298bff: Fix
Application#deploys#setGithubWebhook
not returning the webhook URL - 3298bff: Rename
Application#deploys#setGithubWebhook
togetGithubWebhook
- 066a0a3: update API types (Check changes)
- 825da92: improve new assertions debugging
- b05f12b: Update API types
- a8320be: Remove
Application#avatar
due to API changes - 5e84636: Remove
Application#gitIntegration
due to API changes
- 08f91ee: Add assertions for
User
structure - db0ddb0: Add assertions for
Application
andWebsiteApplication
- 86765eb: Refactor typing and add assertions for
SimpleApplicationStatus
andApplicationStatus
- 384a563: Using @biomejs/biome as linter instead of eslint
- 7ac1d2e: Using tsup as builder instead of tsc
- 298743f: Fix error interpretation exception
- ef6ff49: Edit README to feature new official documentation
- dbca1f8: Fix incorrect file path at
FilesManager#create
- a4e4c3f: fix Class extends value undefined