Releases: Easypanel-Community/easypanel
Releases · Easypanel-Community/easypanel
v0.3.1
v0.3.0
🚀 Features
- Zero dependencies - by @productdevbook in #9 (3d608)
🐞 Bug Fixes
- Typo - by @productdevbook (ea59b)
View changes on GitHub
v0.2.0
🚀 Features
easypanel.js move all api and refactor.
- Services api - by @productdevbook in #5 (43270)
- Monitor api - by @productdevbook in #6 (67e10)
- Settings api - by @productdevbook in #7 (e6e43)
- GetUser, getLicensePayload, activateLicense - by @productdevbook in #8 (87b6e)
Thank you @AydinTheFirst
View changes on GitHub
v0.1.0
Breaking Changes
Token usage has been switched. New apis added.
import { easypanel } from 'easypanel-sdk'
import { config } from 'dotenv'
config()
const app = easypanel({
endpoint: process.env.EASYPANEL_URL || '',
token: process.env.EASYPANEL_TOKEN || '',
})
const project = await app.projects.create({ name: 'NewProject' })
console.warn(project)🚀 Features
- Projects and token - by @productdevbook in #4 (70cf3)
View changes on GitHub
v0.0.5
v0.0.4
No significant changes
View changes on GitHub
v0.0.3
v0.0.2
No significant changes
View changes on GitHub
v0.0.1
No significant changes
